From e4bf2e28e9124d219c06f7062d36ab3e0f7d1de3 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Sat, 7 Feb 2004 12:55:46 +0000 Subject: Remove HAVE_STRPTIME - no longer necessary with the pure Python version of time.strptime(). --- pyconfig.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'pyconfig.h.in') 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 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 -- cgit v1.2.1