summaryrefslogtreecommitdiffstats
path: root/libjava/include/config.h.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-03 20:17:48 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-03 20:17:48 +0000
commitee12f7ca4f4e402bb477a00620f683b415352bb7 (patch)
treea52d54cc11be6f6693dae764579a68d3d1a97575 /libjava/include/config.h.in
parentf93b14df78472d643481b72b5d26c12cba301c72 (diff)
downloadppe42-gcc-ee12f7ca4f4e402bb477a00620f683b415352bb7.tar.gz
ppe42-gcc-ee12f7ca4f4e402bb477a00620f683b415352bb7.zip
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'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53117 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include/config.h.in')
-rw-r--r--libjava/include/config.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index 9bbd219168f..266d6e3032d 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
OpenPOWER on IntegriCloud