[Python-checkins] python/dist/src configure, 1.438, 1.439 configure.in, 1.449, 1.450 pyconfig.h.in, 1.92, 1.93

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Sat Feb 7 07:55:48 EST 2004


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15587

Modified Files:
	configure configure.in pyconfig.h.in 
Log Message:
Remove HAVE_STRPTIME - no longer necessary with the pure Python version of
time.strptime().


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.438
retrieving revision 1.439
diff -C2 -d -r1.438 -r1.439
*** configure	2 Feb 2004 06:05:23 -0000	1.438
--- configure	7 Feb 2004 12:55:44 -0000	1.439
***************
*** 12280,12284 ****
  
  
- 
  for ac_func in alarm chown clock confstr ctermid execv \
   fork fpathconf ftime ftruncate \
--- 12280,12283 ----
***************
*** 12290,12294 ****
   select setegid seteuid setgid \
   setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf \
!  sigaction siginterrupt sigrelse strftime strptime \
   sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
   truncate uname unsetenv utimes waitpid wcscoll _getpty
--- 12289,12293 ----
   select setegid seteuid setgid \
   setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf \
!  sigaction siginterrupt sigrelse strftime \
   sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
   truncate uname unsetenv utimes waitpid wcscoll _getpty

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.449
retrieving revision 1.450
diff -C2 -d -r1.449 -r1.450
*** configure.in	2 Feb 2004 06:03:08 -0000	1.449
--- configure.in	7 Feb 2004 12:55:45 -0000	1.450
***************
*** 2013,2017 ****
   select setegid seteuid setgid \
   setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf \
!  sigaction siginterrupt sigrelse strftime strptime \
   sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
   truncate uname unsetenv utimes waitpid wcscoll _getpty)
--- 2013,2017 ----
   select setegid seteuid setgid \
   setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf \
!  sigaction siginterrupt sigrelse strftime \
   sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
   truncate uname unsetenv utimes waitpid wcscoll _getpty)

Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** pyconfig.h.in	2 Feb 2004 06:05:24 -0000	1.92
--- pyconfig.h.in	7 Feb 2004 12:55:45 -0000	1.93
***************
*** 472,478 ****
  #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
--- 472,475 ----




More information about the Python-checkins mailing list