From: Guido van Rossum Date: Fri, 10 Apr 1998 21:28:49 +0000 (+0000) Subject: Add HAVE_MKTIME. X-Git-Tag: v1.5.1~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63096d48fa277c5d92e697bb9f0e56ab09af02e0;p=thirdparty%2FPython%2Fcpython.git Add HAVE_MKTIME. --- diff --git a/PC/config.h b/PC/config.h index 5010cc01df04..a8a565efda0e 100644 --- a/PC/config.h +++ b/PC/config.h @@ -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 */