summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-02-07 12:55:46 (GMT)
committerSkip Montanaro <skip@pobox.com>2004-02-07 12:55:46 (GMT)
commit7e11a016e6e6baa20e85557e8f346d0fcbb9d5eb (patch)
treeb93f8e9742538a1f8485c90c5911f2c71ae99cda /PC
parent72092941125cb0a3577fbf63294d14a02bb5dd2a (diff)
downloadcpython-7e11a016e6e6baa20e85557e8f346d0fcbb9d5eb.zip
cpython-7e11a016e6e6baa20e85557e8f346d0fcbb9d5eb.tar.gz
cpython-7e11a016e6e6baa20e85557e8f346d0fcbb9d5eb.tar.bz2
Remove HAVE_STRPTIME - no longer necessary with the pure Python version of
time.strptime().
Diffstat (limited to 'PC')
-rw-r--r--PC/os2emx/pyconfig.h3
-rw-r--r--PC/os2vacpp/pyconfig.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/PC/os2emx/pyconfig.h b/PC/os2emx/pyconfig.h
index 33fbda2..044c000 100644
--- a/PC/os2emx/pyconfig.h
+++ b/PC/os2emx/pyconfig.h
@@ -239,9 +239,6 @@ typedef long intptr_t;
/* Define if you have the strftime function. */
#define HAVE_STRFTIME 1
-/* Define if you have the strptime function. */
-#define HAVE_STRPTIME 1
-
/* Define if you have the tcgetpgrp function. */
#define HAVE_TCGETPGRP 1
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> */