From ae178eaea6eb5024a5cb25fa20b226994395f66c Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 23 Oct 1996 15:42:01 +0000 Subject: [PATCH] Added HAVE_STRFTIME --- Mac/Include/config.h | 4 ++++ 1 file changed, 4 insertions(+) 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