156893Sfenner/* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
256893Sfenner * make them to acconfig.h and rerun autoheader */
356893Sfenner@TOP@
456893Sfenner
575115Sfenner/* Define if you enable IPv6 support */
656893Sfenner#undef INET6
756893Sfenner
856893Sfenner/* Define if you enable support for the libsmi. */
956893Sfenner#undef LIBSMI
1056893Sfenner
1156893Sfenner/* define if you have the addrinfo function. */
1256893Sfenner#undef HAVE_ADDRINFO
1356893Sfenner
1456893Sfenner/* define if you need to include missing/addrinfoh.h. */
1556893Sfenner#undef NEED_ADDRINFO_H
1656893Sfenner
1756893Sfenner/* define ifyou have the h_errno variable. */
1856893Sfenner#undef HAVE_H_ERRNO
1956893Sfenner
2056893Sfenner/* define if you have struct sockaddr_storage */
2156893Sfenner#undef HAVE_SOCKADDR_STORAGE
2256893Sfenner
2375115Sfenner/* define if you have both getipnodebyname() and getipnodebyaddr() */
2475115Sfenner#undef USE_GETIPNODEBY
2575115Sfenner
2698524Sfenner/* define if you have ether_ntohost() and it works */
2798524Sfenner#undef USE_ETHER_NTOHOST
2898524Sfenner
29127668Sbms/* define if libpcap has pcap_version */
30127668Sbms#undef HAVE_PCAP_VERSION
31127668Sbms
32127668Sbms/* define if libpcap has pcap_debug */
33127668Sbms#undef HAVE_PCAP_DEBUG
34127668Sbms
35127668Sbms/* define if libpcap has yydebug */
36127668Sbms#undef HAVE_YYDEBUG
37127668Sbms
38127668Sbms/* define if libpcap has pcap_list_datalinks() */
39127668Sbms#undef HAVE_PCAP_LIST_DATALINKS
40127668Sbms
41127668Sbms/* define if libpcap has pcap_set_datalink() */
42127668Sbms#undef HAVE_PCAP_SET_DATALINK
43127668Sbms
44127668Sbms/* define if libpcap has pcap_datalink_name_to_val() */
45127668Sbms#undef HAVE_PCAP_DATALINK_NAME_TO_VAL
46127668Sbms
47127668Sbms/* define if libpcap has pcap_datalink_val_to_description() */
48127668Sbms#undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
49127668Sbms
50147899Ssam/* define if libpcap has pcap_dump_ftell() */
51147899Ssam#undef HAVE_PCAP_DUMP_FTELL
52147899Ssam
53146773Ssam/* define if you have getrpcbynumber() */
54146773Ssam#undef HAVE_GETRPCBYNUMBER
55146773Ssam
56146773Ssam/* Workaround for missing 64-bit formats */
57146773Ssam#undef PRId64
58146773Ssam#undef PRIo64
59146773Ssam#undef PRIx64
60146773Ssam#undef PRIu64
61146773Ssam
6298524Sfenner/* Whether or not to include the possibly-buggy SMB printer */
6398524Sfenner#undef TCPDUMP_DO_SMB
6498524Sfenner
65127668Sbms/* Define if you have the dnet_htoa function.  */
66127668Sbms#undef HAVE_DNET_HTOA
67127668Sbms
68127668Sbms/* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>.  */
69127668Sbms#undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
70146773Ssam
71146773Ssam/* define if should drop privileges by default */
72146773Ssam#undef WITH_USER
73146773Ssam
74146773Ssam/* define if should chroot when dropping privileges */
75146773Ssam#undef WITH_CHROOT
76