Subject: Re: lib/29832
To: Christos Zoulas <christos@zoulas.com>
From: J.T. Conklin <jtc@acorntoolworks.com>
List: netbsd-bugs
Date: 03/30/2005 19:01:07
jtc@acorntoolworks.com (J.T. Conklin) writes:
>> | Unfortunately, other than NetBSD/AMD64 (where I've confirmed it works),
>> | I don't have means of confirming it does.  Maybe the patch should just
>> | be added to all ports and let everyone's nightly builds sort things out
>> | if there turn out to be problems.
>> | 
>> | If there is anything I can do to help, please let me know.
>>
>> Sure, let's add it to all the ports and we'll sort it out. Can you make a
>> patch?

Hi Christos,

This patch sets _GLIBCPP_USE_WCHAR_T and _GLIBCPP_HAVE_WCSFTIME for
all architectures (except for the i386, where it change has already
been applied as part of the earlier patch).

It applies in src/gnu/lib/libstdc++-v3/arch.

    --jtc

Index: alpha/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/alpha/c++config.h,v
retrieving revision 1.5
diff -c -r1.5 c++config.h
*** alpha/c++config.h	25 May 2004 13:39:35 -0000	1.5
--- alpha/c++config.h	31 Mar 2005 02:55:30 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: alpha/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/alpha/config.h,v
retrieving revision 1.4
diff -c -r1.4 config.h
*** alpha/config.h	19 Feb 2004 08:11:31 -0000	1.4
--- alpha/config.h	31 Mar 2005 02:55:30 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: arm/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/arm/c++config.h,v
retrieving revision 1.6
diff -c -r1.6 c++config.h
*** arm/c++config.h	25 May 2004 13:39:35 -0000	1.6
--- arm/c++config.h	31 Mar 2005 02:55:30 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: arm/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/arm/config.h,v
retrieving revision 1.4
diff -c -r1.4 config.h
*** arm/config.h	19 Feb 2004 08:11:31 -0000	1.4
--- arm/config.h	31 Mar 2005 02:55:30 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: armeb/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/armeb/c++config.h,v
retrieving revision 1.5
diff -c -r1.5 c++config.h
*** armeb/c++config.h	25 May 2004 13:39:35 -0000	1.5
--- armeb/c++config.h	31 Mar 2005 02:55:30 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: armeb/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/armeb/config.h,v
retrieving revision 1.4
diff -c -r1.4 config.h
*** armeb/config.h	19 Feb 2004 08:11:31 -0000	1.4
--- armeb/config.h	31 Mar 2005 02:55:30 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: hppa/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/hppa/c++config.h,v
retrieving revision 1.4
diff -c -r1.4 c++config.h
*** hppa/c++config.h	25 May 2004 13:39:35 -0000	1.4
--- hppa/c++config.h	31 Mar 2005 02:55:30 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: hppa/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/hppa/config.h,v
retrieving revision 1.3
diff -c -r1.3 config.h
*** hppa/config.h	19 Feb 2004 08:11:31 -0000	1.3
--- hppa/config.h	31 Mar 2005 02:55:30 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: m68000/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/m68000/c++config.h,v
retrieving revision 1.6
diff -c -r1.6 c++config.h
*** m68000/c++config.h	25 May 2004 13:39:35 -0000	1.6
--- m68000/c++config.h	31 Mar 2005 02:55:31 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: m68000/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/m68000/config.h,v
retrieving revision 1.3
diff -c -r1.3 config.h
*** m68000/config.h	19 Feb 2004 08:11:32 -0000	1.3
--- m68000/config.h	31 Mar 2005 02:55:31 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: m68k/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/m68k/c++config.h,v
retrieving revision 1.5
diff -c -r1.5 c++config.h
*** m68k/c++config.h	25 May 2004 13:39:35 -0000	1.5
--- m68k/c++config.h	31 Mar 2005 02:55:31 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: m68k/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/m68k/config.h,v
retrieving revision 1.3
diff -c -r1.3 config.h
*** m68k/config.h	19 Feb 2004 08:11:32 -0000	1.3
--- m68k/config.h	31 Mar 2005 02:55:31 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: mipseb/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/mipseb/c++config.h,v
retrieving revision 1.6
diff -c -r1.6 c++config.h
*** mipseb/c++config.h	25 May 2004 13:39:35 -0000	1.6
--- mipseb/c++config.h	31 Mar 2005 02:55:31 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: mipseb/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/mipseb/config.h,v
retrieving revision 1.4
diff -c -r1.4 config.h
*** mipseb/config.h	16 Feb 2004 16:06:38 -0000	1.4
--- mipseb/config.h	31 Mar 2005 02:55:31 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: mipsel/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/mipsel/c++config.h,v
retrieving revision 1.5
diff -c -r1.5 c++config.h
*** mipsel/c++config.h	25 May 2004 13:39:35 -0000	1.5
--- mipsel/c++config.h	31 Mar 2005 02:55:31 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: mipsel/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/mipsel/config.h,v
retrieving revision 1.3
diff -c -r1.3 config.h
*** mipsel/config.h	19 Feb 2004 08:11:31 -0000	1.3
--- mipsel/config.h	31 Mar 2005 02:55:31 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: ns32k/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/ns32k/c++config.h,v
retrieving revision 1.2
diff -c -r1.2 c++config.h
*** ns32k/c++config.h	14 Feb 2004 08:39:07 -0000	1.2
--- ns32k/c++config.h	31 Mar 2005 02:55:32 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: ns32k/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/ns32k/config.h,v
retrieving revision 1.2
diff -c -r1.2 config.h
*** ns32k/config.h	14 Feb 2004 08:39:07 -0000	1.2
--- ns32k/config.h	31 Mar 2005 02:55:32 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: powerpc/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/powerpc/c++config.h,v
retrieving revision 1.4
diff -c -r1.4 c++config.h
*** powerpc/c++config.h	25 May 2004 13:39:35 -0000	1.4
--- powerpc/c++config.h	31 Mar 2005 02:55:32 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: powerpc/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/powerpc/config.h,v
retrieving revision 1.3
diff -c -r1.3 config.h
*** powerpc/config.h	19 Feb 2004 08:11:32 -0000	1.3
--- powerpc/config.h	31 Mar 2005 02:55:32 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: sh3eb/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/sh3eb/c++config.h,v
retrieving revision 1.3
diff -c -r1.3 c++config.h
*** sh3eb/c++config.h	25 May 2004 13:39:35 -0000	1.3
--- sh3eb/c++config.h	31 Mar 2005 02:55:32 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: sh3eb/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/sh3eb/config.h,v
retrieving revision 1.1
diff -c -r1.1 config.h
*** sh3eb/config.h	12 Feb 2004 22:34:58 -0000	1.1
--- sh3eb/config.h	31 Mar 2005 02:55:32 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: sh3el/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/sh3el/c++config.h,v
retrieving revision 1.4
diff -c -r1.4 c++config.h
*** sh3el/c++config.h	25 May 2004 13:39:35 -0000	1.4
--- sh3el/c++config.h	31 Mar 2005 02:55:33 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: sh3el/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/sh3el/config.h,v
retrieving revision 1.2
diff -c -r1.2 config.h
*** sh3el/config.h	11 Feb 2004 16:22:51 -0000	1.2
--- sh3el/config.h	31 Mar 2005 02:55:33 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: sh5el/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/sh5el/c++config.h,v
retrieving revision 1.3
diff -c -r1.3 c++config.h
*** sh5el/c++config.h	17 Mar 2004 09:02:07 -0000	1.3
--- sh5el/c++config.h	31 Mar 2005 02:55:33 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: sh5el/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/sh5el/config.h,v
retrieving revision 1.3
diff -c -r1.3 config.h
*** sh5el/config.h	17 Mar 2004 09:02:07 -0000	1.3
--- sh5el/config.h	31 Mar 2005 02:55:33 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: sparc/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/sparc/c++config.h,v
retrieving revision 1.7
diff -c -r1.7 c++config.h
*** sparc/c++config.h	25 May 2004 13:39:35 -0000	1.7
--- sparc/c++config.h	31 Mar 2005 02:55:34 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: sparc/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/sparc/config.h,v
retrieving revision 1.5
diff -c -r1.5 config.h
*** sparc/config.h	19 Feb 2004 08:11:32 -0000	1.5
--- sparc/config.h	31 Mar 2005 02:55:34 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: sparc64/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/sparc64/c++config.h,v
retrieving revision 1.6
diff -c -r1.6 c++config.h
*** sparc64/c++config.h	25 May 2004 13:39:36 -0000	1.6
--- sparc64/c++config.h	31 Mar 2005 02:55:34 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: sparc64/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/sparc64/config.h,v
retrieving revision 1.4
diff -c -r1.4 config.h
*** sparc64/config.h	19 Feb 2004 08:11:32 -0000	1.4
--- sparc64/config.h	31 Mar 2005 02:55:34 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: vax/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/vax/c++config.h,v
retrieving revision 1.2
diff -c -r1.2 c++config.h
*** vax/c++config.h	11 Feb 2004 16:22:52 -0000	1.2
--- vax/c++config.h	31 Mar 2005 02:55:34 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: vax/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/vax/config.h,v
retrieving revision 1.2
diff -c -r1.2 config.h
*** vax/config.h	11 Feb 2004 16:22:52 -0000	1.2
--- vax/config.h	31 Mar 2005 02:55:34 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
Index: x86_64/c++config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/x86_64/c++config.h,v
retrieving revision 1.4
diff -c -r1.4 c++config.h
*** x86_64/c++config.h	25 May 2004 13:39:36 -0000	1.4
--- x86_64/c++config.h	31 Mar 2005 02:55:34 -0000
***************
*** 117,123 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 117,123 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 749,755 ****
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef _GLIBCPP_HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
--- 749,755 ----
  #define _GLIBCPP_HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define _GLIBCPP_HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define _GLIBCPP_HAVE_WCSLEN 1
Index: x86_64/config.h
===================================================================
RCS file: /cvsroot/src/gnu/lib/libstdc++-v3/arch/x86_64/config.h,v
retrieving revision 1.3
diff -c -r1.3 config.h
*** x86_64/config.h	19 Feb 2004 08:11:31 -0000	1.3
--- x86_64/config.h	31 Mar 2005 02:55:34 -0000
***************
*** 17,23 ****
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! /* #undef _GLIBCPP_USE_WCHAR_T */
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
--- 17,23 ----
  /* #undef _GLIBCPP_USE_C99 */
  
  // Define if code specialized for wchar_t should be used.
! #define _GLIBCPP_USE_WCHAR_T 1
  
  // Define if using setrlimit to limit memory usage during 'make check'.
  /* #undef _GLIBCPP_MEM_LIMITS */
***************
*** 649,655 ****
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! /* #undef HAVE_WCSFTIME */
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1
--- 649,655 ----
  #define HAVE_WCSCSPN 1
  
  /* Define if you have the wcsftime function.  */
! #define HAVE_WCSFTIME 1
  
  /* Define if you have the wcslen function.  */
  #define HAVE_WCSLEN 1


-- 
J.T. Conklin