summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1998-04-21 15:20:20 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1998-04-21 15:20:20 (GMT)
commit4f2936e36814c2a9691b4ddbf654a8dca0250c38 (patch)
tree50b40229053bb0053da3eb251d5156d95681505f
parentee21f418b0c48817f8d228dab1d164bc375b8421 (diff)
downloadcpython-4f2936e36814c2a9691b4ddbf654a8dca0250c38.zip
cpython-4f2936e36814c2a9691b4ddbf654a8dca0250c38.tar.gz
cpython-4f2936e36814c2a9691b4ddbf654a8dca0250c38.tar.bz2
Add HAVE_MKTIME
-rw-r--r--Mac/Include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h
index fd10a04..bc33a0a 100644
--- a/Mac/Include/config.h
+++ b/Mac/Include/config.h
@@ -46,6 +46,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define HAVE_FOPENRF
#endif
+#define HAVE_MKTIME
#ifdef __MWERKS__
#define HAVE_STRFTIME
#ifndef __MC68K__