From 0659e0e3df6a29122914540ea13e7373ec84ab8e Mon Sep 17 00:00:00 2001 From: David Billinghurst Date: Fri, 3 May 2002 20:17:48 +0000 Subject: natSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_TIMEZONE. 2002-05-03 David Billinghurst Tom Tromey * java/lang/natSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_TIMEZONE. * include/config.h.in: Rebuilt. * acconfig.h (HAVE_UNDERSCORE_TIMEZONE, HAVE_BACKTRACE): Undef. * aclocal.m4, configure: Rebuilt. * acinclude.m4: Run AC_EXEEXT. * configure.in: Adjust test for `timezone' so it fails on Cygwin. Add test for `_timezone'. Co-Authored-By: Tom Tromey From-SVN: r53117 --- libjava/include/config.h.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'libjava/include/config.h.in') diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 9bbd219..266d6e3 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -174,12 +174,15 @@ /* Define if you are using JVMPI. */ #undef ENABLE_JVMPI +/* Define if your platform has a working backtrace() function. */ +#undef HAVE_BACKTRACE + +/* Define if your platform has the global _timezone variable. */ +#undef HAVE_UNDERSCORE_TIMEZONE + /* Define if you have the access function. */ #undef HAVE_ACCESS -/* Define if you have the backtrace function. */ -#undef HAVE_BACKTRACE - /* Define if you have the chmod function. */ #undef HAVE_CHMOD -- cgit v1.1