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