-
Notifications
You must be signed in to change notification settings - Fork 101
/
config.h.in
28 lines (24 loc) · 1009 Bytes
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
* Copyright (c) 2017 Jordan Ritter <[email protected]>
*
* Please refer to the LICENSE file for more information.
*
*/
#define USE_PCRE @USE_PCRE@
#define USE_IPv6 @USE_IPv6@
#define USE_TCPKILL @USE_TCPKILL@
#define USE_VLAN_HACK @USE_VLAN_HACK@
#define HAVE_DLT_RAW @HAVE_DLT_RAW@
#define HAVE_DLT_PFLOG @HAVE_DLT_PFLOG@
#define HAVE_DLT_LOOP @HAVE_DLT_LOOP@
#define HAVE_DLT_LINUX_SLL @HAVE_DLT_LINUX_SLL@
#define HAVE_DLT_IEEE802_11 @HAVE_DLT_IEEE802_11@
#define HAVE_DLT_IEEE802_11_RADIO @HAVE_DLT_IEEE802_11_RADIO@
#define HAVE_DLT_IPNET @HAVE_DLT_IPNET@
#define USE_PCAP_RESTART @USE_PCAP_RESTART@
#if USE_PCAP_RESTART
#define PCAP_RESTART_FUNC @PCAP_RESTART_FUNC@
extern void PCAP_RESTART_FUNC();
#endif
#define USE_DROPPRIVS @USE_DROPPRIVS@
#define DROPPRIVS_USER @DROPPRIVS_USER@