Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e4bf2e28
Commit
e4bf2e28
authored
Feb 07, 2004
by
Skip Montanaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove HAVE_STRPTIME - no longer necessary with the pure Python version of
time.strptime().
parent
e0190613
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
13 deletions
+2
-13
PC/os2emx/pyconfig.h
PC/os2emx/pyconfig.h
+0
-3
PC/os2vacpp/pyconfig.h
PC/os2vacpp/pyconfig.h
+0
-1
RISCOS/pyconfig.h
RISCOS/pyconfig.h
+0
-3
configure
configure
+1
-2
configure.in
configure.in
+1
-1
pyconfig.h.in
pyconfig.h.in
+0
-3
No files found.
PC/os2emx/pyconfig.h
View file @
e4bf2e28
...
...
@@ -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
...
...
PC/os2vacpp/pyconfig.h
View file @
e4bf2e28
...
...
@@ -143,7 +143,6 @@ typedef int pid_t;
#define HAVE_FTIME 1
/* We have ftime() in <sys/timeb.h> */
#define HAVE_CLOCK 1
/* clock() */
#define HAVE_STRFTIME 1
/* strftime() */
#define HAVE_STRPTIME 1
/* strptime() */
#define HAVE_MKTIME 1
/* mktime() */
#define HAVE_TZNAME 1
/* No tm_zone but do have tzname[] */
#define HAVE_TIMES 1
/* #include <sys/times.h> */
...
...
RISCOS/pyconfig.h
View file @
e4bf2e28
...
...
@@ -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
...
...
configure
View file @
e4bf2e28
...
...
@@ -12277,7 +12277,6 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6
for
ac_func
in
alarm
chown
clock confstr ctermid execv
\
...
...
@@ -12289,7 +12288,7 @@ for ac_func in alarm chown clock confstr ctermid execv \
putenv
readlink realpath
\
select
setegid seteuid setgid
\
setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf
\
sigaction siginterrupt sigrelse strftime
strptime
\
sigaction siginterrupt sigrelse strftime
\
sysconf tcgetpgrp tcsetpgrp tempnam timegm
times
tmpfile tmpnam tmpnam_r
\
truncate uname
unsetenv utimes waitpid wcscoll _getpty
do
...
...
configure.in
View file @
e4bf2e28
...
...
@@ -2012,7 +2012,7 @@ AC_CHECK_FUNCS(alarm chown clock confstr ctermid execv \
putenv readlink realpath \
select setegid seteuid setgid \
setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf \
sigaction siginterrupt sigrelse strftime
strptime
\
sigaction siginterrupt sigrelse strftime \
sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
truncate uname unsetenv utimes waitpid wcscoll _getpty)
...
...
pyconfig.h.in
View file @
e4bf2e28
...
...
@@ -471,9 +471,6 @@
/* Define to 1 if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H
/* Define to 1 if you have the `strptime' function. */
#undef HAVE_STRPTIME
/* Define to 1 if `st_blksize' is member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment