diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-07 17:45:56 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-07 17:45:56 (GMT) |
commit | 19ff44643f86919dfa5827035ff746b755906042 (patch) | |
tree | 64206c15b5d803b5b7fa0a8d27cbd7f2d357bdcd /pyconfig.h.in | |
parent | 08c82b8086d2edae9937aabb0945e4f08eec447a (diff) | |
download | cpython-19ff44643f86919dfa5827035ff746b755906042.zip cpython-19ff44643f86919dfa5827035ff746b755906042.tar.gz cpython-19ff44643f86919dfa5827035ff746b755906042.tar.bz2 |
Check for wctype.h.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index c41ddda..903f8d2 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -592,6 +592,9 @@ /* Define if the compiler provides a wchar.h header file. */ #undef HAVE_WCHAR_H +/* Define to 1 if you have the <wctype.h> header file. */ +#undef HAVE_WCTYPE_H + /* Define to 1 if you have the `_getpty' function. */ #undef HAVE__GETPTY |