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