aboutsummaryrefslogtreecommitdiff
path: root/libjava/acconfig.h
diff options
context:
space:
mode:
authorDavid Billinghurst <David.Billinghurst@riotinto.com>2002-05-03 20:17:48 +0000
committerTom Tromey <tromey@gcc.gnu.org>2002-05-03 20:17:48 +0000
commit0659e0e3df6a29122914540ea13e7373ec84ab8e (patch)
treea52d54cc11be6f6693dae764579a68d3d1a97575 /libjava/acconfig.h
parent5833ab666f4bc6501e6205e4b0efe70e0ddc1c12 (diff)
downloadgcc-0659e0e3df6a29122914540ea13e7373ec84ab8e.zip
gcc-0659e0e3df6a29122914540ea13e7373ec84ab8e.tar.gz
gcc-0659e0e3df6a29122914540ea13e7373ec84ab8e.tar.bz2
natSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_TIMEZONE.
2002-05-03 David Billinghurst <David.Billinghurst@riotinto.com> Tom Tromey <tromey@redhat.com> * 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 <tromey@redhat.com> From-SVN: r53117
Diffstat (limited to 'libjava/acconfig.h')
-rw-r--r--libjava/acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/acconfig.h b/libjava/acconfig.h
index 8ffdd34..bd02d33 100644
--- a/libjava/acconfig.h
+++ b/libjava/acconfig.h
@@ -156,3 +156,9 @@
/* 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