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