diff --git a/contrib/toolchain/gcc/5x/libstdc++-v3/config.h b/contrib/toolchain/gcc/5x/libstdc++-v3/config.h index 5e47f2556d..028c58a6e7 100644 --- a/contrib/toolchain/gcc/5x/libstdc++-v3/config.h +++ b/contrib/toolchain/gcc/5x/libstdc++-v3/config.h @@ -809,7 +809,7 @@ /* Define if C99 types in should be imported in in namespace std::tr1. */ -//#define _GLIBCXX_USE_C99_STDINT_TR1 1 +#define _GLIBCXX_USE_C99_STDINT_TR1 1 /* Defined if clock_gettime has monotonic clock support. */ /* #undef _GLIBCXX_USE_CLOCK_MONOTONIC */ @@ -865,7 +865,7 @@ /* #undef _GLIBCXX_USE_SYSCTL_HW_NCPU */ /* Define if code specialized for wchar_t should be used. */ -//#define _GLIBCXX_USE_WCHAR_T 1 +#define _GLIBCXX_USE_WCHAR_T 1 /* Define to 1 if a verbose library is built, or 0 otherwise. */ #define _GLIBCXX_VERBOSE 1 diff --git a/contrib/toolchain/gcc/5x/libstdc++-v3/include/mingw32/bits/c++config.h b/contrib/toolchain/gcc/5x/libstdc++-v3/include/mingw32/bits/c++config.h index 765de0461f..b1ce6058a1 100644 --- a/contrib/toolchain/gcc/5x/libstdc++-v3/include/mingw32/bits/c++config.h +++ b/contrib/toolchain/gcc/5x/libstdc++-v3/include/mingw32/bits/c++config.h @@ -805,7 +805,7 @@ namespace std /* #undef _GLIBCXX_HAVE_MACHINE_PARAM_H */ /* Define if mbstate_t exists in wchar.h. */ -//#define _GLIBCXX_HAVE_MBSTATE_T 1 +#define _GLIBCXX_HAVE_MBSTATE_T 1 /* Define to 1 if you have the header file. */ #define _GLIBCXX_HAVE_MEMORY_H 1 @@ -989,22 +989,22 @@ namespace std #define _GLIBCXX_HAVE_UTIME_H 1 /* Defined if vfwscanf exists. */ -//#define _GLIBCXX_HAVE_VFWSCANF 1 +#define _GLIBCXX_HAVE_VFWSCANF 1 /* Defined if vswscanf exists. */ -//#define _GLIBCXX_HAVE_VSWSCANF 1 +#define _GLIBCXX_HAVE_VSWSCANF 1 /* Defined if vwscanf exists. */ -//#define _GLIBCXX_HAVE_VWSCANF 1 +#define _GLIBCXX_HAVE_VWSCANF 1 /* Define to 1 if you have the header file. */ -//#define _GLIBCXX_HAVE_WCHAR_H 1 +#define _GLIBCXX_HAVE_WCHAR_H 1 /* Defined if wcstof exists. */ -//#define _GLIBCXX_HAVE_WCSTOF 1 +#define _GLIBCXX_HAVE_WCSTOF 1 /* Define to 1 if you have the header file. */ -//#define _GLIBCXX_HAVE_WCTYPE_H 1 +#define _GLIBCXX_HAVE_WCTYPE_H 1 /* Defined if Sleep exists. */ #define _GLIBCXX_HAVE_WIN32_SLEEP 1 @@ -1344,7 +1344,7 @@ namespace std /* Define if C99 types in should be imported in in namespace std::tr1. */ -//#define _GLIBCXX_USE_C99_STDINT_TR1 1 +#define _GLIBCXX_USE_C99_STDINT_TR1 1 /* Defined if clock_gettime syscall has monotonic and realtime clock support. */ @@ -1429,7 +1429,7 @@ namespace std /* #undef _GLIBCXX_USE_UTIMENSAT */ /* Define if code specialized for wchar_t should be used. */ -//#define _GLIBCXX_USE_WCHAR_T 1 +#define _GLIBCXX_USE_WCHAR_T 1 /* Define to 1 if a verbose library is built, or 0 otherwise. */ #define _GLIBCXX_VERBOSE 1