summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdtime/private.h')
-rw-r--r--lib/libc/stdtime/private.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libc/stdtime/private.h b/lib/libc/stdtime/private.h
index 5af259c..8ddb74d 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,
OpenPOWER on IntegriCloud