[Python-checkins] python/dist/src configure.in,1.448,1.449

perky at projects.sourceforge.net perky at projects.sourceforge.net
Mon Feb 2 01:03:11 EST 2004


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1954

Modified Files:
	configure.in 
Log Message:
Add FreeBSD support for bluetooth sockets.
(SF Patch #888148, reviewed by loewis)


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.448
retrieving revision 1.449
diff -C2 -d -r1.448 -r1.449
*** configure.in	31 Jan 2004 12:34:16 -0000	1.448
--- configure.in	2 Feb 2004 06:03:08 -0000	1.449
***************
*** 919,923 ****
  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 term.h libutil.h \
! sys/resource.h netpacket/packet.h sysexits.h bluetooth/bluetooth.h)
  AC_HEADER_DIRENT
  AC_HEADER_MAJOR
--- 919,924 ----
  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 term.h libutil.h \
! sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
! bluetooth/bluetooth.h)
  AC_HEADER_DIRENT
  AC_HEADER_MAJOR




More information about the Python-checkins mailing list