From 68547d267ad180739043e7a57e967734df9907b0 Mon Sep 17 00:00:00 2001 From: tromey Date: Mon, 11 Sep 2000 00:35:51 +0000 Subject: * 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 . * 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 --- libjava/include/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libjava/include') 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 header file. */ #undef HAVE_INTTYPES_H +/* Define if you have the header file. */ +#undef HAVE_LANGINFO_H + /* Define if you have the header file. */ #undef HAVE_NETDB_H -- cgit v1.2.3