diff options
author | Andreas Tobler <a.tobler@schweiz.ch> | 2002-01-06 22:38:15 +0100 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-01-06 21:38:15 +0000 |
commit | ebecd56de9b0040c4e94cd95fd8c2782fdbbcd0e (patch) | |
tree | 09e8454bd50a780cd2dc8bcf9b752dd19c8cbe89 /libjava/include | |
parent | 0b34d6fa11e3d4b37af5d5d1b6e78a30e49a2c9f (diff) | |
download | gcc-ebecd56de9b0040c4e94cd95fd8c2782fdbbcd0e.zip gcc-ebecd56de9b0040c4e94cd95fd8c2782fdbbcd0e.tar.gz gcc-ebecd56de9b0040c4e94cd95fd8c2782fdbbcd0e.tar.bz2 |
configure, [...]: Rebuilt.
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.
From-SVN: r48588
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/config.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index b4a3c6d..dca1393 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 |