1 #ifndef TZCONFIG_H_INCLUDED 2 #define TZCONFIG_H_INCLUDED 3 4 #define TM_GMTOFF tm_gmtoff 5 #define TM_ZONE tm_zone 6 7 #define HAVE_GETTEXT false 8 #define HAVE_SYS_STAT_H true 9 #define HAVE_UNISTD_H true 10 #define HAVE_STDINT_H true 11 12 #define PCTS 1 13 #define NETBSD_INSPIRED 0 14 #define STD_INSPIRED 1 15 #define HAVE_TZNAME 2 16 #define USG_COMPAT 2 17 #define ALTZONE 0 18 19 #endif /* !TZCONFIG_H_INCLUDED */ 20