1/* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
2 * make them to acconfig.h and rerun autoheader */
3@TOP@
4
5/* Define if you enable IPv6 support */
6#undef INET6
7
8/* Define if you enable support for the libsmi. */
9#undef LIBSMI
10
11/* define if you have the addrinfo function. */
12#undef HAVE_ADDRINFO
13
14/* define if you need to include missing/addrinfoh.h. */
15#undef NEED_ADDRINFO_H
16
17/* define ifyou have the h_errno variable. */
18#undef HAVE_H_ERRNO
19
20/* define if you have struct sockaddr_storage */
21#undef HAVE_SOCKADDR_STORAGE
22
23/* define if you have both getipnodebyname() and getipnodebyaddr() */
24#undef USE_GETIPNODEBY
25
26/* define if you have ether_ntohost() and it works */
27#undef USE_ETHER_NTOHOST
28
29/* define if libpcap has pcap_version */
30#undef HAVE_PCAP_VERSION
31
32/* define if libpcap has pcap_debug */
33#undef HAVE_PCAP_DEBUG
34
35/* define if libpcap has yydebug */
36#undef HAVE_YYDEBUG
37
38/* define if libpcap has pcap_list_datalinks() */
39#undef HAVE_PCAP_LIST_DATALINKS
40
41/* define if libpcap has pcap_set_datalink() */
42#undef HAVE_PCAP_SET_DATALINK
43
44/* define if libpcap has pcap_datalink_name_to_val() */
45#undef HAVE_PCAP_DATALINK_NAME_TO_VAL
46
47/* define if libpcap has pcap_datalink_val_to_description() */
48#undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
49
50/* define if libpcap has pcap_dump_ftell() */
51#undef HAVE_PCAP_DUMP_FTELL
52
53/* define if you have getrpcbynumber() */
54#undef HAVE_GETRPCBYNUMBER
55
56/* Workaround for missing 64-bit formats */
57#undef PRId64
58#undef PRIo64
59#undef PRIx64
60#undef PRIu64
61
62/* Whether or not to include the possibly-buggy SMB printer */
63#undef TCPDUMP_DO_SMB
64
65/* Define if you have the dnet_htoa function.  */
66#undef HAVE_DNET_HTOA
67
68/* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>.  */
69#undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
70
71/* define if should drop privileges by default */
72#undef WITH_USER
73
74/* define if should chroot when dropping privileges */
75#undef WITH_CHROOT
76