X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f8377b4e669053ea431d9a04143f52ff2bdb88e6..91afccb253a5f4d94c3a8d98a8fe24df23f10c38:/tcpdump-stdinc.h?ds=sidebyside diff --git a/tcpdump-stdinc.h b/tcpdump-stdinc.h index c437cc10..5aba8fdc 100644 --- a/tcpdump-stdinc.h +++ b/tcpdump-stdinc.h @@ -147,7 +147,7 @@ typedef char* caddr_t; #define FOPEN_WRITE_BIN FOPEN_WRITE_TXT #endif -#if defined(__GNUC__) && defined(__i386__) && !defined(__ntohl) +#if defined(__GNUC__) && defined(__i386__) && !defined(__APPLE__) && !defined(__ntohl) #undef ntohl #undef ntohs #undef htonl