summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2004-02-02 06:05:24 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2004-02-02 06:05:24 (GMT)
commit81268608bf4c731f07057a222cf6c17f7a6aafd1 (patch)
treecce87e4ac86f1ac282048ffe4f7f66e2355c6777 /pyconfig.h.in
parente2879c34a178f21b3fc6012b3afb32a368dea54a (diff)
downloadcpython-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 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index f4ba0fc..a90ffaf 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -40,6 +40,9 @@
/* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
#undef HAVE_BLUETOOTH_BLUETOOTH_H
+/* Define to 1 if you have the <bluetooth.h> header file. */
+#undef HAVE_BLUETOOTH_H
+
/* Define if nice() returns success/failure instead of the new priority. */
#undef HAVE_BROKEN_NICE