From a14ad02b8ee93c82962438a56dd14ee5f94d978e Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 31 Mar 2005 03:17:02 +0000 Subject: [PATCH] Enable wide character support for the rest of the archs (i386 is already done). From J. T. Conklin. --- gnu/lib/libstdc++-v3/arch/alpha/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/alpha/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/arm/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/arm/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/armeb/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/armeb/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/hppa/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/hppa/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/m68000/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/m68000/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/m68k/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/m68k/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/mipseb/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/mipseb/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/mipsel/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/mipsel/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/ns32k/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/ns32k/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/powerpc/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/powerpc/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/sh3eb/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/sh3eb/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/sh3el/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/sh3el/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/sh5el/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/sh5el/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/sparc/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/sparc/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/sparc64/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/sparc64/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/vax/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/vax/config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/x86_64/c++config.h | 4 ++-- gnu/lib/libstdc++-v3/arch/x86_64/config.h | 4 ++-- 34 files changed, 68 insertions(+), 68 deletions(-) diff --git a/gnu/lib/libstdc++-v3/arch/alpha/c++config.h b/gnu/lib/libstdc++-v3/arch/alpha/c++config.h index f993e717566e..f2a068ba2ac5 100644 --- a/gnu/lib/libstdc++-v3/arch/alpha/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/alpha/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/alpha/config.h b/gnu/lib/libstdc++-v3/arch/alpha/config.h index f4512b019e5c..b42163d9857c 100644 --- a/gnu/lib/libstdc++-v3/arch/alpha/config.h +++ b/gnu/lib/libstdc++-v3/arch/alpha/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/arm/c++config.h b/gnu/lib/libstdc++-v3/arch/arm/c++config.h index c298fd3ec84a..02b9e5a08ada 100644 --- a/gnu/lib/libstdc++-v3/arch/arm/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/arm/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/arm/config.h b/gnu/lib/libstdc++-v3/arch/arm/config.h index 1f523c16b78c..9420c9fa3802 100644 --- a/gnu/lib/libstdc++-v3/arch/arm/config.h +++ b/gnu/lib/libstdc++-v3/arch/arm/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/armeb/c++config.h b/gnu/lib/libstdc++-v3/arch/armeb/c++config.h index c298fd3ec84a..02b9e5a08ada 100644 --- a/gnu/lib/libstdc++-v3/arch/armeb/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/armeb/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/armeb/config.h b/gnu/lib/libstdc++-v3/arch/armeb/config.h index 1f523c16b78c..9420c9fa3802 100644 --- a/gnu/lib/libstdc++-v3/arch/armeb/config.h +++ b/gnu/lib/libstdc++-v3/arch/armeb/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/hppa/c++config.h b/gnu/lib/libstdc++-v3/arch/hppa/c++config.h index f993e717566e..f2a068ba2ac5 100644 --- a/gnu/lib/libstdc++-v3/arch/hppa/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/hppa/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/hppa/config.h b/gnu/lib/libstdc++-v3/arch/hppa/config.h index f4512b019e5c..b42163d9857c 100644 --- a/gnu/lib/libstdc++-v3/arch/hppa/config.h +++ b/gnu/lib/libstdc++-v3/arch/hppa/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/m68000/c++config.h b/gnu/lib/libstdc++-v3/arch/m68000/c++config.h index f993e717566e..f2a068ba2ac5 100644 --- a/gnu/lib/libstdc++-v3/arch/m68000/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/m68000/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/m68000/config.h b/gnu/lib/libstdc++-v3/arch/m68000/config.h index f4512b019e5c..b42163d9857c 100644 --- a/gnu/lib/libstdc++-v3/arch/m68000/config.h +++ b/gnu/lib/libstdc++-v3/arch/m68000/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/m68k/c++config.h b/gnu/lib/libstdc++-v3/arch/m68k/c++config.h index f993e717566e..f2a068ba2ac5 100644 --- a/gnu/lib/libstdc++-v3/arch/m68k/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/m68k/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/m68k/config.h b/gnu/lib/libstdc++-v3/arch/m68k/config.h index f4512b019e5c..b42163d9857c 100644 --- a/gnu/lib/libstdc++-v3/arch/m68k/config.h +++ b/gnu/lib/libstdc++-v3/arch/m68k/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/mipseb/c++config.h b/gnu/lib/libstdc++-v3/arch/mipseb/c++config.h index f993e717566e..f2a068ba2ac5 100644 --- a/gnu/lib/libstdc++-v3/arch/mipseb/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/mipseb/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/mipseb/config.h b/gnu/lib/libstdc++-v3/arch/mipseb/config.h index f4512b019e5c..b42163d9857c 100644 --- a/gnu/lib/libstdc++-v3/arch/mipseb/config.h +++ b/gnu/lib/libstdc++-v3/arch/mipseb/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/mipsel/c++config.h b/gnu/lib/libstdc++-v3/arch/mipsel/c++config.h index f993e717566e..f2a068ba2ac5 100644 --- a/gnu/lib/libstdc++-v3/arch/mipsel/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/mipsel/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/mipsel/config.h b/gnu/lib/libstdc++-v3/arch/mipsel/config.h index f4512b019e5c..b42163d9857c 100644 --- a/gnu/lib/libstdc++-v3/arch/mipsel/config.h +++ b/gnu/lib/libstdc++-v3/arch/mipsel/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/ns32k/c++config.h b/gnu/lib/libstdc++-v3/arch/ns32k/c++config.h index 0ce86ba43217..ea26d7ec06b7 100644 --- a/gnu/lib/libstdc++-v3/arch/ns32k/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/ns32k/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/ns32k/config.h b/gnu/lib/libstdc++-v3/arch/ns32k/config.h index 1f523c16b78c..9420c9fa3802 100644 --- a/gnu/lib/libstdc++-v3/arch/ns32k/config.h +++ b/gnu/lib/libstdc++-v3/arch/ns32k/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/powerpc/c++config.h b/gnu/lib/libstdc++-v3/arch/powerpc/c++config.h index f993e717566e..f2a068ba2ac5 100644 --- a/gnu/lib/libstdc++-v3/arch/powerpc/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/powerpc/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/powerpc/config.h b/gnu/lib/libstdc++-v3/arch/powerpc/config.h index f4512b019e5c..b42163d9857c 100644 --- a/gnu/lib/libstdc++-v3/arch/powerpc/config.h +++ b/gnu/lib/libstdc++-v3/arch/powerpc/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/sh3eb/c++config.h b/gnu/lib/libstdc++-v3/arch/sh3eb/c++config.h index c298fd3ec84a..02b9e5a08ada 100644 --- a/gnu/lib/libstdc++-v3/arch/sh3eb/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/sh3eb/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/sh3eb/config.h b/gnu/lib/libstdc++-v3/arch/sh3eb/config.h index 1f523c16b78c..9420c9fa3802 100644 --- a/gnu/lib/libstdc++-v3/arch/sh3eb/config.h +++ b/gnu/lib/libstdc++-v3/arch/sh3eb/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/sh3el/c++config.h b/gnu/lib/libstdc++-v3/arch/sh3el/c++config.h index c298fd3ec84a..02b9e5a08ada 100644 --- a/gnu/lib/libstdc++-v3/arch/sh3el/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/sh3el/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/sh3el/config.h b/gnu/lib/libstdc++-v3/arch/sh3el/config.h index 7cbd74308bc4..b7cb1a859fb4 100644 --- a/gnu/lib/libstdc++-v3/arch/sh3el/config.h +++ b/gnu/lib/libstdc++-v3/arch/sh3el/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/sh5el/c++config.h b/gnu/lib/libstdc++-v3/arch/sh5el/c++config.h index c298fd3ec84a..02b9e5a08ada 100644 --- a/gnu/lib/libstdc++-v3/arch/sh5el/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/sh5el/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/sh5el/config.h b/gnu/lib/libstdc++-v3/arch/sh5el/config.h index 1f523c16b78c..9420c9fa3802 100644 --- a/gnu/lib/libstdc++-v3/arch/sh5el/config.h +++ b/gnu/lib/libstdc++-v3/arch/sh5el/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/sparc/c++config.h b/gnu/lib/libstdc++-v3/arch/sparc/c++config.h index f993e717566e..f2a068ba2ac5 100644 --- a/gnu/lib/libstdc++-v3/arch/sparc/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/sparc/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/sparc/config.h b/gnu/lib/libstdc++-v3/arch/sparc/config.h index f4512b019e5c..b42163d9857c 100644 --- a/gnu/lib/libstdc++-v3/arch/sparc/config.h +++ b/gnu/lib/libstdc++-v3/arch/sparc/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/sparc64/c++config.h b/gnu/lib/libstdc++-v3/arch/sparc64/c++config.h index f993e717566e..f2a068ba2ac5 100644 --- a/gnu/lib/libstdc++-v3/arch/sparc64/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/sparc64/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/sparc64/config.h b/gnu/lib/libstdc++-v3/arch/sparc64/config.h index f4512b019e5c..b42163d9857c 100644 --- a/gnu/lib/libstdc++-v3/arch/sparc64/config.h +++ b/gnu/lib/libstdc++-v3/arch/sparc64/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/vax/c++config.h b/gnu/lib/libstdc++-v3/arch/vax/c++config.h index d3136cd5bfe2..8df1360b939a 100644 --- a/gnu/lib/libstdc++-v3/arch/vax/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/vax/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/vax/config.h b/gnu/lib/libstdc++-v3/arch/vax/config.h index 92457e339270..8966236817b6 100644 --- a/gnu/lib/libstdc++-v3/arch/vax/config.h +++ b/gnu/lib/libstdc++-v3/arch/vax/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/x86_64/c++config.h b/gnu/lib/libstdc++-v3/arch/x86_64/c++config.h index f993e717566e..f2a068ba2ac5 100644 --- a/gnu/lib/libstdc++-v3/arch/x86_64/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/x86_64/c++config.h @@ -117,7 +117,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -749,7 +749,7 @@ #define _GLIBCPP_HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef _GLIBCPP_HAVE_WCSFTIME */ +#define _GLIBCPP_HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define _GLIBCPP_HAVE_WCSLEN 1 diff --git a/gnu/lib/libstdc++-v3/arch/x86_64/config.h b/gnu/lib/libstdc++-v3/arch/x86_64/config.h index f4512b019e5c..b42163d9857c 100644 --- a/gnu/lib/libstdc++-v3/arch/x86_64/config.h +++ b/gnu/lib/libstdc++-v3/arch/x86_64/config.h @@ -17,7 +17,7 @@ /* #undef _GLIBCPP_USE_C99 */ // Define if code specialized for wchar_t should be used. -/* #undef _GLIBCPP_USE_WCHAR_T */ +#define _GLIBCPP_USE_WCHAR_T 1 // Define if using setrlimit to limit memory usage during 'make check'. /* #undef _GLIBCPP_MEM_LIMITS */ @@ -649,7 +649,7 @@ #define HAVE_WCSCSPN 1 /* Define if you have the wcsftime function. */ -/* #undef HAVE_WCSFTIME */ +#define HAVE_WCSFTIME 1 /* Define if you have the wcslen function. */ #define HAVE_WCSLEN 1