From 5ba684e24cc4737088e295c4f3d1bcd69c1bfdf6 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 5 Jun 2007 13:10:30 +0000 Subject: * Makefile.am: Add LIBICONV to windres. * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files. * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV. * config.in: Add ICONV defines. * aclocal: Regenerate. * confugure: Regenerate. * winduni.c: (local_iconv_map codepages, wind_language_t, languages, unicode_is$ (ascii_from_unicode): Use codepage_from_unicode. (ascii_from_unicode): Use unicode_from_codepage. Use for cygwin windows API for unicode transformation. * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New macros. (wind_language_t, local_iconv_map): New types. (wind_find_language_by_id, wind_find_language_by_codepage, (unicode_is_valid_codepage, wind_find_codepage_info, unicode_from_codepage, c$ --- binutils/config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'binutils/config.in') diff --git a/binutils/config.in b/binutils/config.in index e3a178b..202c763 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -12,6 +12,15 @@ language is requested. */ #undef ENABLE_NLS +/* Define if you have the iconv() function. */ +#undef HAVE_ICONV + +/* Define to 1 if you have the header file. */ +#undef HAVE_ICONV_H + +/* Define as const if the declaration of iconv() needs const. */ +#undef ICONV_CONST + /* Suffix used for executables, if any. */ #undef EXECUTABLE_SUFFIX -- cgit v1.1