diff options
-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 |