diff options
| author | mrg <mrg@NetBSD.org> | 2006-08-23 20:47:02 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2006-08-23 20:47:02 +0000 |
| commit | 4f8b9b11de682ced045665a704eb3545db3d5c10 (patch) | |
| tree | 295c16129468522995f470c251aa4afb36052a91 /gnu/lib | |
| parent | 18a66ca024122418262ddf5c98494c6c462e0763 (diff) | |
regenerate with recent wchar/iconv fixes.
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libstdc++-v3_4/arch/sparc64/c++config.h | 12 | ||||
| -rw-r--r-- | gnu/lib/libstdc++-v3_4/arch/sparc64/config.h | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/gnu/lib/libstdc++-v3_4/arch/sparc64/c++config.h b/gnu/lib/libstdc++-v3_4/arch/sparc64/c++config.h index 2fb6683025c..7e9b5095ed4 100644 --- a/gnu/lib/libstdc++-v3_4/arch/sparc64/c++config.h +++ b/gnu/lib/libstdc++-v3_4/arch/sparc64/c++config.h @@ -272,7 +272,7 @@ namespace std /* #undef _GLIBCXX_HAVE_ISNANL */ /* Defined if iswblank exists. */ -/* #undef _GLIBCXX_HAVE_ISWBLANK */ +#define _GLIBCXX_HAVE_ISWBLANK 1 /* Define if LC_MESSAGES is available in <locale.h>. */ #define _GLIBCXX_HAVE_LC_MESSAGES 1 @@ -473,19 +473,19 @@ namespace std #define _GLIBCXX_HAVE_UNISTD_H 1 /* Defined if vfwscanf exists. */ -/* #undef _GLIBCXX_HAVE_VFWSCANF */ +#define _GLIBCXX_HAVE_VFWSCANF 1 /* Defined if vswscanf exists. */ -/* #undef _GLIBCXX_HAVE_VSWSCANF */ +#define _GLIBCXX_HAVE_VSWSCANF 1 /* Defined if vwscanf exists. */ -/* #undef _GLIBCXX_HAVE_VWSCANF */ +#define _GLIBCXX_HAVE_VWSCANF 1 /* Define to 1 if you have the <wchar.h> header file. */ #define _GLIBCXX_HAVE_WCHAR_H 1 /* Defined if wcstof exists. */ -/* #undef _GLIBCXX_HAVE_WCSTOF */ +#define _GLIBCXX_HAVE_WCSTOF 1 /* Define to 1 if you have the <wctype.h> header file. */ #define _GLIBCXX_HAVE_WCTYPE_H 1 @@ -798,7 +798,7 @@ namespace std /* #undef _GLIBCXX_USE_C99_MATH */ /* 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 */ diff --git a/gnu/lib/libstdc++-v3_4/arch/sparc64/config.h b/gnu/lib/libstdc++-v3_4/arch/sparc64/config.h index 81337e9c604..8884ed689df 100644 --- a/gnu/lib/libstdc++-v3_4/arch/sparc64/config.h +++ b/gnu/lib/libstdc++-v3_4/arch/sparc64/config.h @@ -166,7 +166,7 @@ /* #undef HAVE_ISNANL */ /* Defined if iswblank exists. */ -/* #undef HAVE_ISWBLANK */ +#define HAVE_ISWBLANK 1 /* Define if LC_MESSAGES is available in <locale.h>. */ #define HAVE_LC_MESSAGES 1 @@ -367,19 +367,19 @@ #define HAVE_UNISTD_H 1 /* Defined if vfwscanf exists. */ -/* #undef HAVE_VFWSCANF */ +#define HAVE_VFWSCANF 1 /* Defined if vswscanf exists. */ -/* #undef HAVE_VSWSCANF */ +#define HAVE_VSWSCANF 1 /* Defined if vwscanf exists. */ -/* #undef HAVE_VWSCANF */ +#define HAVE_VWSCANF 1 /* Define to 1 if you have the <wchar.h> header file. */ #define HAVE_WCHAR_H 1 /* Defined if wcstof exists. */ -/* #undef HAVE_WCSTOF */ +#define HAVE_WCSTOF 1 /* Define to 1 if you have the <wctype.h> header file. */ #define HAVE_WCTYPE_H 1 @@ -692,7 +692,7 @@ /* #undef _GLIBCXX_USE_C99_MATH */ /* 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 */ |
