summaryrefslogtreecommitdiff
path: root/extract.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-08-04 03:02:27 -0700
committerGuy Harris <guy@alum.mit.edu>2018-08-04 03:02:27 -0700
commitfbd4c58304f17970573c8190314b4ea4d0a5718a (patch)
treeaa2f279368480c999cf7705398e36358481a7dcd /extract.h
parentf2fcd363e0729b54471215b7ecd1955ad2e957bb (diff)
downloadlibpcap-fbd4c58304f17970573c8190314b4ea4d0a5718a.tar.gz
Use the libpcap compiler test macro, not the tcpdump one.
Diffstat (limited to 'extract.h')
-rw-r--r--extract.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extract.h b/extract.h
index 941ccc2a..64da516b 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__))
/*