diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-08 10:40:41 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-08 10:40:41 (GMT) |
commit | 92fab7569dbda9153fab99b31e6a2aa2e9821a56 (patch) | |
tree | 11d56418cd06fbaf9e8aac3b3ab6650199014d26 /pyconfig.h.in | |
parent | 8e925b9a4c911bca69eb95bd5be03bdc878d2ad7 (diff) | |
download | cpython-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.in | 3 |
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 |