mirror of
https://github.com/python/cpython.git
synced 2025-11-18 01:57:37 +00:00
Added HAVE_STRFTIME
This commit is contained in:
parent
70e413dee0
commit
ae178eaea6
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __MWERKS__
|
||||||
|
#define HAVE_STRFTIME
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef USE_GUSI
|
#ifdef USE_GUSI
|
||||||
/* GUSI provides a lot of unixisms */
|
/* GUSI provides a lot of unixisms */
|
||||||
#define HAVE_SELECT
|
#define HAVE_SELECT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue