diff options
author | Guido van Rossum <guido@python.org> | 1998-04-10 21:28:49 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-10 21:28:49 (GMT) |
commit | 63096d48fa277c5d92e697bb9f0e56ab09af02e0 (patch) | |
tree | 27e4bf6965c1d9873fa5bffb5fcfbbb9a4868b40 /PC | |
parent | 9cd9fbb72aa73933c17761f541d8c9094727ac6f (diff) | |
download | cpython-63096d48fa277c5d92e697bb9f0e56ab09af02e0.zip cpython-63096d48fa277c5d92e697bb9f0e56ab09af02e0.tar.gz cpython-63096d48fa277c5d92e697bb9f0e56ab09af02e0.tar.bz2 |
Add HAVE_MKTIME.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PC/config.h b/PC/config.h index 5010cc0..a8a565e 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 */ |