diff options
author | Skip Montanaro <skip@pobox.com> | 2004-02-07 12:55:46 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-02-07 12:55:46 (GMT) |
commit | 7e11a016e6e6baa20e85557e8f346d0fcbb9d5eb (patch) | |
tree | b93f8e9742538a1f8485c90c5911f2c71ae99cda /RISCOS | |
parent | 72092941125cb0a3577fbf63294d14a02bb5dd2a (diff) | |
download | cpython-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 'RISCOS')
-rw-r--r-- | RISCOS/pyconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/RISCOS/pyconfig.h b/RISCOS/pyconfig.h index bb221e2..9836b45 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 |