mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +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
|
||||
|
||||
#ifdef __MWERKS__
|
||||
#define HAVE_STRFTIME
|
||||
#endif
|
||||
|
||||
#ifdef USE_GUSI
|
||||
/* GUSI provides a lot of unixisms */
|
||||
#define HAVE_SELECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue