xref: /freebsd/usr.sbin/tcpdump/tcpdump/config.h (revision 4e8d558c)
1 /* $FreeBSD$ */
2 /* This is an edited copy of the config.h generated by configure. */
3 
4 /* config.h.  Generated from config.h.in by configure.  */
5 /* config.h.in.  Generated from configure.ac by autoheader.  */
6 
7 /* Define to 1 if arpa/inet.h declares `ether_ntohost' */
8 /* #undef ARPA_INET_H_DECLARES_ETHER_NTOHOST */
9 
10 /* define if you want to build the possibly-buggy SMB printer */
11 #define ENABLE_SMB 1
12 
13 /* Define to 1 if you have the `bpf_dump' function. */
14 #define HAVE_BPF_DUMP 1
15 
16 /* capsicum support available */
17 #define HAVE_CAPSICUM 1
18 
19 /* Define to 1 if you have the `cap_enter' function. */
20 #define HAVE_CAP_ENTER 1
21 
22 /* Define to 1 if you have the `cap_ioctls_limit' function. */
23 #define HAVE_CAP_IOCTLS_LIMIT 1
24 
25 /* Define to 1 if you have the <cap-ng.h> header file. */
26 /* #undef HAVE_CAP_NG_H */
27 
28 /* Define to 1 if you have the `cap_rights_limit' function. */
29 #define HAVE_CAP_RIGHTS_LIMIT 1
30 
31 /* Casper library support available */
32 /* See Makefile */
33 /* #undef HAVE_CASPER */
34 
35 /* Define to 1 if you have the declaration of `ether_ntohost' */
36 /* #undef HAVE_DECL_ETHER_NTOHOST */
37 
38 /* Define to 1 if you have the `ether_ntohost' function. */
39 #define HAVE_ETHER_NTOHOST 1
40 
41 /* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */
42 #define HAVE_EVP_CIPHER_CTX_NEW 1
43 
44 /* Define to 1 if you have the `EVP_DecryptInit_ex' function. */
45 #define HAVE_EVP_DECRYPTINIT_EX 1
46 
47 /* Define to 1 if you have the <fcntl.h> header file. */
48 #define HAVE_FCNTL_H 1
49 
50 /* Define to 1 if you have the `fork' function. */
51 #define HAVE_FORK 1
52 
53 /* Define to 1 if you have the `getopt_long' function. */
54 #define HAVE_GETOPT_LONG 1
55 
56 /* define if you have getrpcbynumber() */
57 #define HAVE_GETRPCBYNUMBER 1
58 
59 /* Define to 1 if you have the `getservent' function. */
60 #define HAVE_GETSERVENT 1
61 
62 /* Define to 1 if you have the <inttypes.h> header file. */
63 #define HAVE_INTTYPES_H 1
64 
65 /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
66 /* #undef HAVE_LIBCAP_NG */
67 
68 /* Define to 1 if you have the `crypto' library (-lcrypto). */
69 /* See Makefile */
70 /* #undef HAVE_LIBCRYPTO */
71 
72 /* Define to 1 if you have the `rpc' library (-lrpc). */
73 /* #undef HAVE_LIBRPC */
74 
75 /* Define to 1 if you have the <memory.h> header file. */
76 #define HAVE_MEMORY_H 1
77 
78 /* Define to 1 if you have the <net/if.h> header file. */
79 #define HAVE_NET_IF_H 1
80 
81 /* Define to 1 if printf(3) does not support the z length modifier. */
82 /* #undef HAVE_NO_PRINTF_Z */
83 
84 /* Define to 1 if you have the `openat' function. */
85 #define HAVE_OPENAT 1
86 
87 /* Define to 1 if you have the <openssl/evp.h> header file. */
88 #define HAVE_OPENSSL_EVP_H 1
89 
90 /* define if the OS provides AF_INET6 and struct in6_addr */
91 #define HAVE_OS_IPV6_SUPPORT 1
92 
93 /* if there's an os_proto.h for this platform, to use additional prototypes */
94 /* #undef HAVE_OS_PROTO_H */
95 
96 /* Define to 1 if you have the `pcap_breakloop' function. */
97 #define HAVE_PCAP_BREAKLOOP 1
98 
99 /* Define to 1 if you have the `pcap_create' function. */
100 #define HAVE_PCAP_CREATE 1
101 
102 /* define if libpcap has pcap_datalink_name_to_val() */
103 #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
104 
105 /* define if libpcap has pcap_datalink_val_to_description() */
106 #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
107 
108 /* define if libpcap has pcap_debug */
109 /* #undef HAVE_PCAP_DEBUG */
110 
111 /* Define to 1 if you have the `pcap_dump_flush' function. */
112 #define HAVE_PCAP_DUMP_FLUSH 1
113 
114 /* Define to 1 if you have the `pcap_dump_ftell' function. */
115 #define HAVE_PCAP_DUMP_FTELL 1
116 
117 /* Define to 1 if you have the `pcap_dump_ftell64' function. */
118 #define HAVE_PCAP_DUMP_FTELL64 1
119 
120 /* Define to 1 if you have the `pcap_findalldevs' function. */
121 #define HAVE_PCAP_FINDALLDEVS 1
122 
123 /* Define to 1 if you have the `pcap_findalldevs_ex' function. */
124 /* #undef HAVE_PCAP_FINDALLDEVS_EX */
125 
126 /* Define to 1 if you have the `pcap_free_datalinks' function. */
127 #define HAVE_PCAP_FREE_DATALINKS 1
128 
129 /* Define to 1 if the system has the type `pcap_if_t'. */
130 #define HAVE_PCAP_IF_T 1
131 
132 /* Define to 1 if you have the `pcap_lib_version' function. */
133 #define HAVE_PCAP_LIB_VERSION 1
134 
135 /* define if libpcap has pcap_list_datalinks() */
136 #define HAVE_PCAP_LIST_DATALINKS 1
137 
138 /* Define to 1 if you have the `pcap_open' function. */
139 /* #undef HAVE_PCAP_OPEN */
140 
141 /* Define to 1 if you have the <pcap/pcap-inttypes.h> header file. */
142 #define HAVE_PCAP_PCAP_INTTYPES_H 1
143 
144 /* Define to 1 if you have the `pcap_setdirection' function. */
145 #define HAVE_PCAP_SETDIRECTION 1
146 
147 /* Define to 1 if you have the `pcap_set_datalink' function. */
148 #define HAVE_PCAP_SET_DATALINK 1
149 
150 /* Define to 1 if you have the `pcap_set_immediate_mode' function. */
151 #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
152 
153 /* Define to 1 if you have the `pcap_set_optimizer_debug' function. */
154 /* #undef HAVE_PCAP_SET_OPTIMIZER_DEBUG */
155 
156 /* Define to 1 if you have the `pcap_set_parser_debug' function. */
157 /* #undef HAVE_PCAP_SET_PARSER_DEBUG */
158 
159 /* Define to 1 if you have the `pcap_set_tstamp_precision' function. */
160 #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
161 
162 /* Define to 1 if you have the `pcap_set_tstamp_type' function. */
163 #define HAVE_PCAP_SET_TSTAMP_TYPE 1
164 
165 /* define if libpcap has pcap_version */
166 /* #undef HAVE_PCAP_VERSION */
167 
168 /* Define to 1 if you have the `pfopen' function. */
169 /* #undef HAVE_PFOPEN */
170 
171 /* Define to 1 if you have the <rpc/rpcent.h> header file. */
172 #define HAVE_RPC_RPCENT_H 1
173 
174 /* Define to 1 if you have the <rpc/rpc.h> header file. */
175 #define HAVE_RPC_RPC_H 1
176 
177 /* Define to 1 if you have the `setlinebuf' function. */
178 #define HAVE_SETLINEBUF 1
179 
180 /* Define to 1 if you have the <stdint.h> header file. */
181 #define HAVE_STDINT_H 1
182 
183 /* Define to 1 if you have the <stdlib.h> header file. */
184 #define HAVE_STDLIB_H 1
185 
186 /* Define to 1 if you have the `strdup' function. */
187 #define HAVE_STRDUP 1
188 
189 /* Define to 1 if you have the <strings.h> header file. */
190 #define HAVE_STRINGS_H 1
191 
192 /* Define to 1 if you have the <string.h> header file. */
193 #define HAVE_STRING_H 1
194 
195 /* Define to 1 if you have the `strlcat' function. */
196 #define HAVE_STRLCAT 1
197 
198 /* Define to 1 if you have the `strlcpy' function. */
199 #define HAVE_STRLCPY 1
200 
201 /* Define to 1 if you have the `strsep' function. */
202 #define HAVE_STRSEP 1
203 
204 /* Define to 1 if the system has the type `struct ether_addr'. */
205 /* #undef HAVE_STRUCT_ETHER_ADDR */
206 
207 /* Define to 1 if you have the <sys/stat.h> header file. */
208 #define HAVE_SYS_STAT_H 1
209 
210 /* Define to 1 if you have the <sys/types.h> header file. */
211 #define HAVE_SYS_TYPES_H 1
212 
213 /* Define to 1 if the system has the type `uintptr_t'. */
214 #define HAVE_UINTPTR_T 1
215 
216 /* Define to 1 if you have the <unistd.h> header file. */
217 #define HAVE_UNISTD_H 1
218 
219 /* Define to 1 if you have the `vfork' function. */
220 #define HAVE_VFORK 1
221 
222 /* define if libpcap has yydebug */
223 /* #undef HAVE_YYDEBUG */
224 
225 /* Define to 1 if netinet/ether.h declares `ether_ntohost' */
226 /* #undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST */
227 
228 /* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
229 /* #undef NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST */
230 
231 /* Define to 1 if net/ethernet.h declares `ether_ntohost' */
232 /* #undef NET_ETHERNET_H_DECLARES_ETHER_NTOHOST */
233 
234 /* Define to the address where bug reports for this package should be sent. */
235 #define PACKAGE_BUGREPORT ""
236 
237 /* Define to the full name of this package. */
238 #define PACKAGE_NAME "tcpdump"
239 
240 /* Define to the full name and version of this package. */
241 #define PACKAGE_STRING "tcpdump 4.99.4"
242 
243 /* Define to the one symbol short name of this package. */
244 #define PACKAGE_TARNAME "tcpdump"
245 
246 /* Define to the home page for this package. */
247 #define PACKAGE_URL ""
248 
249 /* Define to the version of this package. */
250 #define PACKAGE_VERSION "4.99.4"
251 
252 /* The size of `void *', as computed by sizeof. */
253 /* #undef SIZEOF_VOID_P */
254 
255 /* Define to 1 if you have the ANSI C header files. */
256 #define STDC_HEADERS 1
257 
258 /* Define to 1 if sys/ethernet.h declares `ether_ntohost' */
259 /* #undef SYS_ETHERNET_H_DECLARES_ETHER_NTOHOST */
260 
261 /* define if you have ether_ntohost() and it works */
262 /* #undef USE_ETHER_NTOHOST */
263 
264 /* Define if you enable support for libsmi */
265 /* #undef USE_LIBSMI */
266 
267 /* define if should chroot when dropping privileges */
268 /* #undef WITH_CHROOT */
269 
270 /* define if should drop privileges by default */
271 /* #undef WITH_USER */
272 
273 /* define on AIX to get certain functions */
274 /* #undef _SUN */
275 
276 /* to handle Ultrix compilers that don't support const in prototypes */
277 /* #undef const */
278 
279 /* Define as token for inline if inlining supported */
280 #define inline inline
281 
282 /* Define to `uint16_t' if u_int16_t not defined. */
283 /* #undef u_int16_t */
284 
285 /* Define to `uint32_t' if u_int32_t not defined. */
286 /* #undef u_int32_t */
287 
288 /* Define to `uint64_t' if u_int64_t not defined. */
289 /* #undef u_int64_t */
290 
291 /* Define to `uint8_t' if u_int8_t not defined. */
292 /* #undef u_int8_t */
293 
294 /* Define to the type of an unsigned integer type wide enough to hold a
295    pointer, if such a type exists, and if the system does not define it. */
296 /* #undef uintptr_t */
297