mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
20 lines
384 B
C
20 lines
384 B
C
|
#ifndef TZCONFIG_H_INCLUDED
|
||
|
#define TZCONFIG_H_INCLUDED
|
||
|
|
||
|
#define TM_GMTOFF tm_gmtoff
|
||
|
#define TM_ZONE tm_zone
|
||
|
|
||
|
#define HAVE_GETTEXT false
|
||
|
#define HAVE_SYS_STAT_H true
|
||
|
#define HAVE_UNISTD_H true
|
||
|
#define HAVE_STDINT_H true
|
||
|
|
||
|
#define PCTS 1
|
||
|
#define NETBSD_INSPIRED 0
|
||
|
#define STD_INSPIRED 1
|
||
|
#define HAVE_TZNAME 2
|
||
|
#define USG_COMPAT 0
|
||
|
#define ALTZONE 0
|
||
|
|
||
|
#endif /* !TZCONFIG_H_INCLUDED */
|