bind9/lib/isc/include
Aydın Mercan 2a62cd449f
include <sys/endian.h> according by checking in meson
The <sys/endian.h> header has existed in macOS since around ~26. This
causes the `htobeNN`/`htoleNN` macros to be redefined in <isc/endian.h>
in terms of <libkern/OSByteOrder.h> when other system headers include
<sys/endian.h>.

Fix this issue by using checking for the existence of <sys/endian.h> in
meson and including it according to the probe result.
2026-03-31 16:06:37 +03:00
..
isc include <sys/endian.h> according by checking in meson 2026-03-31 16:06:37 +03:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00