aboutsummaryrefslogtreecommitdiff
path: root/pcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap.c')
-rw-r--r--pcap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pcap.c b/pcap.c
index 204408a7..f856bd64 100644
--- a/pcap.c
+++ b/pcap.c
@@ -62,11 +62,7 @@ struct rtentry; /* declarations in <net/if.h> */
#endif
#include <fcntl.h>
#include <errno.h>
-#ifdef HAVE_LIMITS_H
#include <limits.h>
-#else
-#define INT_MAX 2147483647
-#endif
#ifdef HAVE_OS_PROTO_H
#include "os-proto.h"