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:
sam 2006-09-04 19:30:44 +00:00
parent 5a5f01cc9e
commit 6d7a94cfc0

View File

@ -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