mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove HAVE_STRPTIME - no longer necessary with the pure Python version of
time.strptime().
This commit is contained in:
parent
7209294112
commit
7e11a016e6
6 changed files with 2 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue