diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-29 04:53:37 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-29 04:53:37 +0000 |
commit | 09ccd8eee8de26eee83076bd4b58d4dc0d659aac (patch) | |
tree | 3c6a848f28f77b64bcb40a956df2db902c406ab7 /libjava/include | |
parent | 9acbe72b1f1bedbdab5be103febb7681d347b4bf (diff) | |
download | gcc-09ccd8eee8de26eee83076bd4b58d4dc0d659aac.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37842 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index ad904d3abf9..93edd56111d 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 |