[Python-checkins] python/dist/src acconfig.h,1.58,1.58.8.1 pyconfig.h.in,1.20,1.20.8.1

loewis@users.sourceforge.net loewis@users.sourceforge.net
Mon, 30 Sep 2002 03:10:24 -0700


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

Modified Files:
      Tag: release22-maint
	acconfig.h pyconfig.h.in 
Log Message:
Patch #615343: Add HAVE_GETADDRINFO to acconfig.h.


Index: acconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Attic/acconfig.h,v
retrieving revision 1.58
retrieving revision 1.58.8.1
diff -C2 -d -r1.58 -r1.58.8.1
*** acconfig.h	24 Oct 2001 17:10:49 -0000	1.58
--- acconfig.h	30 Sep 2002 10:10:22 -0000	1.58.8.1
***************
*** 48,51 ****
--- 48,54 ----
  #undef HAVE_ADDRINFO
  
+ /* Define if you have getaddrinfo() */
+ #undef HAVE_GETADDRINFO
+ 
  /* struct sockaddr_storage (sys/socket.h) */
  #undef HAVE_SOCKADDR_STORAGE

Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.20
retrieving revision 1.20.8.1
diff -C2 -d -r1.20 -r1.20.8.1
*** pyconfig.h.in	24 Oct 2001 17:10:49 -0000	1.20
--- pyconfig.h.in	30 Sep 2002 10:10:22 -0000	1.20.8.1
***************
*** 122,125 ****
--- 122,128 ----
  #undef HAVE_ADDRINFO
  
+ /* Define if you have getaddrinfo() */
+ #undef HAVE_GETADDRINFO
+ 
  /* struct sockaddr_storage (sys/socket.h) */
  #undef HAVE_SOCKADDR_STORAGE
***************
*** 402,408 ****
  /* Define if you have the gai_strerror function.  */
  #undef HAVE_GAI_STRERROR
- 
- /* Define if you have the getaddrinfo function.  */
- #undef HAVE_GETADDRINFO
  
  /* Define if you have the getcwd function.  */
--- 405,408 ----