summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-10-19 19:47:59 +0000
committerAntoine Pitrou <solipsis@pitrou.net>2009-10-19 19:47:59 +0000
commitf0b3cd9c69f91f9b4b271ea87c2f0b56c8ed42f3 (patch)
tree850bfe63c10416f7eb5e1b9c1d3671aaec41be1d /PC/pyconfig.h
parent1ac1416bfabb845314f2c61b84976a6208baa424 (diff)
downloadcpython-f0b3cd9c69f91f9b4b271ea87c2f0b56c8ed42f3.tar.gz
Merged revisions 75537,75539 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r75537 | antoine.pitrou | 2009-10-19 21:37:25 +0200 (lun., 19 oct. 2009) | 3 lines egreen is Derk Drukker + fix NEWS formatting ........ r75539 | antoine.pitrou | 2009-10-19 21:43:09 +0200 (lun., 19 oct. 2009) | 4 lines Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows platforms, and assorted locale fixes by Derk Drukker. ........
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 3c3c6f49eb..2444c8ab76 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -647,6 +647,11 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
#define HAVE_WCSCOLL 1
#endif
+/* Define to 1 if you have the `wcsxfrm' function. */
+#ifndef MS_WINCE
+#define HAVE_WCSXFRM 1
+#endif
+
/* Define if you have the <dlfcn.h> header file. */
/* #undef HAVE_DLFCN_H */