forked from sipcapture/sipgrep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
66 lines (45 loc) · 1.64 KB
/
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
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
/* config.h.in. Generated from configure.in by autoheader. */
/* pseudo-user for running sipgrep (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_LINUX_SLL in bpf.h */
#undef HAVE_DLT_LINUX_SLL
/* presence of DLT_LOOP in bpf.h */
#undef HAVE_DLT_LOOP
/* presence of DLT_RAW in bpf.h */
#undef HAVE_DLT_RAW
/* whether to accommodate broken redhat-glibc udphdr declaration (default no)
*/
#undef HAVE_DUMB_UDPHDR
/* 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
/* 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
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* whether to use privileges dropping (default yes) */
#undef USE_DROPPRIVS
/* whether to use IPv6 (default off) */
#undef USE_IPv6
/* whether to call pcap_restart() before subsequent invocations of
pcap_compile() (default yes) */
#undef USE_PCAP_RESTART
/* Use PCRE library */
#undef USE_PCRE