summaryrefslogtreecommitdiffstats
path: root/libjava/include
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-06 21:38:15 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-06 21:38:15 +0000
commit33a40528d32b7325928af88e2f243d761bbea93c (patch)
tree09e8454bd50a780cd2dc8bcf9b752dd19c8cbe89 /libjava/include
parent60ed36a27941ad3adbfa192642ea2a4ca0d79b20 (diff)
downloadppe42-gcc-33a40528d32b7325928af88e2f243d761bbea93c.tar.gz
ppe42-gcc-33a40528d32b7325928af88e2f243d761bbea93c.zip
2002-01-06 Andreas Tobler <a.tobler@schweiz.ch>
* configure, include/config.h.in: Rebuilt. * java/lang/natSystem.cc (getSystemTimeZone): Check HAVE_TM_ZONE. * configure.in: Call AC_STRUCT_TIMEZONE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48588 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/config.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index b4a3c6d05a2..dca13937259 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -13,6 +13,13 @@
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
#undef HAVE_ALLOCA_H
+/* Define if your struct tm has tm_zone. */
+#undef HAVE_TM_ZONE
+
+/* Define if you don't have tm_zone but do have the external array
+ tzname. */
+#undef HAVE_TZNAME
+
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
@@ -25,6 +32,9 @@
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Define if your <sys/time.h> declares struct tm. */
+#undef TM_IN_SYS_TIME
+
/* Define if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
OpenPOWER on IntegriCloud