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

@ -239,9 +239,6 @@ typedef long intptr_t;
/* Define if you have the strftime function. */
#define HAVE_STRFTIME 1
/* Define if you have the strptime function. */
#define HAVE_STRPTIME 1
/* Define if you have the tcgetpgrp function. */
#define HAVE_TCGETPGRP 1