xref: /freebsd/contrib/tzcode/tzconfig.h (revision ae316d1d1cffd71ab7751f94e10118777a88e027)
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