[Python-checkins] CVS: python/dist/src configure.in,1.157,1.158 configure,1.147,1.148 config.h.in,2.73,2.74

Fred L. Drake python-dev@python.org
Thu, 14 Sep 2000 20:38:16 -0700


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

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

Trent Mick points out that the BSD DB also provides an ndbm compatibility
layer.  If that is available, consider that as an option as well.


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.157
retrieving revision 1.158
diff -C2 -r1.157 -r1.158
*** configure.in	2000/09/14 15:47:04	1.157
--- configure.in	2000/09/15 03:38:12	1.158
***************
*** 372,376 ****
  sys/audioio.h sys/file.h sys/lock.h db_185.h db.h \
  sys/param.h sys/select.h sys/socket.h sys/time.h sys/times.h \
! sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h ndbm.h gdbm/ndbm.h)
  AC_HEADER_DIRENT
  
--- 372,377 ----
  sys/audioio.h sys/file.h sys/lock.h db_185.h db.h \
  sys/param.h sys/select.h sys/socket.h sys/time.h sys/times.h \
! sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
! ndbm.h db1/ndbm.h gdbm/ndbm.h)
  AC_HEADER_DIRENT
  

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.147
retrieving revision 1.148
diff -C2 -r1.147 -r1.148
*** configure	2000/09/14 15:47:05	1.147
--- configure	2000/09/15 03:38:12	1.148
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.156 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.157 
  
[...3487 lines suppressed...]
  echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
! echo "configure:5951: checking for socklen_t" >&5
  if eval "test \"\${ac_cv_type_socklen_t+set}\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5956 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
--- 5949,5958 ----
  EOF
  echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
! echo "configure:5952: checking for socklen_t" >&5
  if eval "test \"\${ac_cv_type_socklen_t+set}\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 5957 "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.73
retrieving revision 2.74
diff -C2 -r2.73 -r2.74
*** config.h.in	2000/09/14 15:47:06	2.73
--- config.h.in	2000/09/15 03:38:12	2.74
***************
*** 525,528 ****
--- 525,531 ----
  #undef HAVE_DB_185_H
  
+ /* Define if you have the <db1/ndbm.h> header file.  */
+ #undef HAVE_DB1_NDBM_H
+ 
  /* Define if you have the <db.h> header file.  */
  #undef HAVE_DB_H