mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
f09c8c4a46
commit
85fb34beb0
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue