summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-03-08 10:40:41 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-03-08 10:40:41 (GMT)
commit92fab7569dbda9153fab99b31e6a2aa2e9821a56 (patch)
tree11d56418cd06fbaf9e8aac3b3ab6650199014d26 /pyconfig.h.in
parent8e925b9a4c911bca69eb95bd5be03bdc878d2ad7 (diff)
downloadcpython-92fab7569dbda9153fab99b31e6a2aa2e9821a56.zip
cpython-92fab7569dbda9153fab99b31e6a2aa2e9821a56.tar.gz
cpython-92fab7569dbda9153fab99b31e6a2aa2e9821a56.tar.bz2
Use wchar_t functions in _locale module.
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 df0a6d9..1a0460d 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -776,6 +776,9 @@
/* Define to 1 if you have the `wcscoll' function. */
#undef HAVE_WCSCOLL
+/* Define to 1 if you have the `wcsxfrm' function. */
+#undef HAVE_WCSXFRM
+
/* Define if tzset() actually switches the local timezone in a meaningful way.
*/
#undef HAVE_WORKING_TZSET