blob: 6ce260725d17662b3e79398acc09168d40ac50c9 [file] [log] [blame]
Daniel Veillard366a9152002-10-23 20:43:53 +00001/* config.h.in. Generated from configure.in by autoheader. */
Arturo Espinosa8e0137c1998-09-23 00:58:59 +00002#undef PACKAGE
3#undef VERSION
4#undef HAVE_LIBZ
Daniel Veillardb05deb71999-08-10 19:04:08 +00005#undef HAVE_LIBM
6#undef HAVE_ISINF
7#undef HAVE_ISNAN
Daniel Veillard71b656e2000-01-05 14:46:17 +00008#undef HAVE_LIBHISTORY
9#undef HAVE_LIBREADLINE
Daniel Veillard189446d2000-10-13 10:23:06 +000010#undef SOCKLEN_T
Daniel Veillardb8478642001-10-12 17:29:10 +000011#undef HAVE_LIBPTHREAD
12#undef HAVE_PTHREAD_H
Daniel Veillardb05deb71999-08-10 19:04:08 +000013
Daniel Veillard560c2a42003-07-06 21:13:49 +000014/* Define if IPV6 support is there */
Daniel Veillardde2a67b2003-06-21 14:20:04 +000015#undef SUPPORT_IP6
16
Daniel Veillard560c2a42003-07-06 21:13:49 +000017/* Define if getaddrinfo is there */
Daniel Veillardde2a67b2003-06-21 14:20:04 +000018#undef HAVE_GETADDRINFO
19
Daniel Veillard366a9152002-10-23 20:43:53 +000020/* Define to 1 if you have the <ansidecl.h> header file. */
Daniel Veillard27b55282001-04-11 12:22:25 +000021#undef HAVE_ANSIDECL_H
22
Daniel Veillard366a9152002-10-23 20:43:53 +000023/* Define to 1 if you have the <arpa/inet.h> header file. */
Daniel Veillard7f7d1111999-09-22 09:46:25 +000024#undef HAVE_ARPA_INET_H
25
Daniel Veillard366a9152002-10-23 20:43:53 +000026/* Define to 1 if you have the <arpa/nameser.h> header file. */
Daniel Veillard9b731d72002-04-14 12:56:08 +000027#undef HAVE_ARPA_NAMESER_H
28
Daniel Veillard366a9152002-10-23 20:43:53 +000029/* Define to 1 if you have the `class' function. */
30#undef HAVE_CLASS
31
32/* Define to 1 if you have the <ctype.h> header file. */
Daniel Veillard36169f81998-07-24 19:30:47 +000033#undef HAVE_CTYPE_H
34
Daniel Veillard366a9152002-10-23 20:43:53 +000035/* Define to 1 if you have the <dirent.h> header file. */
Daniel Veillard36169f81998-07-24 19:30:47 +000036#undef HAVE_DIRENT_H
37
Daniel Veillard366a9152002-10-23 20:43:53 +000038/* Define to 1 if you have the <dlfcn.h> header file. */
Daniel Veillardb8478642001-10-12 17:29:10 +000039#undef HAVE_DLFCN_H
40
Daniel Veillard366a9152002-10-23 20:43:53 +000041/* Define to 1 if you have the <errno.h> header file. */
Daniel Veillard36169f81998-07-24 19:30:47 +000042#undef HAVE_ERRNO_H
43
Daniel Veillard366a9152002-10-23 20:43:53 +000044/* Define to 1 if you have the <fcntl.h> header file. */
Daniel Veillard36169f81998-07-24 19:30:47 +000045#undef HAVE_FCNTL_H
46
Daniel Veillard366a9152002-10-23 20:43:53 +000047/* Define to 1 if you have the `finite' function. */
48#undef HAVE_FINITE
49
50/* Define to 1 if you have the <float.h> header file. */
Daniel Veillardb05deb71999-08-10 19:04:08 +000051#undef HAVE_FLOAT_H
52
Daniel Veillard366a9152002-10-23 20:43:53 +000053/* Define to 1 if you have the `fpclass' function. */
54#undef HAVE_FPCLASS
55
56/* Define to 1 if you have the `fprintf' function. */
57#undef HAVE_FPRINTF
58
59/* Define to 1 if you have the `fp_class' function. */
60#undef HAVE_FP_CLASS
61
62/* Define to 1 if you have the <fp_class.h> header file. */
Daniel Veillardb05deb71999-08-10 19:04:08 +000063#undef HAVE_FP_CLASS_H
64
Daniel Veillard366a9152002-10-23 20:43:53 +000065/* Define to 1 if you have the `ftime' function. */
66#undef HAVE_FTIME
67
Daniel Veillardd8cf9062003-11-11 21:12:36 +000068/* Define if getaddrinfo is there */
69#undef HAVE_GETADDRINFO
70
Daniel Veillard366a9152002-10-23 20:43:53 +000071/* Define to 1 if you have the `gettimeofday' function. */
72#undef HAVE_GETTIMEOFDAY
73
74/* Define to 1 if you have the <ieeefp.h> header file. */
Daniel Veillardb05deb71999-08-10 19:04:08 +000075#undef HAVE_IEEEFP_H
76
Daniel Veillard366a9152002-10-23 20:43:53 +000077/* Define to 1 if you have the <inttypes.h> header file. */
78#undef HAVE_INTTYPES_H
Daniel Veillard36169f81998-07-24 19:30:47 +000079
Daniel Veillardd8cf9062003-11-11 21:12:36 +000080/* Define if isinf is there */
81#undef HAVE_ISINF
82
83/* Define if isnan is there */
84#undef HAVE_ISNAN
85
Daniel Veillard366a9152002-10-23 20:43:53 +000086/* Define to 1 if you have the `isnand' function. */
87#undef HAVE_ISNAND
Daniel Veillardb05deb71999-08-10 19:04:08 +000088
Daniel Veillardd8cf9062003-11-11 21:12:36 +000089/* Define if history library is there (-lhistory) */
90#undef HAVE_LIBHISTORY
91
Daniel Veillard366a9152002-10-23 20:43:53 +000092/* Define to 1 if you have the `inet' library (-linet). */
Daniel Veillard7f7d1111999-09-22 09:46:25 +000093#undef HAVE_LIBINET
94
Daniel Veillard366a9152002-10-23 20:43:53 +000095/* Define to 1 if you have the `nsl' library (-lnsl). */
Daniel Veillard7f7d1111999-09-22 09:46:25 +000096#undef HAVE_LIBNSL
97
Daniel Veillardd8cf9062003-11-11 21:12:36 +000098/* Define if pthread library is there (-lpthread) */
99#undef HAVE_LIBPTHREAD
100
101/* Define if readline library is there (-lreadline) */
102#undef HAVE_LIBREADLINE
103
Daniel Veillard366a9152002-10-23 20:43:53 +0000104/* Define to 1 if you have the `socket' library (-lsocket). */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000105#undef HAVE_LIBSOCKET
106
Daniel Veillardd8cf9062003-11-11 21:12:36 +0000107/* Have compression library */
108#undef HAVE_LIBZ
109
Daniel Veillard366a9152002-10-23 20:43:53 +0000110/* Define to 1 if you have the `localtime' function. */
111#undef HAVE_LOCALTIME
112
113/* Define to 1 if you have the <malloc.h> header file. */
114#undef HAVE_MALLOC_H
115
116/* Define to 1 if you have the <math.h> header file. */
117#undef HAVE_MATH_H
118
119/* Define to 1 if you have the <memory.h> header file. */
120#undef HAVE_MEMORY_H
121
122/* Define to 1 if you have the <nan.h> header file. */
123#undef HAVE_NAN_H
124
125/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
126#undef HAVE_NDIR_H
127
128/* Define to 1 if you have the <netdb.h> header file. */
129#undef HAVE_NETDB_H
130
131/* Define to 1 if you have the <netinet/in.h> header file. */
132#undef HAVE_NETINET_IN_H
133
134/* Define to 1 if you have the `printf' function. */
135#undef HAVE_PRINTF
136
Daniel Veillardd8cf9062003-11-11 21:12:36 +0000137/* Define if <pthread.h> is there */
138#undef HAVE_PTHREAD_H
139
Daniel Veillard366a9152002-10-23 20:43:53 +0000140/* Define to 1 if you have the <resolv.h> header file. */
141#undef HAVE_RESOLV_H
142
143/* Define to 1 if you have the `signal' function. */
144#undef HAVE_SIGNAL
145
146/* Define to 1 if you have the <signal.h> header file. */
147#undef HAVE_SIGNAL_H
148
149/* Define to 1 if you have the `snprintf' function. */
150#undef HAVE_SNPRINTF
151
152/* Define to 1 if you have the `sprintf' function. */
153#undef HAVE_SPRINTF
154
155/* Define to 1 if you have the `sscanf' function. */
156#undef HAVE_SSCANF
157
158/* Define to 1 if you have the `stat' function. */
159#undef HAVE_STAT
160
161/* Define to 1 if you have the <stdarg.h> header file. */
162#undef HAVE_STDARG_H
163
164/* Define to 1 if you have the <stdint.h> header file. */
165#undef HAVE_STDINT_H
166
167/* Define to 1 if you have the <stdlib.h> header file. */
168#undef HAVE_STDLIB_H
169
170/* Define to 1 if you have the `strdup' function. */
171#undef HAVE_STRDUP
172
173/* Define to 1 if you have the `strerror' function. */
174#undef HAVE_STRERROR
175
176/* Define to 1 if you have the `strftime' function. */
177#undef HAVE_STRFTIME
178
179/* Define to 1 if you have the <strings.h> header file. */
180#undef HAVE_STRINGS_H
181
182/* Define to 1 if you have the <string.h> header file. */
183#undef HAVE_STRING_H
184
185/* Define to 1 if you have the `strndup' function. */
186#undef HAVE_STRNDUP
187
188/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
189 */
190#undef HAVE_SYS_DIR_H
191
192/* Define to 1 if you have the <sys/mman.h> header file. */
193#undef HAVE_SYS_MMAN_H
194
195/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
196 */
197#undef HAVE_SYS_NDIR_H
198
199/* Define to 1 if you have the <sys/select.h> header file. */
200#undef HAVE_SYS_SELECT_H
201
202/* Define to 1 if you have the <sys/socket.h> header file. */
203#undef HAVE_SYS_SOCKET_H
204
205/* Define to 1 if you have the <sys/stat.h> header file. */
206#undef HAVE_SYS_STAT_H
207
208/* Define to 1 if you have the <sys/timeb.h> header file. */
209#undef HAVE_SYS_TIMEB_H
210
211/* Define to 1 if you have the <sys/time.h> header file. */
212#undef HAVE_SYS_TIME_H
213
214/* Define to 1 if you have the <sys/types.h> header file. */
215#undef HAVE_SYS_TYPES_H
216
217/* Define to 1 if you have the <time.h> header file. */
218#undef HAVE_TIME_H
219
220/* Define to 1 if you have the <unistd.h> header file. */
221#undef HAVE_UNISTD_H
222
223/* Define to 1 if you have the `vfprintf' function. */
224#undef HAVE_VFPRINTF
225
226/* Define to 1 if you have the `vsnprintf' function. */
227#undef HAVE_VSNPRINTF
228
229/* Define to 1 if you have the `vsprintf' function. */
230#undef HAVE_VSPRINTF
231
232/* Define to 1 if you have the <zlib.h> header file. */
233#undef HAVE_ZLIB_H
234
235/* Define to 1 if you have the `_stat' function. */
236#undef HAVE__STAT
237
Daniel Veillard1164e751999-02-16 16:29:17 +0000238/* Name of package */
239#undef PACKAGE
240
Daniel Veillard366a9152002-10-23 20:43:53 +0000241/* Define to the address where bug reports for this package should be sent. */
242#undef PACKAGE_BUGREPORT
243
244/* Define to the full name of this package. */
245#undef PACKAGE_NAME
246
247/* Define to the full name and version of this package. */
248#undef PACKAGE_STRING
249
250/* Define to the one symbol short name of this package. */
251#undef PACKAGE_TARNAME
252
253/* Define to the version of this package. */
254#undef PACKAGE_VERSION
Daniel Veillard1164e751999-02-16 16:29:17 +0000255
Daniel Veillard04698d92000-09-17 16:00:22 +0000256/* Define if compiler has function prototypes */
257#undef PROTOTYPES
258
Daniel Veillardd8cf9062003-11-11 21:12:36 +0000259/* Determine what socket length (socklen_t) data type is */
260#undef SOCKLEN_T
261
Daniel Veillard366a9152002-10-23 20:43:53 +0000262/* Define to 1 if you have the ANSI C header files. */
263#undef STDC_HEADERS
264
Daniel Veillardd8cf9062003-11-11 21:12:36 +0000265/* Support for IPv6 */
266#undef SUPPORT_IP6
267
Daniel Veillard366a9152002-10-23 20:43:53 +0000268/* Version number of package */
269#undef VERSION
Daniel Veillardd8cf9062003-11-11 21:12:36 +0000270
271/* Using the Win32 Socket implementation */
272#undef _WINSOCKAPI_
273
274/* Win32 Std C name mangling work-around */
275#undef snprintf
276
277/* Win32 Std C name mangling work-around */
278#undef vsnprintf