[Python-checkins] python/dist/src configure.in,1.387,1.388 configure,1.376,1.377 pyconfig.h.in,1.70,1.71

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
2003年2月12日 18:11:13 -0800


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv18177
Modified Files:
	configure.in configure pyconfig.h.in 
Log Message:
Use configure to check for inet_aton.
Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.387
retrieving revision 1.388
diff -C2 -d -r1.387 -r1.388
*** configure.in	21 Jan 2003 10:14:40 -0000	1.387
--- configure.in	13 Feb 2003 02:11:06 -0000	1.388
***************
*** 1842,1846 ****
 gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
 getpriority getpwent getwd \
! hstrerror inet_pton kill killpg lchown lstat mkfifo mknod mktime \
 mremap nice pathconf pause plock poll pthread_init \
 putenv readlink \
--- 1842,1846 ----
 gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
 getpriority getpwent getwd \
! hstrerror inet_aton inet_pton kill killpg lchown lstat mkfifo mknod mktime \
 mremap nice pathconf pause plock poll pthread_init \
 putenv readlink \
Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.376
retrieving revision 1.377
diff -C2 -d -r1.376 -r1.377
*** configure	21 Jan 2003 10:14:39 -0000	1.376
--- configure	13 Feb 2003 02:11:07 -0000	1.377
***************
*** 1,4 ****
 #! /bin/sh
! # From configure.in Revision: 1.386 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53 for python 2.3.
--- 1,4 ----
 #! /bin/sh
! # From configure.in Revision: 1.387 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53 for python 2.3.
***************
*** 12095,12103 ****
 
 
 for ac_func in alarm chown clock confstr ctermid execv \
 fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
 gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
 getpriority getpwent getwd \
! hstrerror inet_pton kill killpg lchown lstat mkfifo mknod mktime \
 mremap nice pathconf pause plock poll pthread_init \
 putenv readlink \
--- 12095,12104 ----
 
 
+ 
 for ac_func in alarm chown clock confstr ctermid execv \
 fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
 gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
 getpriority getpwent getwd \
! hstrerror inet_aton inet_pton kill killpg lchown lstat mkfifo mknod 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.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** pyconfig.h.in	21 Jan 2003 10:14:40 -0000	1.70
--- pyconfig.h.in	13 Feb 2003 02:11:09 -0000	1.71
***************
*** 208,211 ****
--- 208,214 ----
 #undef HAVE_HYPOT
 
+ /* Define to 1 if you have the `inet_aton' function. */
+ #undef HAVE_INET_ATON
+ 
 /* Define to 1 if you have the `inet_pton' function. */
 #undef HAVE_INET_PTON

AltStyle によって変換されたページ (->オリジナル) /