mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Apply patch for netbsd multiprocessing support
This commit is contained in:
parent
3476d1279f
commit
40a6164afa
3 changed files with 15 additions and 2 deletions
|
@ -379,7 +379,7 @@ const char *inet_ntop(int af, const void *src, char *dst, socklen_t size);
|
|||
#define SOCKETCLOSE close
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_BLUETOOTH_H) || defined(HAVE_BLUETOOTH_BLUETOOTH_H)
|
||||
#if defined(HAVE_BLUETOOTH_H) || defined(HAVE_BLUETOOTH_BLUETOOTH_H) && !defined(__NetBSD__)
|
||||
#define USE_BLUETOOTH 1
|
||||
#if defined(__FreeBSD__)
|
||||
#define BTPROTO_L2CAP BLUETOOTH_PROTO_L2CAP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue