From: Jack Jansen Date: Wed, 23 Oct 1996 15:42:01 +0000 (+0000) Subject: Added HAVE_STRFTIME X-Git-Tag: v1.4~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae178eaea6eb5024a5cb25fa20b226994395f66c;p=thirdparty%2FPython%2Fcpython.git Added HAVE_STRFTIME --- diff --git a/Mac/Include/config.h b/Mac/Include/config.h index 94b9bb95fa35..c36796710995 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