summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-05 11:38:57 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-05 11:38:57 +0000
commit2080d5efc4fa305a790e89276c848b2da0e0aae3 (patch)
tree85cfc5081abd7f7273316a72baeef26edce7c621 /libstdc++-v3/config.h.in
parent08927412ac7a8fb2fcec91fb16828975abb58bc9 (diff)
downloadppe42-gcc-2080d5efc4fa305a790e89276c848b2da0e0aae3.tar.gz
ppe42-gcc-2080d5efc4fa305a790e89276c848b2da0e0aae3.zip
2006-02-05 Paolo Carlini <pcarlini@suse.de>
* include/tr1/cstdio: New. * include/tr1/stdio.h: Likewise. * include/Makefile.am: Add. * testsuite/tr1/8_c_compatibility/cstdio/functions.cc: New. * testsuite/tr1/headers.cc: Update. * docs/html/ext/tr1.html: Update. * include/tr1/cwchar: Simplify, use _GLIBCXX_USE_C99, consistently with the facilities in std::. * include/tr1/cwctype: Likewise. * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Tweak. * testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise. * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Remove <wchar.h> and <wctype.h> checks. * include/Makefile.in: Regenerate. * config.h.in: Likewise. * configure: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110613 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r--libstdc++-v3/config.h.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in
index 0f210cbcc9f..d940e6189c7 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -719,14 +719,6 @@
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
OpenPOWER on IntegriCloud