mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
fix compliation on NetBSD
This commit is contained in:
parent
d2e948d720
commit
2501aca628
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ dup_socket(SOCKET handle)
|
||||||
#define SOCKETCLOSE close
|
#define SOCKETCLOSE close
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_BLUETOOTH_H) || defined(HAVE_BLUETOOTH_BLUETOOTH_H) && !defined(__NetBSD__)
|
#if (defined(HAVE_BLUETOOTH_H) || defined(HAVE_BLUETOOTH_BLUETOOTH_H)) && !defined(__NetBSD__)
|
||||||
#define USE_BLUETOOTH 1
|
#define USE_BLUETOOTH 1
|
||||||
#if defined(__FreeBSD__)
|
#if defined(__FreeBSD__)
|
||||||
#define BTPROTO_L2CAP BLUETOOTH_PROTO_L2CAP
|
#define BTPROTO_L2CAP BLUETOOTH_PROTO_L2CAP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue