--- src/gnu/lib/gcc41/libstdc++/config.h 2006/09/27 12:10:33 1.1 +++ src/gnu/lib/gcc41/libstdc++/config.h 2008/03/10 13:30:36 1.1.6.1 @@ -127,13 +127,13 @@ /* #undef HAVE_HYPOTL */ /* Define to 1 if you have the `iconv' function. */ -/* #undef HAVE_ICONV */ +#define HAVE_ICONV 1 /* Define to 1 if you have the `iconv_close' function. */ -/* #undef HAVE_ICONV_CLOSE */ +#define HAVE_ICONV_CLOSE 1 /* Define to 1 if you have the `iconv_open' function. */ -/* #undef HAVE_ICONV_OPEN */ +#define HAVE_ICONV_OPEN 1 /* Define to 1 if you have the header file. */ #define HAVE_IEEEFP_H 1 @@ -238,7 +238,7 @@ /* #undef HAVE_NAN_H */ /* Define to 1 if you have the `nl_langinfo' function. */ -/* #undef HAVE_NL_LANGINFO */ +#define HAVE_NL_LANGINFO 1 /* Define if poll is available in . */ #define HAVE_POLL 1 @@ -689,7 +689,7 @@ #define _GLIBCXX_USE_C99_MATH 1 /* Define if iconv and related functions exist and are usable. */ -/* #undef _GLIBCXX_USE_ICONV */ +#define _GLIBCXX_USE_ICONV 1 /* Define if LFS support is available. */ /* #undef _GLIBCXX_USE_LFS */ @@ -701,7 +701,7 @@ /* #undef _GLIBCXX_USE_NLS */ /* Define if code specialized for wchar_t should be used. */ -/* #undef _GLIBCXX_USE_WCHAR_T */ +#define _GLIBCXX_USE_WCHAR_T 1 #if defined (HAVE__ACOSF) && ! defined (HAVE_ACOSF) # define HAVE_ACOSF 1