diff options
Diffstat (limited to 'pcap.c')
-rw-r--r-- | pcap.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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" |