summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-12-21 18:34:06 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-12-21 18:34:06 (GMT)
commit9c36c29156bf7d6f2349a2ca577771dd68fe63a9 (patch)
treef3575c6c109fffc9845758b6a99872cf5093399d /pyconfig.h.in
parentb92bb71be8e9deb6feb1bf1c4230562d34ffd4b9 (diff)
downloadcpython-9c36c29156bf7d6f2349a2ca577771dd68fe63a9.zip
cpython-9c36c29156bf7d6f2349a2ca577771dd68fe63a9.tar.gz
cpython-9c36c29156bf7d6f2349a2ca577771dd68fe63a9.tar.bz2
Use wcscoll for _locale.strcoll if available.
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 9503ea8..d63c36c 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -586,6 +586,9 @@
/* Define if the compiler provides a wchar.h header file. */
#undef HAVE_WCHAR_H
+/* Define to 1 if you have the `wcscoll' function. */
+#undef HAVE_WCSCOLL
+
/* Define to 1 if you have the `_getpty' function. */
#undef HAVE__GETPTY