diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-10-23 15:42:01 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-10-23 15:42:01 (GMT) |
commit | ae178eaea6eb5024a5cb25fa20b226994395f66c (patch) | |
tree | faba03d5b0ae40733a21df56fe94917c032959ef /Mac | |
parent | 70e413dee035d4b93002781d05a06dc93e515a88 (diff) | |
download | cpython-ae178eaea6eb5024a5cb25fa20b226994395f66c.zip cpython-ae178eaea6eb5024a5cb25fa20b226994395f66c.tar.gz cpython-ae178eaea6eb5024a5cb25fa20b226994395f66c.tar.bz2 |
Added HAVE_STRFTIME
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Include/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h index 94b9bb9..c367967 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -27,6 +27,10 @@ #endif #endif +#ifdef __MWERKS__ +#define HAVE_STRFTIME +#endif + #ifdef USE_GUSI /* GUSI provides a lot of unixisms */ #define HAVE_SELECT |