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(). --- RISCOS/pyconfig.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'RISCOS') diff --git a/RISCOS/pyconfig.h b/RISCOS/pyconfig.h index bb221e2f55..9836b45beb 100644 --- a/RISCOS/pyconfig.h +++ b/RISCOS/pyconfig.h @@ -514,9 +514,6 @@ /* Define if you have the strftime function. */ #define HAVE_STRFTIME 1 -/* Define if you have the strptime function. */ -#undef HAVE_STRPTIME - /* Define if you have the symlink function. */ #undef HAVE_SYMLINK -- cgit v1.2.1