freebsd-dev/contrib/tzcode/tzconfig.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
384 B
C
Raw Normal View History

#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 */