Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / usr.sbin / tcpdump / tcpdump / config.h
1 /* $DragonFly: src/usr.sbin/tcpdump/tcpdump/config.h,v 1.4 2006/12/25 00:42:01 pavalos Exp $ */
2 /* config.h.  Generated by configure.  */
3 /* config.h.in.  Generated from configure.in by autoheader.  */
4 /* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
5  * make them to acconfig.h and rerun autoheader */
6
7 /* Define if you have SSLeay 0.9.0b with the buggy cast128. */
8 /* #undef HAVE_BUGGY_CAST128 */
9
10 /* Define if you enable IPv6 support */
11 /* #undef INET6 */
12
13 /* Define if you enable support for the libsmi. */
14 /* #undef LIBSMI */
15
16 /* Define if you have the <smi.h> header file.  */
17 /* #undef HAVE_SMI_H */
18
19 /* define if you have struct __res_state_ext */
20 /* #undef HAVE_RES_STATE_EXT */
21
22 /* define if your struct __res_state has the nsort member */
23 /* #undef HAVE_NEW_RES_STATE */
24
25 /*
26  * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
27  */
28 /* #undef ETHER_HEADER_HAS_EA */
29
30 /* define if struct ether_arp contains arp_xsha */
31 /* #undef ETHER_ARP_HAS_X */
32
33 /* define if you have the addrinfo function. */
34 #define HAVE_ADDRINFO 1
35
36 /* define if you need to include missing/addrinfoh.h. */
37 /* #undef NEED_ADDRINFO_H */
38
39 /* define ifyou have the h_errno variable. */
40 #define HAVE_H_ERRNO 1
41
42 /* define if IN6ADDRSZ is defined (XXX not used!) */
43 #define HAVE_IN6ADDRSZ 1
44
45 /* define if INADDRSZ is defined (XXX not used!) */
46 #define HAVE_INADDRSZ 1
47
48 /* define if this is a development version, to use additional prototypes. */
49 /* #undef HAVE_OS_PROTO_H */
50
51 /* define if <unistd.h> defines __P() */
52 /* #undef HAVE_PORTABLE_PROTOTYPE */
53
54 /* define if RES_USE_INET6 is defined */
55 #define HAVE_RES_USE_INET6 1
56
57 /* define if struct sockaddr has the sa_len member */
58 #define HAVE_SOCKADDR_SA_LEN 1
59
60 /* define if you have struct sockaddr_storage */
61 #define HAVE_SOCKADDR_STORAGE 1
62
63 /* define if you have both getipnodebyname() and getipnodebyaddr() */
64 /* #undef USE_GETIPNODEBY */
65
66 /* define if you have ether_ntohost() and it works */
67 #define USE_ETHER_NTOHOST 1
68
69 /* define if libpcap has pcap_version */
70 /* #undef HAVE_PCAP_VERSION */
71
72 /* define if libpcap has pcap_debug */
73 /* #undef HAVE_PCAP_DEBUG */
74
75 /* define if libpcap has yydebug */
76 #define HAVE_YYDEBUG 1
77
78 /* define if libpcap has pcap_list_datalinks() */
79 #define HAVE_PCAP_LIST_DATALINKS 1
80
81 /* define if libpcap has pcap_set_datalink() */
82 #define HAVE_PCAP_SET_DATALINK 1
83
84 /* define if libpcap has pcap_datalink_name_to_val() */
85 #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
86
87 /* define if libpcap has pcap_datalink_val_to_description() */
88 #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
89
90 /* define if libpcap has pcap_dump_ftell() */
91 #define HAVE_PCAP_DUMP_FTELL 1
92
93 /* define if you have getrpcbynumber() */
94 #define HAVE_GETRPCBYNUMBER 1
95
96 /* define if unaligned memory accesses fail */
97 /* #undef LBL_ALIGN */
98
99 /* The successful return value from signal (?)XXX */
100 #define RETSIGVAL 
101
102 /* Define this on IRIX */
103 /* #undef _BSD_SIGNALS */
104
105 /* For HP/UX ANSI compiler? */
106 /* #undef _HPUX_SOURCE */
107
108 /* AIX hack. */
109 /* #undef _SUN */
110
111 /* Workaround for missing 64-bit formats */
112 /* #undef PRId64 */
113 /* #undef PRIo64 */
114 /* #undef PRIx64 */
115 /* #undef PRIu64 */
116
117 /* Whether or not to include the possibly-buggy SMB printer */
118 #define TCPDUMP_DO_SMB 1
119
120 /* Long story short: aclocal.m4 depends on autoconf 2.13
121  * implementation details wrt "const"; newer versions
122  * have different implementation details so for now we
123  * put "const" here.  This may cause duplicate definitions
124  * in config.h but that should be OK since they're the same.
125  */
126 /* #undef const */
127
128 /* Define if you have the dnet_htoa function.  */
129 /* #undef HAVE_DNET_HTOA */
130
131 /* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>.  */
132 /* #undef HAVE_NETDNET_DNETDB_H_DNET_HTOA */
133
134 /* define if should drop privileges by default */
135 /* #undef WITH_USER */
136
137 /* define if should chroot when dropping privileges */
138 /* #undef WITH_CHROOT */
139
140 /* Define to 1 if you have the `alarm' function. */
141 #define HAVE_ALARM 1
142
143 /* Define to 1 if you have the `bpf_dump' function. */
144 #define HAVE_BPF_DUMP 1
145
146 /* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you
147    don't. */
148 #define HAVE_DECL_ETHER_NTOHOST 1
149
150 /* Define to 1 if you have the `ether_ntohost' function. */
151 #define HAVE_ETHER_NTOHOST 1
152
153 /* Define to 1 if you have the <fcntl.h> header file. */
154 #define HAVE_FCNTL_H 1
155
156 /* Define to 1 if you have the `getaddrinfo' function. */
157 /* #undef HAVE_GETADDRINFO */
158
159 /* Define to 1 if you have the `getnameinfo' function. */
160 /* #undef HAVE_GETNAMEINFO */
161
162 /* Define to 1 if you have the <inttypes.h> header file. */
163 #define HAVE_INTTYPES_H 1
164
165 /* Define to 1 if you have the `crypto' library (-lcrypto). */
166 /* #undef HAVE_LIBCRYPTO */
167
168 /* Define to 1 if you have the `rpc' library (-lrpc). */
169 /* #undef HAVE_LIBRPC */
170
171 /* Define to 1 if you have the `smi' library (-lsmi). */
172 /* #undef HAVE_LIBSMI */
173
174 /* Define to 1 if you have the <memory.h> header file. */
175 #define HAVE_MEMORY_H 1
176
177 /* Define to 1 if you have the <netdnet/dnetdb.h> header file. */
178 /* #undef HAVE_NETDNET_DNETDB_H */
179
180 /* Define to 1 if you have the <netinet/ether.h> header file. */
181 /* #undef HAVE_NETINET_ETHER_H */
182
183 /* Define to 1 if you have the <netinet/if_ether.h> header file. */
184 #define HAVE_NETINET_IF_ETHER_H 1
185
186 /* Define to 1 if you have the <openssl/evp.h> header file. */
187 /* #undef HAVE_OPENSSL_EVP_H */
188
189 /* Define to 1 if you have the `pcap_breakloop' function. */
190 #define HAVE_PCAP_BREAKLOOP 1
191
192 /* Define to 1 if you have the `pcap_dump_flush' function. */
193 #define HAVE_PCAP_DUMP_FLUSH 1
194
195 /* Define to 1 if you have the `pcap_findalldevs' function. */
196 #define HAVE_PCAP_FINDALLDEVS 1
197
198 /* Define to 1 if the system has the type `pcap_if_t'. */
199 #define HAVE_PCAP_IF_T 1
200
201 /* Define to 1 if you have the `pcap_lib_version' function. */
202 #define HAVE_PCAP_LIB_VERSION 1
203
204 /* Define to 1 if you have the `pfopen' function. */
205 /* #undef HAVE_PFOPEN */
206
207 /* Define to 1 if you have the <rpc/rpcent.h> header file. */
208 /* #undef HAVE_RPC_RPCENT_H */
209
210 /* Define to 1 if you have the `setlinebuf' function. */
211 #define HAVE_SETLINEBUF 1
212
213 /* Define to 1 if you have the `sigaction' function. */
214 #define HAVE_SIGACTION 1
215
216 /* Define to 1 if you have the `sigset' function. */
217 /* #undef HAVE_SIGSET */
218
219 /* Define to 1 if you have the <smi.h> header file. */
220 /* #undef HAVE_SMI_H */
221
222 /* Define to 1 if you have the `snprintf' function. */
223 #define HAVE_SNPRINTF 1
224
225 /* Define to 1 if you have the <stdint.h> header file. */
226 #define HAVE_STDINT_H 1
227
228 /* Define to 1 if you have the <stdlib.h> header file. */
229 #define HAVE_STDLIB_H 1
230
231 /* Define to 1 if you have the `strcasecmp' function. */
232 #define HAVE_STRCASECMP 1
233
234 /* Define to 1 if you have the `strdup' function. */
235 #define HAVE_STRDUP 1
236
237 /* Define to 1 if you have the `strftime' function. */
238 #define HAVE_STRFTIME 1
239
240 /* Define to 1 if you have the <strings.h> header file. */
241 #define HAVE_STRINGS_H 1
242
243 /* Define to 1 if you have the <string.h> header file. */
244 #define HAVE_STRING_H 1
245
246 /* Define to 1 if you have the `strlcat' function. */
247 #define HAVE_STRLCAT 1
248
249 /* Define to 1 if you have the `strlcpy' function. */
250 #define HAVE_STRLCPY 1
251
252 /* Define to 1 if you have the `strsep' function. */
253 #define HAVE_STRSEP 1
254
255 /* Define to 1 if the system has the type `struct ether_addr'. */
256 /* #undef HAVE_STRUCT_ETHER_ADDR */
257
258 /* Define to 1 if you have the <sys/bitypes.h> header file. */
259 /* #undef HAVE_SYS_BITYPES_H */
260
261 /* Define to 1 if you have the <sys/stat.h> header file. */
262 #define HAVE_SYS_STAT_H 1
263
264 /* Define to 1 if you have the <sys/types.h> header file. */
265 #define HAVE_SYS_TYPES_H 1
266
267 /* Define to 1 if you have the <unistd.h> header file. */
268 #define HAVE_UNISTD_H 1
269
270 /* Define to 1 if you have the `vfprintf' function. */
271 #define HAVE_VFPRINTF 1
272
273 /* Define to 1 if you have the `vsnprintf' function. */
274 #define HAVE_VSNPRINTF 1
275
276 /* define if your compiler has __attribute__ */
277 #define HAVE___ATTRIBUTE__ 1
278
279 /* Define to 1 if netinet/ether.h declares `ether_ntohost' */
280 /* #undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST */
281
282 /* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
283 #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 
284
285 /* Define to the address where bug reports for this package should be sent. */
286 #define PACKAGE_BUGREPORT ""
287
288 /* Define to the full name of this package. */
289 #define PACKAGE_NAME ""
290
291 /* Define to the full name and version of this package. */
292 #define PACKAGE_STRING ""
293
294 /* Define to the one symbol short name of this package. */
295 #define PACKAGE_TARNAME ""
296
297 /* Define to the version of this package. */
298 #define PACKAGE_VERSION ""
299
300 /* Define as the return type of signal handlers (`int' or `void'). */
301 #define RETSIGTYPE void
302
303 /* The size of a `char', as computed by sizeof. */
304 #define SIZEOF_CHAR 1
305
306 /* The size of a `int', as computed by sizeof. */
307 #define SIZEOF_INT 4
308
309 /* The size of a `long', as computed by sizeof. */
310 #define SIZEOF_LONG 4
311
312 /* The size of a `long long', as computed by sizeof. */
313 #define SIZEOF_LONG_LONG 8
314
315 /* The size of a `short', as computed by sizeof. */
316 #define SIZEOF_SHORT 2
317
318 /* Define to 1 if you have the ANSI C header files. */
319 #define STDC_HEADERS 1
320
321 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
322 #define TIME_WITH_SYS_TIME 1
323
324 /* Define as token for inline if inlining supported */
325 #define inline inline
326
327 /* Define to `short' if int16_t not defined. */
328 /* #undef int16_t */
329
330 /* Define to `int' if int32_t not defined. */
331 /* #undef int32_t */
332
333 /* Define to `long long' if int64_t not defined. */
334 /* #undef int64_t */
335
336 /* Define to `signed char' if int8_t not defined. */
337 /* #undef int8_t */
338
339 /* Define to `unsigned short' if u_int16_t not defined. */
340 /* #undef u_int16_t */
341
342 /* Define to `unsigned int' if u_int32_t not defined. */
343 /* #undef u_int32_t */
344
345 /* Define to `unsigned long long' if u_int64_t not defined. */
346 /* #undef u_int64_t */
347
348 /* Define to `unsigned char' if u_int8_t not defined. */
349 /* #undef u_int8_t */