summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-10-07 17:45:56 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-10-07 17:45:56 (GMT)
commit19ff44643f86919dfa5827035ff746b755906042 (patch)
tree64206c15b5d803b5b7fa0a8d27cbd7f2d357bdcd /pyconfig.h.in
parent08c82b8086d2edae9937aabb0945e4f08eec447a (diff)
downloadcpython-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.in3
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