[Python-checkins] CVS: python/dist/src configure,1.229,1.230 configure.in,1.237,1.238 pyconfig.h.in,1.1,1.2

Martin v. L?wis loewis@users.sourceforge.net
Sat, 04 Aug 2001 15:32:05 -0700


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

Modified Files:
	configure configure.in pyconfig.h.in 
Log Message:
Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the three
exception classes in the module dictionary.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.229
retrieving revision 1.230
diff -C2 -d -r1.229 -r1.230
*** configure	2001/08/03 15:32:23	1.229
--- configure	2001/08/04 22:32:02	1.230
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.236 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.237 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 4519,4523 ****
   flock fork fsync fdatasync fpathconf ftime ftruncate \
   getgroups getlogin getpeername getpid getpwent getwd \
!  inet_pton kill link lstat mkfifo mktime mremap \
   nice pathconf pause plock poll pthread_init \
   putenv readlink \
--- 4519,4523 ----
   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 \
   putenv readlink \

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.237
retrieving revision 1.238
diff -C2 -d -r1.237 -r1.238
*** configure.in	2001/08/03 15:32:23	1.237
--- configure.in	2001/08/04 22:32:03	1.238
***************
*** 1179,1183 ****
   flock fork fsync fdatasync fpathconf ftime ftruncate \
   getgroups getlogin getpeername getpid getpwent getwd \
!  inet_pton kill link lstat mkfifo mktime mremap \
   nice pathconf pause plock poll pthread_init \
   putenv readlink \
--- 1179,1183 ----
   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 \
   putenv readlink \

Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pyconfig.h.in	2001/07/26 13:41:05	1.1
--- pyconfig.h.in	2001/08/04 22:32:03	1.2
***************
*** 411,414 ****
--- 411,417 ----
  #undef HAVE_GETWD
  
+ /* Define if you have the hstrerror function.  */
+ #undef HAVE_HSTRERROR
+ 
  /* Define if you have the hypot function.  */
  #undef HAVE_HYPOT