[Python-checkins] CVS: python/dist/src configure,1.140,1.141 config.h.in,2.70,2.71

Fred L. Drake python-dev@python.org
Thu, 31 Aug 2000 09:13:26 -0700


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

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

Skip Montanaro <skip@mojam.com>:
Update the generated files related to the autoconf support for BSD db.

This closes SourceForge patch #101272.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.140
retrieving revision 1.141
diff -C2 -r1.140 -r1.141
*** configure	2000/08/30 22:29:47	1.140
--- configure	2000/08/31 16:13:19	1.141
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.150 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.151 
  
[...3994 lines suppressed...]
  #include <sys/types.h>
--- 5860,5869 ----
  EOF
  echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
! echo "configure:5863: 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 5868 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
***************
*** 6025,6028 ****
--- 6059,6063 ----
  s%@LDLAST@%$LDLAST%g
  s%@USE_GC_MODULE@%$USE_GC_MODULE%g
+ s%@USE_BSDDB_MODULE@%$USE_BSDDB_MODULE%g
  s%@DLINCLDIR@%$DLINCLDIR%g
  s%@DYNLOADFILE@%$DYNLOADFILE%g

Index: config.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/config.h.in,v
retrieving revision 2.70
retrieving revision 2.71
diff -C2 -r2.70 -r2.71
*** config.h.in	2000/08/30 22:29:47	2.70
--- config.h.in	2000/08/31 16:13:20	2.71
***************
*** 211,214 ****
--- 211,217 ----
  #undef WITH_NEXT_FRAMEWORK
  
+ /* Define if you want to use BSD db. */
+ #undef WITH_LIBDB
+ 
  /* Define if you want to build an interpreter with many run-time checks  */
  #undef Py_DEBUG
***************
*** 518,521 ****
--- 521,530 ----
  /* Define if you have the waitpid function.  */
  #undef HAVE_WAITPID
+ 
+ /* Define if you have the <db_185.h> header file.  */
+ #undef HAVE_DB_185_H
+ 
+ /* Define if you have the <db.h> header file.  */
+ #undef HAVE_DB_H
  
  /* Define if you have the <dirent.h> header file.  */