aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-01-12 19:16:05 +0000
committerTom Tromey <tromey@gcc.gnu.org>2001-01-12 19:16:05 +0000
commitb755792e3cb687a447ca74039925d6425d1504b2 (patch)
treea4fa427d8c2d81f306110f1da8b4119baccf7b92 /libjava/include
parent5490d6045a06a882ff31eacb639404dc0c9ef89a (diff)
downloadgcc-b755792e3cb687a447ca74039925d6425d1504b2.zip
gcc-b755792e3cb687a447ca74039925d6425d1504b2.tar.gz
gcc-b755792e3cb687a447ca74039925d6425d1504b2.tar.bz2
natSystem.cc: Include locale.h if it exists.
* java/lang/natSystem.cc: Include locale.h if it exists. * configure: Rebuilt. * configure.in: Check for locale.h. From-SVN: r38957
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index 93edd56..a31dcea 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -311,6 +311,9 @@
/* Define if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H
+/* Define if you have the <locale.h> header file. */
+#undef HAVE_LOCALE_H
+
/* Define if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H