summaryrefslogtreecommitdiff
path: root/RISCOS
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 /RISCOS
parente01906134d7a281c990ff9be0efdeafb785bf00b (diff)
downloadcpython-e4bf2e28e9124d219c06f7062d36ab3e0f7d1de3.tar.gz
Remove HAVE_STRPTIME - no longer necessary with the pure Python version of
time.strptime().
Diffstat (limited to 'RISCOS')
-rw-r--r--RISCOS/pyconfig.h3
1 files changed, 0 insertions, 3 deletions
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