]> granicus.if.org Git - python/commitdiff
Remove HAVE_STRPTIME - no longer necessary with the pure Python version of
authorSkip Montanaro <skip@pobox.com>
Sat, 7 Feb 2004 12:55:46 +0000 (12:55 +0000)
committerSkip Montanaro <skip@pobox.com>
Sat, 7 Feb 2004 12:55:46 +0000 (12:55 +0000)
time.strptime().

PC/os2emx/pyconfig.h
PC/os2vacpp/pyconfig.h
RISCOS/pyconfig.h
configure
configure.in
pyconfig.h.in

index 33fbda27e63ea0a5613a307bf9a4a8289562d7e7..044c0001ecc2863c6c88b098833cc734689655d0 100644 (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
 
index 8a27059ed90f12e925a23371bc76f28d6df382da..d175f51f436279d7acf660b5bf1faff8668704d2 100644 (file)
@@ -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>                */
index bb221e2f55a159b8966b00f5d366f0b77038fe3e..9836b45beb99368106f31c6ef6e17ea6f1625052 100644 (file)
 /* 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
 
index 7b3017c8126946ad5d6620f47b15bab80d42b8b7..6fac192ee689215c20acef1c3ac3faa54f279ba5 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 8eb0008d1d68945a9def74e5417e43df834f688c..f05aed4ec04fb37baef64ed63e12d89b8d65734d 100644 (file)
@@ -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)
 
index a90ffaf4cff231e105cda4b9333626c08ec7924d..1cb2281d7525ab45ed2b701b75752e61922b6e92 100644 (file)
 /* 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