diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-13 21:26:08 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-13 21:26:08 +0000 |
| commit | a040910f9b2a4c305499d54fc868128b131917c1 (patch) | |
| tree | 59aafe236f02fdbccdbd9f64cd4f39014faa2fb0 /lib/libc/stdtime/private.h | |
| parent | 8dde57bcc205efb36070417944cc619543864581 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime/private.h')
| -rw-r--r-- | lib/libc/stdtime/private.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libc/stdtime/private.h b/lib/libc/stdtime/private.h index 5af259c62604..8ddb74ddbeba 100644 --- a/lib/libc/stdtime/private.h +++ b/lib/libc/stdtime/private.h @@ -2,6 +2,16 @@ #define PRIVATE_H +/* Stuff moved from Makefile.inc to reduce clutter */ +#ifndef TM_GMTOFF +#define TM_GMTOFF tm_gmtoff +#define TM_ZONE tm_zone +#define STD_INSPIRED 1 +#define PCTS 1 +#define HAVE_LONG_DOUBLE 1 +#define TZDIR "/usr/share/zoneinfo" +#endif /* ndef TM_GMTOFF */ + /* ** This header is for use ONLY with the time conversion code. ** There is no guarantee that it will remain unchanged, |
