diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2004-02-02 06:05:24 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2004-02-02 06:05:24 (GMT) |
commit | 81268608bf4c731f07057a222cf6c17f7a6aafd1 (patch) | |
tree | cce87e4ac86f1ac282048ffe4f7f66e2355c6777 /configure | |
parent | e2879c34a178f21b3fc6012b3afb32a368dea54a (diff) | |
download | cpython-81268608bf4c731f07057a222cf6c17f7a6aafd1.zip cpython-81268608bf4c731f07057a222cf6c17f7a6aafd1.tar.gz cpython-81268608bf4c731f07057a222cf6c17f7a6aafd1.tar.bz2 |
Add FreeBSD support for bluetooth sockets.
(SF Patch #888148, reviewed by loewis)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.447 . +# From configure.in Revision: 1.449 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for python 2.4. # @@ -4350,6 +4350,7 @@ done + for ac_header in dlfcn.h fcntl.h grp.h limits.h langinfo.h \ libintl.h locale.h ncurses.h poll.h pthread.h \ signal.h stdarg.h stddef.h stdlib.h stropts.h termios.h thread.h \ @@ -4357,7 +4358,8 @@ unistd.h utime.h \ sys/audioio.h sys/bsdtty.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.h \ 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 +sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \ +bluetooth/bluetooth.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then |