summaryrefslogtreecommitdiffstats
path: root/libjava/include
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-11 00:35:51 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-11 00:35:51 +0000
commit68547d267ad180739043e7a57e967734df9907b0 (patch)
treed6ef4d43356f135ad560160ab4778b15006bb771 /libjava/include
parent225ec6aae7502e0b287baca4fd3d4f6d89ad7400 (diff)
downloadppe42-gcc-68547d267ad180739043e7a57e967734df9907b0.tar.gz
ppe42-gcc-68547d267ad180739043e7a57e967734df9907b0.zip
* gnu/gcj/convert/BytesToUnicode.java (getDefaultDecoder): Let
default decoder use iconv. * gnu/gcj/convert/UnicodeToBytes.java (getDefaultEncoder): Let default encoder use iconv. * configure: Rebuilt. * configure.in: Check for nl_langinfo and <langinfo.h>. * java/lang/natSystem.cc (file_encoding): New function. (DEFAULT_FILE_ENCODING): Define to file_encoding() if possible. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36306 138bc75d-0d04-0410-961f-82ee72b054a4
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 7667245e8f4..ad904d3abf9 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -230,6 +230,9 @@
/* Define if you have the mkdir function. */
#undef HAVE_MKDIR
+/* Define if you have the nl_langinfo function. */
+#undef HAVE_NL_LANGINFO
+
/* Define if you have the open function. */
#undef HAVE_OPEN
@@ -299,6 +302,9 @@
/* Define if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define if you have the <langinfo.h> header file. */
+#undef HAVE_LANGINFO_H
+
/* Define if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
OpenPOWER on IntegriCloud