summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
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 /pyconfig.h.in
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 '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 a90ffaf..1cb2281 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