diff options
Diffstat (limited to 'PC/os2vacpp')
-rw-r--r-- | PC/os2vacpp/pyconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/os2vacpp/pyconfig.h b/PC/os2vacpp/pyconfig.h index 8a27059..d175f51 100644 --- a/PC/os2vacpp/pyconfig.h +++ b/PC/os2vacpp/pyconfig.h @@ -143,7 +143,6 @@ typedef int pid_t; #define HAVE_FTIME 1 /* We have ftime() in <sys/timeb.h> */ #define HAVE_CLOCK 1 /* clock() */ #define HAVE_STRFTIME 1 /* strftime() */ -#define HAVE_STRPTIME 1 /* strptime() */ #define HAVE_MKTIME 1 /* mktime() */ #define HAVE_TZNAME 1 /* No tm_zone but do have tzname[] */ #define HAVE_TIMES 1 /* #include <sys/times.h> */ |