fix compliation on NetBSD

This commit is contained in:
Gregory P. Smith 2010-10-13 03:39:47 +00:00
parent d2e948d720
commit 2501aca628

View file

@ -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