mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 10:37:43 -04:00
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. |
||
|---|---|---|
| .. | ||
| isc | ||
| .clang-format | ||