summaryrefslogtreecommitdiffstats
path: root/libjava/include
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-31 04:53:47 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-31 04:53:47 +0000
commit0a84f05a0089596109886aec5e6947bdd174c866 (patch)
tree549c27b3dd3bfd05f06ae70ae2755570ba35eb91 /libjava/include
parent566d2052b52a40da763f0489ece6da695c0dea70 (diff)
downloadppe42-gcc-0a84f05a0089596109886aec5e6947bdd174c866.tar.gz
ppe42-gcc-0a84f05a0089596109886aec5e6947bdd174c866.zip
* include/config.h.in: Rebuilt.
* acconfig.h (HAVE_ICONV): Define. * configure: Rebuilt. * configure.in: Check for `iconv' function. * gnu/gcj/convert/BytesToUnicode.java (getDecoder): Try iconv if no specific encoder exists. * gnu/gcj/convert/UnicodeToBytes.java (getEncoder): Try iconv if no specific encoder exists. * Makefile.in: Rebuilt. * Makefile.am (convert_source_files): Mention Input_iconv.java and Output_iconv.java. (nat_source_files): Added natIconv.cc. * gnu/gcj/convert/natIconv.cc: New file. * gnu/gcj/convert/Input_iconv.java: New file. * gnu/gcj/convert/Output_iconv.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31708 138bc75d-0d04-0410-961f-82ee72b054a4
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 de926858e4a..42740c4a17e 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -194,6 +194,9 @@
/* Define if you have the gmtime_r function. */
#undef HAVE_GMTIME_R
+/* Define if you have the iconv function. */
+#undef HAVE_ICONV
+
/* Define if you have the inet_addr function. */
#undef HAVE_INET_ADDR
OpenPOWER on IntegriCloud