Skip to content

Bluetooth socket support is disabled on NetBSD and DragonFly BSD #132429

Closed
@serhiy-storchaka

Description

@serhiy-storchaka

Despite that there is a code to support Bluetooth sockets on NetBSD and DragonFly BSD, it did not work from 2010 (see 2501aca, 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, so USE_BLUETOOTH was not defined, and the code was omitted during compilation.

cc @gpshead

Linked PRs

Metadata

Metadata

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions