add define's from config.h for pcap-int.h; this is a noop now
but will be required for libpcap 0.9.4
This commit is contained in:
parent
5a5f01cc9e
commit
6d7a94cfc0
@ -39,6 +39,10 @@
|
||||
#include <netinet/in_systm.h> /* for IP_MAXPACKET */
|
||||
#include <netinet/ip.h> /* for IP_MAXPACKET */
|
||||
|
||||
/* XXX normally defined in config.h */
|
||||
#define HAVE_STRLCPY 1
|
||||
#define HAVE_SNPRINTF 1
|
||||
#define HAVE_VSNPRINTF 1
|
||||
#include <pcap-int.h> /* see pcap(3) and /usr/src/contrib/libpcap/. */
|
||||
|
||||
#ifdef IP_MAXPACKET
|
||||
|
Loading…
Reference in New Issue
Block a user