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