From ebecd56de9b0040c4e94cd95fd8c2782fdbbcd0e Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Sun, 6 Jan 2002 22:38:15 +0100 Subject: configure, [...]: Rebuilt. 2002-01-06 Andreas Tobler * configure, include/config.h.in: Rebuilt. * java/lang/natSystem.cc (getSystemTimeZone): Check HAVE_TM_ZONE. * configure.in: Call AC_STRUCT_TIMEZONE. From-SVN: r48588 --- libjava/include/config.h.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libjava/include/config.h.in') 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 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 declares struct tm. */ +#undef TM_IN_SYS_TIME + /* Define if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING -- cgit v1.1