commit | 92fab7569dbda9153fab99b31e6a2aa2e9821a56 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Mar 08 10:40:41 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Mar 08 10:40:41 2008 +0000 |
tree | 11d56418cd06fbaf9e8aac3b3ab6650199014d26 | |
parent | 8e925b9a4c911bca69eb95bd5be03bdc878d2ad7 [diff] [blame] |
Use wchar_t functions in _locale module.
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