Remove HAVE_STRPTIME - no longer necessary with the pure Python version of

time.strptime().
This commit is contained in:
Skip Montanaro 2004-02-07 12:55:46 +00:00
parent 7209294112
commit 7e11a016e6
6 changed files with 2 additions and 13 deletions

View file

@ -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