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