diff options
author | Tom Tromey <tromey@cygnus.com> | 2000-01-31 04:53:47 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2000-01-31 04:53:47 +0000 |
commit | 946efde18162392b30967af66b61fb1e93eed09d (patch) | |
tree | 549c27b3dd3bfd05f06ae70ae2755570ba35eb91 /libjava/acconfig.h | |
parent | 28531dd03ee0eb214fe946e6500964c7d7f4d021 (diff) | |
download | gcc-946efde18162392b30967af66b61fb1e93eed09d.zip gcc-946efde18162392b30967af66b61fb1e93eed09d.tar.gz gcc-946efde18162392b30967af66b61fb1e93eed09d.tar.bz2 |
config.h.in: Rebuilt.
* 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.
From-SVN: r31708
Diffstat (limited to 'libjava/acconfig.h')
-rw-r--r-- | libjava/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/acconfig.h b/libjava/acconfig.h index 8a73983..a3a2ea2 100644 --- a/libjava/acconfig.h +++ b/libjava/acconfig.h @@ -134,3 +134,6 @@ /* Define if g++ has a bug preventing us from inlining math routines. */ #undef __NO_MATH_INLINES + +/* Define if you have working iconv() function. */ +#undef HAVE_ICONV |