diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-12 02:42:11 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-12 02:42:11 +0000 |
commit | 396629a5195d5674e1c5ed1b783292164c80c9bd (patch) | |
tree | 59a3bd44723457ce5993ed7dac9c588b80a66462 /libstdc++-v3/config.h.in | |
parent | 3dfc21d3230b5d84a6ca74d54824f76a79e42fb0 (diff) | |
download | ppe42-gcc-396629a5195d5674e1c5ed1b783292164c80c9bd.tar.gz ppe42-gcc-396629a5195d5674e1c5ed1b783292164c80c9bd.zip |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50628 138bc75d-0d04-0410-961f-82ee72b054a4
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 4908342858c..cd402681830 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 |