diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2002-03-12 02:42:11 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2002-03-12 02:42:11 +0000 |
commit | 31f93f905f2127e0a8e4ea3945d1183e91ec2092 (patch) | |
tree | 59a3bd44723457ce5993ed7dac9c588b80a66462 /libstdc++-v3/config.h.in | |
parent | 4a085d2edd429d20f04d5dffa7ec89acf2005a82 (diff) | |
download | gcc-31f93f905f2127e0a8e4ea3945d1183e91ec2092.zip gcc-31f93f905f2127e0a8e4ea3945d1183e91ec2092.tar.gz gcc-31f93f905f2127e0a8e4ea3945d1183e91ec2092.tar.bz2 |
acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for wctype.h.
2002-03-11 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for wctype.h.
* aclocal.m4: Regenerate.
* config.h.in: Regenerate.
* configure: Regenerate.
* include/c_std/std_cwctype.h: Guard.
From-SVN: r50628
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 4908342..cd40268 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -723,6 +723,9 @@ /* Define if you have the <wchar.h> header file. */ #undef HAVE_WCHAR_H +/* Define if you have the <wctype.h> header file. */ +#undef HAVE_WCTYPE_H + /* Define if you have the m library (-lm). */ #undef HAVE_LIBM |