* Do not define the symbols by default, as they are not in the default libraries. * Adjust jamfiles of all code using BSD extensions to define _BSD_SOURCE. * This makes Haiku slightly more compliant to standard C/POSIX.
We need this to be callable from C programs. Thanks to Diver for reporting!
This is a BSD extension also available in glibc, but is not POSIX. Fixes #6279.