[Python-checkins] CVS: python/dist/src configure,1.116,1.117 config.h.in,2.55,2.56

A.M. Kuchling python-dev@python.org
Sun, 18 Jun 2000 08:07:42 -0700


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv13868

Modified Files:
	configure config.h.in 
Log Message:
Regenerated autoconf files.  There's an extra change to config.h.in beyond
the mremap() change I made; did someone modify configure.in previously 
without recreating these files?


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -r1.116 -r1.117
*** configure	2000/05/26 12:22:54	1.116
--- configure	2000/06/18 15:07:39	1.117
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.123 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.125 
  
[...1463 lines suppressed...]
  echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
! echo "configure:5326: checking for socklen_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5331 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
--- 5324,5333 ----
  EOF
  echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
! echo "configure:5327: checking for socklen_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5332 "configure"
  #include "confdefs.h"
  #include <sys/types.h>

Index: config.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/config.h.in,v
retrieving revision 2.55
retrieving revision 2.56
diff -C2 -r2.55 -r2.56
*** config.h.in	2000/05/11 18:41:31	2.55
--- config.h.in	2000/06/18 15:07:40	2.56
***************
*** 361,364 ****
--- 361,367 ----
  #undef HAVE_MKTIME
  
+ /* Define if you have the mremap function.  */
+ #undef HAVE_MREMAP
+ 
  /* Define if you have the nice function.  */
  #undef HAVE_NICE
***************
*** 528,531 ****
--- 531,537 ----
  /* Define if you have the <sys/select.h> header file.  */
  #undef HAVE_SYS_SELECT_H
+ 
+ /* Define if you have the <sys/socket.h> header file.  */
+ #undef HAVE_SYS_SOCKET_H
  
  /* Define if you have the <sys/time.h> header file.  */