summaryrefslogtreecommitdiffstats
path: root/Mac/Include
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-10-23 15:42:01 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-10-23 15:42:01 (GMT)
commitae178eaea6eb5024a5cb25fa20b226994395f66c (patch)
treefaba03d5b0ae40733a21df56fe94917c032959ef /Mac/Include
parent70e413dee035d4b93002781d05a06dc93e515a88 (diff)
downloadcpython-ae178eaea6eb5024a5cb25fa20b226994395f66c.zip
cpython-ae178eaea6eb5024a5cb25fa20b226994395f66c.tar.gz
cpython-ae178eaea6eb5024a5cb25fa20b226994395f66c.tar.bz2
Added HAVE_STRFTIME
Diffstat (limited to 'Mac/Include')
-rw-r--r--Mac/Include/config.h4
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