Add HAVE_MKTIME.

This commit is contained in:
Guido van Rossum 1998-04-10 21:28:49 +00:00
parent 9cd9fbb72a
commit 63096d48fa

View 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 */