[Python-checkins] CVS: python/dist/src configure,1.234,1.235 configure.in,1.243,1.244 pyconfig.h.in,1.3,1.4

Martin v. L?wis loewis@users.sourceforge.net
Fri, 10 Aug 2001 13:29:42 -0700


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

Modified Files:
	configure configure.in pyconfig.h.in 
Log Message:
Autotest for netpacket/packet.h, as it is not available on all Linux versions.
Depend AF_PACKET on HAVE_NETPACKET_PACKET_H.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.234
retrieving revision 1.235
diff -C2 -d -r1.234 -r1.235
*** configure	2001/08/10 13:58:49	1.234
--- configure	2001/08/10 20:29:40	1.235
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.242 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.243 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 1887,1891 ****
  sys/param.h sys/poll.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 sys/resource.h
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
--- 1887,1891 ----
  sys/param.h sys/poll.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 sys/resource.h netpacket/packet.h
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.243
retrieving revision 1.244
diff -C2 -d -r1.243 -r1.244
*** configure.in	2001/08/10 13:58:50	1.243
--- configure.in	2001/08/10 20:29:40	1.244
***************
*** 420,424 ****
  sys/param.h sys/poll.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 sys/resource.h)
  AC_HEADER_DIRENT
  
--- 420,424 ----
  sys/param.h sys/poll.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 sys/resource.h netpacket/packet.h)
  AC_HEADER_DIRENT
  

Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pyconfig.h.in	2001/08/10 13:58:50	1.3
--- pyconfig.h.in	2001/08/10 20:29:40	1.4
***************
*** 612,615 ****
--- 612,618 ----
  #undef HAVE_NDIR_H
  
+ /* Define if you have the <netpacket/packet.h> header file.  */
+ #undef HAVE_NETPACKET_PACKET_H
+ 
  /* Define if you have the <poll.h> header file.  */
  #undef HAVE_POLL_H