diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-03 21:40:07 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-03 21:40:07 +0000 |
commit | 516fd358a60955432624299f145d6ecb14434e02 (patch) | |
tree | dde8e45b257a62925224bbd90a000f87dbade5b4 /libstdc++-v3/config.h.in | |
parent | f105a3673ec1d9d2d7503aee7f09dc04ec5cd00a (diff) | |
download | gcc-516fd358a60955432624299f145d6ecb14434e02.tar.gz |
2006-02-03 Paolo Carlini <pcarlini@suse.de>
* include/tr1/cwchar: New.
* include/tr1/cwctype: Likewise.
* include/tr1/wchar.h: Likewise.
* include/tr1/wctype.h: Likewise.
* include/Makefile.am: Add.
* testsuite/tr1/8_c_compatibility/cinttypes/functions: New.
* testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise.
* testsuite/tr1/headers.cc: Update.
* acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <wchar.h> and
<wctype.h> checks.
* docs/html/ext/tr1.html: Update.
* include/Makefile.in: Regenerate.
* config.h.in: Likewise.
* configure: Likewise.
* testsuite/tr1/8_c_compatibility/cctype/functions.cc: Cosmetic tweak.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110562 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index d940e6189c7..0f210cbcc9f 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -719,6 +719,14 @@ namespace std::tr1. */ #undef _GLIBCXX_USE_C99_STDINT_TR1 +/* Define if C99 functions in <wchar.h> should be imported in <tr1/cwchar> in + namespace std::tr1. */ +#undef _GLIBCXX_USE_C99_WCHAR_TR1 + +/* Define if C99 functions in <wctype.h> should be imported in <tr1/cwctype> + in namespace std::tr1. */ +#undef _GLIBCXX_USE_C99_WCTYPE_TR1 + /* Define if iconv and related functions exist and are usable. */ #undef _GLIBCXX_USE_ICONV |