]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/tcpdump/acconfig.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 have SSLeay 0.9.0b with the buggy cast128. */
6 #undef HAVE_BUGGY_CAST128
7
8 /* Define if you enable IPv6 support */
9 #undef INET6
10
11 /* Define if you enable support for the libsmi. */
12 #undef LIBSMI
13
14 /* Define if you have the <smi.h> header file.  */
15 #undef HAVE_SMI_H
16
17 /* define if you have struct __res_state_ext */
18 #undef HAVE_RES_STATE_EXT
19
20 /* define if your struct __res_state has the nsort member */
21 #undef HAVE_NEW_RES_STATE
22
23 /*
24  * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
25  */
26 #undef ETHER_HEADER_HAS_EA
27
28 /* define if struct ether_arp contains arp_xsha */
29 #undef ETHER_ARP_HAS_X
30
31 /* define if you have the addrinfo function. */
32 #undef HAVE_ADDRINFO
33
34 /* define if you need to include missing/addrinfoh.h. */
35 #undef NEED_ADDRINFO_H
36
37 /* define ifyou have the h_errno variable. */
38 #undef HAVE_H_ERRNO
39
40 /* define if IN6ADDRSZ is defined (XXX not used!) */
41 #undef HAVE_IN6ADDRSZ
42
43 /* define if INADDRSZ is defined (XXX not used!) */
44 #undef HAVE_INADDRSZ
45
46 /* define if this is a development version, to use additional prototypes. */
47 #undef HAVE_OS_PROTO_H
48
49 /* define if <unistd.h> defines __P() */
50 #undef HAVE_PORTABLE_PROTOTYPE
51
52 /* define if RES_USE_INET6 is defined */
53 #undef HAVE_RES_USE_INET6
54
55 /* define if struct sockaddr has the sa_len member */
56 #undef HAVE_SOCKADDR_SA_LEN
57
58 /* define if you have struct sockaddr_storage */
59 #undef HAVE_SOCKADDR_STORAGE
60
61 /* define if you have both getipnodebyname() and getipnodebyaddr() */
62 #undef USE_GETIPNODEBY
63
64 /* define if you have ether_ntohost() and it works */
65 #undef USE_ETHER_NTOHOST
66
67 /* define if libpcap has pcap_version */
68 #undef HAVE_PCAP_VERSION
69
70 /* define if libpcap has pcap_debug */
71 #undef HAVE_PCAP_DEBUG
72
73 /* define if libpcap has yydebug */
74 #undef HAVE_YYDEBUG
75
76 /* define if libpcap has pcap_list_datalinks() */
77 #undef HAVE_PCAP_LIST_DATALINKS
78
79 /* define if libpcap has pcap_set_datalink() */
80 #undef HAVE_PCAP_SET_DATALINK
81
82 /* define if libpcap has pcap_datalink_name_to_val() */
83 #undef HAVE_PCAP_DATALINK_NAME_TO_VAL
84
85 /* define if libpcap has pcap_datalink_val_to_description() */
86 #undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
87
88 /* define if libpcap has pcap_dump_ftell() */
89 #undef HAVE_PCAP_DUMP_FTELL
90
91 /* define if you have getrpcbynumber() */
92 #undef HAVE_GETRPCBYNUMBER
93
94 /* define if unaligned memory accesses fail */
95 #undef LBL_ALIGN
96
97 /* The successful return value from signal (?)XXX */
98 #undef RETSIGVAL
99
100 /* Define this on IRIX */
101 #undef _BSD_SIGNALS
102
103 /* For HP/UX ANSI compiler? */
104 #undef _HPUX_SOURCE
105
106 /* AIX hack. */
107 #undef _SUN
108
109 /* Workaround for missing 64-bit formats */
110 #undef PRId64
111 #undef PRIo64
112 #undef PRIx64
113 #undef PRIu64
114
115 /* Whether or not to include the possibly-buggy SMB printer */
116 #undef TCPDUMP_DO_SMB
117
118 /* Long story short: aclocal.m4 depends on autoconf 2.13
119  * implementation details wrt "const"; newer versions
120  * have different implementation details so for now we
121  * put "const" here.  This may cause duplicate definitions
122  * in config.h but that should be OK since they're the same.
123  */
124 #undef const
125
126 /* Define if you have the dnet_htoa function.  */
127 #undef HAVE_DNET_HTOA
128
129 /* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>.  */
130 #undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
131
132 /* define if should drop privileges by default */
133 #undef WITH_USER
134
135 /* define if should chroot when dropping privileges */
136 #undef WITH_CHROOT