]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - contrib/tcpdump/acconfig.h
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / contrib / tcpdump / acconfig.h
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 struct __res_state_ext */
12 #undef HAVE_RES_STATE_EXT
13
14 /* define if your struct __res_state has the nsort member */
15 #undef HAVE_NEW_RES_STATE
16
17 /* define if you have the addrinfo function. */
18 #undef HAVE_ADDRINFO
19
20 /* define if you need to include missing/addrinfoh.h. */
21 #undef NEED_ADDRINFO_H
22
23 /* define ifyou have the h_errno variable. */
24 #undef HAVE_H_ERRNO
25
26 /* define if IN6ADDRSZ is defined (XXX not used!) */
27 #undef HAVE_IN6ADDRSZ
28
29 /* define if INADDRSZ is defined (XXX not used!) */
30 #undef HAVE_INADDRSZ
31
32 /* define if RES_USE_INET6 is defined */
33 #undef HAVE_RES_USE_INET6
34
35 /* define if you have struct sockaddr_storage */
36 #undef HAVE_SOCKADDR_STORAGE
37
38 /* define if you have both getipnodebyname() and getipnodebyaddr() */
39 #undef USE_GETIPNODEBY
40
41 /* define if you have ether_ntohost() and it works */
42 #undef USE_ETHER_NTOHOST
43
44 /* define if libpcap has pcap_version */
45 #undef HAVE_PCAP_VERSION
46
47 /* define if libpcap has pcap_debug */
48 #undef HAVE_PCAP_DEBUG
49
50 /* define if libpcap has yydebug */
51 #undef HAVE_YYDEBUG
52
53 /* define if libpcap has pcap_list_datalinks() */
54 #undef HAVE_PCAP_LIST_DATALINKS
55
56 /* define if libpcap has pcap_set_datalink() */
57 #undef HAVE_PCAP_SET_DATALINK
58
59 /* define if libpcap has pcap_datalink_name_to_val() */
60 #undef HAVE_PCAP_DATALINK_NAME_TO_VAL
61
62 /* define if libpcap has pcap_datalink_val_to_description() */
63 #undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
64
65 /* define if libpcap has pcap_dump_ftell() */
66 #undef HAVE_PCAP_DUMP_FTELL
67
68 /* define if you have getrpcbynumber() */
69 #undef HAVE_GETRPCBYNUMBER
70
71 /* AIX hack. */
72 #undef _SUN
73
74 /* Workaround for missing 64-bit formats */
75 #undef PRId64
76 #undef PRIo64
77 #undef PRIx64
78 #undef PRIu64
79
80 /* Whether or not to include the possibly-buggy SMB printer */
81 #undef TCPDUMP_DO_SMB
82
83 /* Define if you have the dnet_htoa function.  */
84 #undef HAVE_DNET_HTOA
85
86 /* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>.  */
87 #undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
88
89 /* define if should drop privileges by default */
90 #undef WITH_USER
91
92 /* define if should chroot when dropping privileges */
93 #undef WITH_CHROOT