[Python-checkins] python/dist/src configure,1.313,1.314 configure.in,1.323,1.324 pyconfig.h.in,1.40,1.41

loewis@users.sourceforge.net loewis@users.sourceforge.net
Thu, 13 Jun 2002 14:09:36 -0700


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

Modified Files:
	configure configure.in pyconfig.h.in 
Log Message:
Patch #568235: Add posix.setpgid.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.313
retrieving revision 1.314
diff -C2 -d -r1.313 -r1.314
*** configure	11 Jun 2002 06:22:30 -0000	1.313
--- configure	13 Jun 2002 21:08:49 -0000	1.314
***************
*** 11450,11454 ****
  for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
   fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
!  gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
   hstrerror inet_pton kill killpg link lstat mkfifo mknod mktime mremap \
   nice pathconf pause plock poll pthread_init \
--- 11450,11454 ----
  for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
   fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
!  gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \
   hstrerror inet_pton kill killpg link lstat mkfifo mknod 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.323
retrieving revision 1.324
diff -C2 -d -r1.323 -r1.324
*** configure.in	11 Jun 2002 06:22:30 -0000	1.323
--- configure.in	13 Jun 2002 21:08:57 -0000	1.324
***************
*** 1622,1626 ****
  AC_CHECK_FUNCS(alarm chown chroot clock confstr ctermid ctermid_r execv \
   fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
!  gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
   hstrerror inet_pton kill killpg link lstat mkfifo mknod mktime mremap \
   nice pathconf pause plock poll pthread_init \
--- 1622,1626 ----
  AC_CHECK_FUNCS(alarm chown chroot clock confstr ctermid ctermid_r execv \
   fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
!  gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \
   hstrerror inet_pton kill killpg link lstat mkfifo mknod 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.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** pyconfig.h.in	11 Jun 2002 06:22:30 -0000	1.40
--- pyconfig.h.in	13 Jun 2002 21:09:00 -0000	1.41
***************
*** 177,180 ****
--- 177,183 ----
  #undef HAVE_GETPEERNAME
  
+ /* Define to 1 if you have the `getpgid' function. */
+ #undef HAVE_GETPGID
+ 
  /* Define to 1 if you have the `getpgrp' function. */
  #undef HAVE_GETPGRP