summaryrefslogtreecommitdiffstats
path: root/PC
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 /PC
parentb92bb71be8e9deb6feb1bf1c4230562d34ffd4b9 (diff)
downloadcpython-9c36c29156bf7d6f2349a2ca577771dd68fe63a9.zip
cpython-9c36c29156bf7d6f2349a2ca577771dd68fe63a9.tar.gz
cpython-9c36c29156bf7d6f2349a2ca577771dd68fe63a9.tar.bz2
Use wcscoll for _locale.strcoll if available.
Diffstat (limited to 'PC')
-rw-r--r--PC/pyconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 6ff99b6..0e7912e 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -497,6 +497,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
/* Define if you have waitpid. */
/* #undef HAVE_WAITPID */
+/* Define to 1 if you have the `wcscoll' function. */
+#define HAVE_WCSCOLL 1
+
/* Define if you have the <dlfcn.h> header file. */
/* #undef HAVE_DLFCN_H */
@@ -551,6 +554,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
/* Define if you have the <utime.h> header file. */
/* #define HAVE_UTIME_H 1 */
+/* Define if the compiler provides a wchar.h header file. */
+#define HAVE_WCHAR_H 1
+
/* Define if you have the dl library (-ldl). */
/* #undef HAVE_LIBDL */