[Python-checkins] CVS: python/dist/src configure,1.237,1.238 configure.in,1.246,1.247 pyconfig.h.in,1.4,1.5

Martin v. L?wis loewis@users.sourceforge.net
Wed, 15 Aug 2001 10:14:35 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv25237

Modified Files:
	configure configure.in pyconfig.h.in 
Log Message:
Fix portability problems with glibc 2.0, as reported in #449157.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.237
retrieving revision 1.238
diff -C2 -d -r1.237 -r1.238
*** configure	2001/08/15 13:55:15	1.237
--- configure	2001/08/15 17:14:32	1.238
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.245 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.246 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 4571,4575 ****
  for ac_func in alarm chown clock confstr ctermid ctermid_r execv \
   flock fork fsync fdatasync fpathconf ftime ftruncate \
!  getgroups getlogin getpeername getpid getpwent getwd \
   hstrerror inet_pton kill link lstat mkfifo mktime mremap \
   nice pathconf pause plock poll pthread_init \
--- 4571,4575 ----
  for ac_func in alarm chown clock confstr ctermid ctermid_r execv \
   flock fork fsync fdatasync fpathconf ftime ftruncate \
!  gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
   hstrerror inet_pton kill link lstat mkfifo mktime mremap \
   nice pathconf pause plock poll pthread_init \

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.246
retrieving revision 1.247
diff -C2 -d -r1.246 -r1.247
*** configure.in	2001/08/15 13:55:15	1.246
--- configure.in	2001/08/15 17:14:32	1.247
***************
*** 1237,1241 ****
  AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r execv \
   flock fork fsync fdatasync fpathconf ftime ftruncate \
!  getgroups getlogin getpeername getpid getpwent getwd \
   hstrerror inet_pton kill link lstat mkfifo mktime mremap \
   nice pathconf pause plock poll pthread_init \
--- 1237,1241 ----
  AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r execv \
   flock fork fsync fdatasync fpathconf ftime ftruncate \
!  gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
   hstrerror inet_pton kill link lstat mkfifo mktime mremap \
   nice pathconf pause plock poll pthread_init \

Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pyconfig.h.in	2001/08/10 20:29:40	1.4
--- pyconfig.h.in	2001/08/15 17:14:33	1.5
***************
*** 372,375 ****
--- 372,378 ----
  #undef HAVE_FTRUNCATE
  
+ /* Define if you have the gai_strerror function.  */
+ #undef HAVE_GAI_STRERROR
+ 
  /* Define if you have the getaddrinfo function.  */
  #undef HAVE_GETADDRINFO