From: Sevan Janiyan Date: Sat, 12 Jul 2025 18:06:39 +0000 (+0100) Subject: ui/asn.c: No need to define BIND_8_COMPAT X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f6d466d8dd7796a9ae8b7efa8b3e798105ef8f7;p=thirdparty%2Fmtr.git ui/asn.c: No need to define BIND_8_COMPAT Before OS X 10.6, defining BIND_8_COMPAT included arpa/nameser8_compat.h which was removed in 10.6 and from then on included arpa/nameser_compat.h until BIND_8_COMPAT was removed somewhere between macOS 10.13 & 10.15. On systems before 10.6 this causes the build to break due to conflicts. --- diff --git a/ui/asn.c b/ui/asn.c index 111c394..28f5cd3 100644 --- a/ui/asn.c +++ b/ui/asn.c @@ -30,9 +30,6 @@ #endif #include -#ifdef __APPLE__ -#define BIND_8_COMPAT -#endif #include #ifdef HAVE_ARPA_NAMESER_COMPAT_H #include