Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Despite that there is a code to support Bluetooth sockets on NetBSD and DragonFly BSD, it did not work from 2010 (see2501aca,3e85dfd) due to error in conditional compilation. Condition(defined(HAVE_BLUETOOTH_H) || defined(HAVE_BLUETOOTH_BLUETOOTH_H)) && !defined(__NetBSD__) && !defined(__DragonFly__) is always false on NetBSD and DragonFly BSD, soUSE_BLUETOOTH was not defined, and the code was omitted during compilation.
cc@gpshead
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done