1238104Sdes/* config.h.in.  Generated from configure.ac by autoheader.  */
2238104Sdes
3238104Sdes/* Define to 1 if you have the <arpa/inet.h> header file. */
4238104Sdes#undef HAVE_ARPA_INET_H
5238104Sdes
6238104Sdes/* Define to 1 if you have the <assert.h> header file. */
7238104Sdes#undef HAVE_ASSERT_H
8238104Sdes
9238104Sdes/* Define to 1 if you have the <ctype.h> header file. */
10238104Sdes#undef HAVE_CTYPE_H
11238104Sdes
12238104Sdes/* Whether getaddrinfo is available */
13238104Sdes#undef HAVE_GETADDRINFO
14238104Sdes
15238104Sdes/* Define to 1 if you have the <getopt.h> header file. */
16238104Sdes#undef HAVE_GETOPT_H
17238104Sdes
18238104Sdes/* If you have HMAC_CTX_init */
19238104Sdes#undef HAVE_HMAC_CTX_INIT
20238104Sdes
21238104Sdes/* Define to 1 if you have the <inttypes.h> header file. */
22238104Sdes#undef HAVE_INTTYPES_H
23238104Sdes
24238104Sdes/* Define to 1 if you have the `isblank' function. */
25238104Sdes#undef HAVE_ISBLANK
26238104Sdes
27238104Sdes/* Define to 1 if you have the `ldns' library (-lldns). */
28238104Sdes#undef HAVE_LIBLDNS
29238104Sdes
30238104Sdes/* Define to 1 if you have the <memory.h> header file. */
31238104Sdes#undef HAVE_MEMORY_H
32238104Sdes
33238104Sdes/* Define to 1 if you have the <netinet/if_ether.h> header file. */
34238104Sdes#undef HAVE_NETINET_IF_ETHER_H
35238104Sdes
36238104Sdes/* Define to 1 if you have the <netinet/in.h> header file. */
37238104Sdes#undef HAVE_NETINET_IN_H
38238104Sdes
39238104Sdes/* Define to 1 if you have the <netinet/in_systm.h> header file. */
40238104Sdes#undef HAVE_NETINET_IN_SYSTM_H
41238104Sdes
42238104Sdes/* Define to 1 if you have the <netinet/ip6.h> header file. */
43238104Sdes#undef HAVE_NETINET_IP6_H
44238104Sdes
45238104Sdes/* Define to 1 if you have the <netinet/ip.h> header file. */
46238104Sdes#undef HAVE_NETINET_IP_H
47238104Sdes
48238104Sdes/* Define to 1 if you have the <netinet/udp.h> header file. */
49238104Sdes#undef HAVE_NETINET_UDP_H
50238104Sdes
51238104Sdes/* Define to 1 if you have the <net/if.h> header file. */
52238104Sdes#undef HAVE_NET_IF_H
53238104Sdes
54238104Sdes/* Define to 1 if you have the <openssl/err.h> header file. */
55238104Sdes#undef HAVE_OPENSSL_ERR_H
56238104Sdes
57238104Sdes/* Define to 1 if you have the <openssl/rand.h> header file. */
58238104Sdes#undef HAVE_OPENSSL_RAND_H
59238104Sdes
60238104Sdes/* Define to 1 if you have the <openssl/ssl.h> header file. */
61238104Sdes#undef HAVE_OPENSSL_SSL_H
62238104Sdes
63238104Sdes/* Define if you have the SSL libraries installed. */
64238104Sdes#undef HAVE_SSL
65238104Sdes
66238104Sdes/* Define to 1 if you have the <stdint.h> header file. */
67238104Sdes#undef HAVE_STDINT_H
68238104Sdes
69238104Sdes/* Define to 1 if you have the <stdio.h> header file. */
70238104Sdes#undef HAVE_STDIO_H
71238104Sdes
72238104Sdes/* Define to 1 if you have the <stdlib.h> header file. */
73238104Sdes#undef HAVE_STDLIB_H
74238104Sdes
75238104Sdes/* Define to 1 if you have the <strings.h> header file. */
76238104Sdes#undef HAVE_STRINGS_H
77238104Sdes
78238104Sdes/* Define to 1 if you have the <string.h> header file. */
79238104Sdes#undef HAVE_STRING_H
80238104Sdes
81238104Sdes/* Define to 1 if you have the <sys/mount.h> header file. */
82238104Sdes#undef HAVE_SYS_MOUNT_H
83238104Sdes
84238104Sdes/* Define to 1 if you have the <sys/param.h> header file. */
85238104Sdes#undef HAVE_SYS_PARAM_H
86238104Sdes
87238104Sdes/* Define to 1 if you have the <sys/select.h> header file. */
88238104Sdes#undef HAVE_SYS_SELECT_H
89238104Sdes
90238104Sdes/* Define to 1 if you have the <sys/socket.h> header file. */
91238104Sdes#undef HAVE_SYS_SOCKET_H
92238104Sdes
93238104Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
94238104Sdes#undef HAVE_SYS_STAT_H
95238104Sdes
96238104Sdes/* Define to 1 if you have the <sys/time.h> header file. */
97238104Sdes#undef HAVE_SYS_TIME_H
98238104Sdes
99238104Sdes/* Define to 1 if you have the <sys/types.h> header file. */
100238104Sdes#undef HAVE_SYS_TYPES_H
101238104Sdes
102238104Sdes/* Define to 1 if you have the <time.h> header file. */
103238104Sdes#undef HAVE_TIME_H
104238104Sdes
105238104Sdes/* Define to 1 if you have the <unistd.h> header file. */
106238104Sdes#undef HAVE_UNISTD_H
107238104Sdes
108238104Sdes/* Define to 1 if you have the <winsock2.h> header file. */
109238104Sdes#undef HAVE_WINSOCK2_H
110238104Sdes
111238104Sdes/* Define to 1 if you have the <ws2tcpip.h> header file. */
112238104Sdes#undef HAVE_WS2TCPIP_H
113238104Sdes
114246854Sdes/* Default trust anchor file */
115246854Sdes#undef LDNS_TRUST_ANCHOR_FILE
116246854Sdes
117238104Sdes/* Define to the address where bug reports for this package should be sent. */
118238104Sdes#undef PACKAGE_BUGREPORT
119238104Sdes
120238104Sdes/* Define to the full name of this package. */
121238104Sdes#undef PACKAGE_NAME
122238104Sdes
123238104Sdes/* Define to the full name and version of this package. */
124238104Sdes#undef PACKAGE_STRING
125238104Sdes
126238104Sdes/* Define to the one symbol short name of this package. */
127238104Sdes#undef PACKAGE_TARNAME
128238104Sdes
129238104Sdes/* Define to the home page for this package. */
130238104Sdes#undef PACKAGE_URL
131238104Sdes
132238104Sdes/* Define to the version of this package. */
133238104Sdes#undef PACKAGE_VERSION
134238104Sdes
135238104Sdes/* Define to 1 if you have the ANSI C header files. */
136238104Sdes#undef STDC_HEADERS
137238104Sdes
138238104Sdes/* Enable extensions on AIX 3, Interix.  */
139238104Sdes#ifndef _ALL_SOURCE
140238104Sdes# undef _ALL_SOURCE
141238104Sdes#endif
142238104Sdes/* Enable GNU extensions on systems that have them.  */
143238104Sdes#ifndef _GNU_SOURCE
144238104Sdes# undef _GNU_SOURCE
145238104Sdes#endif
146238104Sdes/* Enable threading extensions on Solaris.  */
147238104Sdes#ifndef _POSIX_PTHREAD_SEMANTICS
148238104Sdes# undef _POSIX_PTHREAD_SEMANTICS
149238104Sdes#endif
150238104Sdes/* Enable extensions on HP NonStop.  */
151238104Sdes#ifndef _TANDEM_SOURCE
152238104Sdes# undef _TANDEM_SOURCE
153238104Sdes#endif
154238104Sdes/* Enable general extensions on Solaris.  */
155238104Sdes#ifndef __EXTENSIONS__
156238104Sdes# undef __EXTENSIONS__
157238104Sdes#endif
158238104Sdes
159238104Sdes
160238104Sdes/* Whether the windows socket API is used */
161238104Sdes#undef USE_WINSOCK
162238104Sdes
163238104Sdes/* the version of the windows API enabled */
164238104Sdes#undef WINVER
165238104Sdes
166238104Sdes/* Define to 1 if on MINIX. */
167238104Sdes#undef _MINIX
168238104Sdes
169238104Sdes/* Define to 2 if the system does not provide POSIX.1 features except with
170238104Sdes   this defined. */
171238104Sdes#undef _POSIX_1_SOURCE
172238104Sdes
173238104Sdes/* Define to 1 if you need to in order for `stat' and other things to work. */
174238104Sdes#undef _POSIX_SOURCE
175238104Sdes
176238104Sdes/* in_addr_t */
177238104Sdes#undef in_addr_t
178238104Sdes
179238104Sdes/* in_port_t */
180238104Sdes#undef in_port_t
181238104Sdes
182238104Sdes/* Define to `__inline__' or `__inline' if that's what the C compiler
183238104Sdes   calls it, or to nothing if 'inline' is not supported under any name.  */
184238104Sdes#ifndef __cplusplus
185238104Sdes#undef inline
186238104Sdes#endif
187238104Sdes
188238104Sdes/* Define to `short' if <sys/types.h> does not define. */
189238104Sdes#undef int16_t
190238104Sdes
191238104Sdes/* Define to `int' if <sys/types.h> does not define. */
192238104Sdes#undef int32_t
193238104Sdes
194238104Sdes/* Define to `long long' if <sys/types.h> does not define. */
195238104Sdes#undef int64_t
196238104Sdes
197238104Sdes/* Define to `char' if <sys/types.h> does not define. */
198238104Sdes#undef int8_t
199238104Sdes
200238104Sdes/* Define to `unsigned int' if <sys/types.h> does not define. */
201238104Sdes#undef size_t
202238104Sdes
203238104Sdes/* Define to 'int' if not defined */
204238104Sdes#undef socklen_t
205238104Sdes
206238104Sdes/* Define to `int' if <sys/types.h> does not define. */
207238104Sdes#undef ssize_t
208238104Sdes
209238104Sdes/* Define to `unsigned short' if <sys/types.h> does not define. */
210238104Sdes#undef uint16_t
211238104Sdes
212238104Sdes/* Define to `unsigned int' if <sys/types.h> does not define. */
213238104Sdes#undef uint32_t
214238104Sdes
215238104Sdes/* Define to `unsigned long long' if <sys/types.h> does not define. */
216238104Sdes#undef uint64_t
217238104Sdes
218238104Sdes/* Define to `unsigned char' if <sys/types.h> does not define. */
219238104Sdes#undef uint8_t
220238104Sdes
221238104Sdes
222238104Sdes
223238104Sdes#include <stdio.h>
224238104Sdes#include <string.h>
225238104Sdes#include <unistd.h>
226238104Sdes#include <assert.h>
227238104Sdes
228238104Sdes#if STDC_HEADERS
229238104Sdes#include <stdlib.h>
230238104Sdes#include <stddef.h>
231238104Sdes#endif
232238104Sdes
233238104Sdes#ifdef HAVE_STDINT_H
234238104Sdes#include <stdint.h>
235238104Sdes#endif
236238104Sdes
237238104Sdes#ifdef HAVE_SYS_SOCKET_H
238238104Sdes#include <sys/socket.h>
239238104Sdes#endif
240238104Sdes
241238104Sdes#ifdef HAVE_NETINET_IN_H
242238104Sdes#include <netinet/in.h>
243238104Sdes#endif
244238104Sdes
245238104Sdes#ifdef HAVE_ARPA_INET_H
246238104Sdes#include <arpa/inet.h>
247238104Sdes#endif
248238104Sdes
249238104Sdes#ifdef HAVE_NETINET_UDP_H
250238104Sdes#include <netinet/udp.h>
251238104Sdes#endif
252238104Sdes
253238104Sdes#ifdef HAVE_TIME_H
254238104Sdes#include <time.h>
255238104Sdes#endif
256238104Sdes
257238104Sdes#ifdef HAVE_NETINET_IN_SYSTM_H
258238104Sdes#include <netinet/in_systm.h>
259238104Sdes#endif
260238104Sdes
261238104Sdes#ifdef HAVE_NETINET_IP_H
262238104Sdes#include <netinet/ip.h>
263238104Sdes#endif
264238104Sdes
265238104Sdes#ifdef HAVE_NET_IF_H
266238104Sdes#include <net/if.h>
267238104Sdes#endif
268238104Sdes
269238104Sdes#ifdef HAVE_NETINET_IF_ETHER_H
270238104Sdes#include <netinet/if_ether.h>
271238104Sdes#endif
272238104Sdes
273238104Sdes#ifdef HAVE_WINSOCK2_H
274238104Sdes#define USE_WINSOCK 1
275238104Sdes#include <winsock2.h>
276238104Sdes#endif
277238104Sdes
278238104Sdes#ifdef HAVE_WS2TCPIP_H
279238104Sdes#include <ws2tcpip.h>
280238104Sdes#endif
281238104Sdes
282238104Sdesextern char *optarg;
283238104Sdesextern int optind, opterr;
284238104Sdes
285238104Sdes#ifndef EXIT_FAILURE
286238104Sdes#define EXIT_FAILURE  1
287238104Sdes#endif
288238104Sdes#ifndef EXIT_SUCCESS
289238104Sdes#define EXIT_SUCCESS  0
290238104Sdes#endif
291238104Sdes
292238104Sdes#ifdef S_SPLINT_S
293238104Sdes#define FD_ZERO(a) /* a */
294238104Sdes#define FD_SET(a,b) /* a, b */
295238104Sdes#endif
296238104Sdes
297