mirror of https://github.com/python/cpython
Added HAVE_STRFTIME
This commit is contained in:
parent
70e413dee0
commit
ae178eaea6
|
@ -27,6 +27,10 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __MWERKS__
|
||||
#define HAVE_STRFTIME
|
||||
#endif
|
||||
|
||||
#ifdef USE_GUSI
|
||||
/* GUSI provides a lot of unixisms */
|
||||
#define HAVE_SELECT
|
||||
|
|
Loading…
Reference in New Issue