X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f8377b4e669053ea431d9a04143f52ff2bdb88e6..14fff3bc4ed4a44bc5ee1510b5017e0acad61883:/tcpdump-stdinc.h 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