]> granicus.if.org Git - python/commitdiff
Add HAVE_MKTIME.
authorGuido van Rossum <guido@python.org>
Fri, 10 Apr 1998 21:28:49 +0000 (21:28 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Apr 1998 21:28:49 +0000 (21:28 +0000)
PC/config.h

index 5010cc01df041def0f30577c376176410b13058b..a8a565efda0e5aec9e2f92f2c727a8a1499a06d7 100644 (file)
@@ -359,6 +359,9 @@ typedef int pid_t;
 /* Define if you have lstat.  */
 /* #undef HAVE_LSTAT */
 
+/* Define if you have the mktime function.  */
+#define HAVE_MKTIME
+
 /* Define if you have nice.  */
 /* #undef HAVE_NICE */