[Python-checkins] CVS: python/dist/src config.h.in,2.46,2.47 configure.in,1.109,1.110 configure,1.101,1.102

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Mon, 13 Dec 1999 11:23:38 -0500 (EST)


Update of /projects/cvsroot/python/dist/src
In directory weyr:/home/fdrake/projects/python

Modified Files:
	config.h.in configure.in configure 
Log Message:

Added detection for getgroups(), fpathconf(), pathconf(),
confstr(), and sysconf().


Index: config.h.in
===================================================================
RCS file: /projects/cvsroot/python/dist/src/config.h.in,v
retrieving revision 2.46
retrieving revision 2.47
diff -C2 -r2.46 -r2.47
*** config.h.in	1999/12/09 22:03:25	2.46
--- config.h.in	1999/12/13 16:23:34	2.47
***************
*** 270,273 ****
--- 270,276 ----
  #undef HAVE_GETPEERNAME
  
+ /* Define if you have the getgroups function.  */
+ #undef HAVE_GETGROUPS
+ 
  /* Define if you have the getpgrp function.  */
  #undef HAVE_GETPGRP
***************
*** 284,287 ****
--- 287,302 ----
  /* Define if you have the getwd function.  */
  #undef HAVE_GETWD
+ 
+ /* Define if you have the fpathconf function.  */
+ #undef HAVE_FPATHCONF
+ 
+ /* Define if you have the pathconf function.  */
+ #undef HAVE_PATHCONF
+ 
+ /* Define if you have the confstr function.  */
+ #undef HAVE_CONFSTR
+ 
+ /* Define if you have the sysconf function.  */
+ #undef HAVE_SYSCONF
  
  /* Define if you have the hypot function.  */

Index: configure.in
===================================================================
RCS file: /projects/cvsroot/python/dist/src/configure.in,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -r1.109 -r1.110
*** configure.in	1999/12/09 22:03:25	1.109
--- configure.in	1999/12/13 16:23:34	1.110
***************
*** 1,4 ****
  dnl Process this file with autoconf 2.0 or later to make a configure script.
! AC_REVISION($Revision: 1.109 $)
  AC_PREREQ(2.0)
  AC_INIT(Include/object.h)
--- 1,4 ----
  dnl Process this file with autoconf 2.0 or later to make a configure script.
! AC_REVISION($Revision: 1.110 $)
  AC_PREREQ(2.0)
  AC_INIT(Include/object.h)
***************
*** 680,689 ****
  
  # checks for library functions
! AC_CHECK_FUNCS(alarm chown clock ctermid ctermid_r dlopen execv flock fork \
!  fsync fdatasync ftime ftruncate \
!  getpeername getpgrp getpid getpwent gettimeofday getwd \
!  kill link lstat mkfifo mktime nice pause plock pthread_init putenv readlink \
   select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
!  sigaction siginterrupt sigrelse strftime strptime symlink \
   tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
   truncate uname waitpid)
--- 680,690 ----
  
  # checks for library functions
! AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r dlopen execv \
!  flock fork fsync fdatasync fpathconf ftime ftruncate \
!  getgroups getpeername getpgrp getpid getpwent gettimeofday getwd \
!  kill link lstat mkfifo mktime nice pathconf pause plock pthread_init \
!  putenv readlink \
   select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
!  sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
   tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
   truncate uname waitpid)

Index: configure
===================================================================
RCS file: /projects/cvsroot/python/dist/src/configure,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -r1.101 -r1.102
*** configure	1999/12/09 22:03:25	1.101
--- configure	1999/12/13 16:23:35	1.102
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.108 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.109 
  
[...1204 lines suppressed...]
  #include <stdio.h>
--- 4641,4645 ----
  else
    cat > conftest.$ac_ext <<EOF
! #line 4644 "configure"
  #include "confdefs.h"
  #include <stdio.h>
***************
*** 4659,4663 ****
  }
  EOF
! if { (eval echo configure:4662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_malloc_zero=nonnull
--- 4660,4664 ----
  }
  EOF
! if { (eval echo configure:4663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_malloc_zero=nonnull