commit | 1b01ccd76a5dfd00efe07af0e942afe0b59de63a | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat May 30 06:13:40 2009 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat May 30 06:13:40 2009 +0000 |
tree | 3b6ef6011febf085aff6d91771ceeabdfbf85cae | |
parent | 3ad05763a6d69a93e58dfef6cc9d84f14edbb29b [diff] [blame] |
Issue #5562: Use wcsftime for time.strftime where available.
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index e0c9f48..d76846f 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h
@@ -637,6 +637,9 @@ /* Define if you have waitpid. */ /* #undef HAVE_WAITPID */ +/* Define to 1 if you have the `wcsftime' function. */ +#define HAVE_WCSFTIME 1 + /* Define to 1 if you have the `wcscoll' function. */ #ifndef MS_WINCE #define HAVE_WCSCOLL 1