summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-02-07 12:55:46 +0000
committerSkip Montanaro <skip@pobox.com>2004-02-07 12:55:46 +0000
commite4bf2e28e9124d219c06f7062d36ab3e0f7d1de3 (patch)
tree57e209d9d6b2b58b79b4406163e9c734319f45d1 /pyconfig.h.in
parente01906134d7a281c990ff9be0efdeafb785bf00b (diff)
downloadcpython-e4bf2e28e9124d219c06f7062d36ab3e0f7d1de3.tar.gz
Remove HAVE_STRPTIME - no longer necessary with the pure Python version of
time.strptime().
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index a90ffaf4cf..1cb2281d75 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -471,9 +471,6 @@
/* Define to 1 if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H
-/* Define to 1 if you have the `strptime' function. */
-#undef HAVE_STRPTIME
-
/* Define to 1 if `st_blksize' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLKSIZE