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.in | |
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.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0f7ebdf..8eb0008 100644 --- a/configure.in +++ b/configure.in @@ -918,7 +918,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) AC_HEADER_DIRENT AC_HEADER_MAJOR |