From fbd4c58304f17970573c8190314b4ea4d0a5718a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 4 Aug 2018 03:02:27 -0700 Subject: [PATCH] Use the libpcap compiler test macro, not the tcpdump one. --- extract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract.h b/extract.h index 941ccc2a34..64da516b6a 100644 --- a/extract.h +++ b/extract.h @@ -116,7 +116,7 @@ EXTRACT_BE_S_8(const void *p) ((uint64_t)ntohl(*((const uint32_t *)(p) + 1))) << 0)); } -#elif ND_IS_AT_LEAST_GNUC_VERSION(2,0) && \ +#elif PCAP_IS_AT_LEAST_GNUC_VERSION(2,0) && \ (defined(__alpha) || defined(__alpha__) || \ defined(__mips) || defined(__mips__)) /*