-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathconfig.h.in
More file actions
89 lines (60 loc) · 2.21 KB
/
config.h.in
File metadata and controls
89 lines (60 loc) · 2.21 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/* config.h.in. Generated from configure.ac by autoheader. */
/* pseudo-user for running ngrep (default "nobody") */
#undef DROPPRIVS_USER
/* presence of DLT_IEEE802_11 in bpf.h */
#undef HAVE_DLT_IEEE802_11
/* presence of DLT_IEEE802_11_RADIO in bpf.h */
#undef HAVE_DLT_IEEE802_11_RADIO
/* presence of DLT_IPNET in bpf.h */
#undef HAVE_DLT_IPNET
/* presence of DLT_LINUX_SLL in bpf.h */
#undef HAVE_DLT_LINUX_SLL
/* presence of DLT_LOOP in bpf.h */
#undef HAVE_DLT_LOOP
/* presence of DLT_PFLOG in $BPF */
#undef HAVE_DLT_PFLOG
/* presence of DLT_RAW in bpf.h */
#undef HAVE_DLT_RAW
/* Define to 1 if you have the 'net' library (-lnet). */
#undef HAVE_LIBNET
/* Define to 1 if you have the 'nsl' library (-lnsl). */
#undef HAVE_LIBNSL
/* Define to 1 if you have the 'pcap' library (-lpcap). */
#undef HAVE_LIBPCAP
/* Define to 1 if you have the 'socket' library (-lsocket). */
#undef HAVE_LIBSOCKET
/* whether libpcap has `pcap_findalldevs' function */
#undef HAVE_PCAP_FINDALLDEVS
/* Define to 1 if you have the 'wcwidth' function. */
#undef HAVE_WCWIDTH
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* routine used for restarting the BPF lexer */
#undef PCAP_RESTART_FUNC
/* whether to enable container name resolution (default off) */
#undef USE_CONTAINER_RESOLUTION
/* whether to use privileges dropping (default yes) */
#undef USE_DROPPRIVS
/* whether to use IPv6 (default off) */
#undef USE_IPv6
/* whether to call the BPF lexer restart function between multiple BPF filter
compilation attempts (default no) */
#undef USE_PCAP_RESTART
/* whether to use PCRE2 (default GNU Regex) */
#undef USE_PCRE2
/* whether to enable tcpkill functionality (default off) */
#undef USE_TCPKILL
/* whether to automatically include VLAN frames (default on) */
#undef USE_VLAN_HACK
/* ngrep version */
#undef VERSION