summaryrefslogtreecommitdiffstats
path: root/libjava/include
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/include')
-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