aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@albatross.co.nz>2000-11-29 04:53:37 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2000-11-29 04:53:37 +0000
commit5662d5333acd122c452c6f1a69e180d5c1ed1efe (patch)
tree3c6a848f28f77b64bcb40a956df2db902c406ab7 /libjava/include
parent56f8f4fb753b4583b7041f65616b417231cb7c7b (diff)
downloadgcc-5662d5333acd122c452c6f1a69e180d5c1ed1efe.zip
gcc-5662d5333acd122c452c6f1a69e180d5c1ed1efe.tar.gz
gcc-5662d5333acd122c452c6f1a69e180d5c1ed1efe.tar.bz2
natSystem.cc (init_properties): Set user.language and user.region.
2000-11-29 Bryce McKinlay <bryce@albatross.co.nz> * java/lang/natSystem.cc (init_properties): Set user.language and user.region. * configure.in: Check for setlocale. * configure: Rebuilt. * include/config.h.in: Rebuilt. From-SVN: r37842
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index ad904d3..93edd56 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -25,6 +25,9 @@
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Define if the X Window System is missing or not being used. */
+#undef X_DISPLAY_MISSING
+
/* Define this if you want runtime debugging enabled. */
#undef DEBUG
@@ -263,6 +266,9 @@
/* Define if you have the select function. */
#undef HAVE_SELECT
+/* Define if you have the setlocale function. */
+#undef HAVE_SETLOCALE
+
/* Define if you have the sleep function. */
#undef HAVE_SLEEP