1 /* lib/curl_config.h.in.  Generated somehow by cmake.  */
2 
3 /* when building libcurl itself */
4 /* #undef BUILDING_LIBCURL */
5 
6 /* Location of default ca bundle */
7 /* #undef CURL_CA_BUNDLE */
8 
9 /* Location of default ca path */
10 /* #undef CURL_CA_PATH */
11 
12 /* to disable cookies support */
13 /* #undef CURL_DISABLE_COOKIES */
14 
15 /* to disable cryptographic authentication */
16 /* #undef CURL_DISABLE_CRYPTO_AUTH */
17 
18 /* to disable DICT */
19 /* #undef CURL_DISABLE_DICT */
20 
21 /* to disable FILE */
22 /* #undef CURL_DISABLE_FILE */
23 
24 /* to disable FTP */
25 /* #undef CURL_DISABLE_FTP */
26 
27 /* to disable HTTP */
28 /* #undef CURL_DISABLE_HTTP */
29 
30 /* to disable LDAP */
31 /* #undef CURL_DISABLE_LDAP */
32 
33 /* to disable LDAPS */
34 /* #undef CURL_DISABLE_LDAPS */
35 
36 /* to disable proxies */
37 /* #undef CURL_DISABLE_PROXY */
38 
39 /* to disable TELNET */
40 /* #undef CURL_DISABLE_TELNET */
41 
42 /* to disable TFTP */
43 /* #undef CURL_DISABLE_TFTP */
44 
45 /* to disable verbose strings */
46 /* #undef CURL_DISABLE_VERBOSE_STRINGS */
47 
48 /* to make a symbol visible */
49 /* #undef CURL_EXTERN_SYMBOL */
50 /* Ensure using CURL_EXTERN_SYMBOL is possible */
51 #ifndef CURL_EXTERN_SYMBOL
52 #define CURL_EXTERN_SYMBOL
53 #endif
54 
55 /* Use Windows LDAP implementation */
56 /* #undef USE_WIN32_LDAP */
57 
58 /* when not building a shared library */
59 /* #undef CURL_STATICLIB */
60 
61 /* Set to explicitly specify we don't want to use thread-safe functions */
62 /* #undef DISABLED_THREADSAFE */
63 
64 /* your Entropy Gathering Daemon socket pathname */
65 /* #undef EGD_SOCKET */
66 
67 /* Define if you want to enable IPv6 support */
68 #define ENABLE_IPV6 1
69 
70 /* Define to the type qualifier of arg 1 for getnameinfo. */
71 /* #undef GETNAMEINFO_QUAL_ARG1 */
72 
73 /* Define to the type of arg 1 for getnameinfo. */
74 /* #undef GETNAMEINFO_TYPE_ARG1 */
75 
76 /* Define to the type of arg 2 for getnameinfo. */
77 /* #undef GETNAMEINFO_TYPE_ARG2 */
78 
79 /* Define to the type of args 4 and 6 for getnameinfo. */
80 /* #undef GETNAMEINFO_TYPE_ARG46 */
81 
82 /* Define to the type of arg 7 for getnameinfo. */
83 /* #undef GETNAMEINFO_TYPE_ARG7 */
84 
85 /* Specifies the number of arguments to getservbyport_r */
86 /* #undef GETSERVBYPORT_R_ARGS */
87 
88 /* Specifies the size of the buffer to pass to getservbyport_r */
89 /* #undef GETSERVBYPORT_R_BUFSIZE */
90 
91 /* Define to 1 if you have the alarm function. */
92 #define HAVE_ALARM 1
93 
94 /* Define to 1 if you have the <alloca.h> header file. */
95 #define HAVE_ALLOCA_H 1
96 
97 /* Define to 1 if you have the <arpa/inet.h> header file. */
98 #define HAVE_ARPA_INET_H 1
99 
100 /* Define to 1 if you have the <arpa/tftp.h> header file. */
101 #define HAVE_ARPA_TFTP_H 1
102 
103 /* Define to 1 if you have the <assert.h> header file. */
104 #define HAVE_ASSERT_H 1
105 
106 /* Define to 1 if you have the `basename' function. */
107 #define HAVE_BASENAME 1
108 
109 /* Define to 1 if bool is an available type. */
110 #define HAVE_BOOL_T 1
111 
112 /* Define to 1 if you have the clock_gettime function and monotonic timer. */
113 /* #undef HAVE_CLOCK_GETTIME_MONOTONIC */
114 
115 /* Define to 1 if you have the `closesocket' function. */
116 /* #undef HAVE_CLOSESOCKET */
117 
118 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
119 /* #undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA */
120 
121 /* Define to 1 if you have the <crypto.h> header file. */
122 /* #undef HAVE_CRYPTO_H */
123 
124 /* Define to 1 if you have the <des.h> header file. */
125 /* #undef HAVE_DES_H */
126 
127 /* Define to 1 if you have the <dlfcn.h> header file. */
128 #define HAVE_DLFCN_H 1
129 
130 /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
131 /* #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES */
132 
133 /* Define to 1 if you have the <errno.h> header file. */
134 #define HAVE_ERRNO_H 1
135 
136 /* Define to 1 if you have the <err.h> header file. */
137 #define HAVE_ERR_H 1
138 
139 /* Define to 1 if you have the fcntl function. */
140 #define HAVE_FCNTL 1
141 
142 /* Define to 1 if you have the <fcntl.h> header file. */
143 #define HAVE_FCNTL_H 1
144 
145 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
146 #define HAVE_FCNTL_O_NONBLOCK 1
147 
148 /* Define to 1 if you have the fdopen function. */
149 /* #undef HAVE_FDOPEN */
150 
151 /* Define to 1 if you have the `fork' function. */
152 #define HAVE_FORK 1
153 
154 /* Define to 1 if you have the freeaddrinfo function. */
155 #define HAVE_FREEADDRINFO 1
156 
157 /* Define to 1 if you have the freeifaddrs function. */
158 #define HAVE_FREEIFADDRS 1
159 
160 /* Define to 1 if you have the ftruncate function. */
161 #define HAVE_FTRUNCATE 1
162 
163 /* Define to 1 if you have a working getaddrinfo function. */
164 #define HAVE_GETADDRINFO 1
165 
166 /* Define to 1 if you have the `geteuid' function. */
167 #define HAVE_GETEUID 1
168 
169 /* Define to 1 if you have the gethostbyaddr function. */
170 #define HAVE_GETHOSTBYADDR 1
171 
172 /* Define to 1 if you have the gethostbyaddr_r function. */
173 /* #undef HAVE_GETHOSTBYADDR_R */
174 
175 /* gethostbyaddr_r() takes 5 args */
176 /* #undef HAVE_GETHOSTBYADDR_R_5 */
177 
178 /* gethostbyaddr_r() takes 7 args */
179 /* #undef HAVE_GETHOSTBYADDR_R_7 */
180 
181 /* gethostbyaddr_r() takes 8 args */
182 /* #undef HAVE_GETHOSTBYADDR_R_8 */
183 
184 /* Define to 1 if you have the gethostbyname function. */
185 #define HAVE_GETHOSTBYNAME 1
186 
187 /* Define to 1 if you have the gethostbyname_r function. */
188 /* #undef HAVE_GETHOSTBYNAME_R */
189 
190 /* gethostbyname_r() takes 3 args */
191 /* #undef HAVE_GETHOSTBYNAME_R_3 */
192 
193 /* gethostbyname_r() takes 5 args */
194 /* #undef HAVE_GETHOSTBYNAME_R_5 */
195 
196 /* gethostbyname_r() takes 6 args */
197 /* #undef HAVE_GETHOSTBYNAME_R_6 */
198 
199 /* Define to 1 if you have the gethostname function. */
200 #define HAVE_GETHOSTNAME 1
201 
202 /* Define to 1 if you have a working getifaddrs function. */
203 /* #undef HAVE_GETIFADDRS */
204 
205 /* Define to 1 if you have the getnameinfo function. */
206 /* #undef HAVE_GETNAMEINFO */
207 
208 /* Define to 1 if you have the `getpass_r' function. */
209 /* #undef HAVE_GETPASS_R */
210 
211 /* Define to 1 if you have the `getppid' function. */
212 /* #undef HAVE_GETPPID */
213 
214 /* Define to 1 if you have the `getprotobyname' function. */
215 #define HAVE_GETPROTOBYNAME 1
216 
217 /* Define to 1 if you have the `getpwuid' function. */
218 #define HAVE_GETPWUID 1
219 
220 /* Define to 1 if you have the `getrlimit' function. */
221 #define HAVE_GETRLIMIT 1
222 
223 /* Define to 1 if you have the getservbyport_r function. */
224 /* #undef HAVE_GETSERVBYPORT_R */
225 
226 /* Define to 1 if you have the `gettimeofday' function. */
227 #define HAVE_GETTIMEOFDAY 1
228 
229 /* Define to 1 if you have a working glibc-style strerror_r function. */
230 /* #undef HAVE_GLIBC_STRERROR_R */
231 
232 /* Define to 1 if you have a working gmtime_r function. */
233 #define HAVE_GMTIME_R 1
234 
235 /* if you have the gssapi libraries */
236 /* #undef HAVE_GSSAPI */
237 
238 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
239 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
240 
241 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
242 /* #undef HAVE_GSSAPI_GSSAPI_H */
243 
244 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
245 /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
246 
247 /* if you have the GNU gssapi libraries */
248 /* #undef HAVE_GSSGNU */
249 
250 /* if you have the Heimdal gssapi libraries */
251 /* #undef HAVE_GSSHEIMDAL */
252 
253 /* if you have the MIT gssapi libraries */
254 /* #undef HAVE_GSSMIT */
255 
256 /* Define to 1 if you have the `idna_strerror' function. */
257 /* #undef HAVE_IDNA_STRERROR */
258 
259 /* Define to 1 if you have the `idn_free' function. */
260 /* #undef HAVE_IDN_FREE */
261 
262 /* Define to 1 if you have the <idn-free.h> header file. */
263 /* #undef HAVE_IDN_FREE_H */
264 
265 /* Define to 1 if you have the <ifaddrs.h> header file. */
266 #define HAVE_IFADDRS_H 1
267 
268 /* Define to 1 if you have the `inet_addr' function. */
269 #define HAVE_INET_ADDR 1
270 
271 /* Define to 1 if you have the inet_ntoa_r function. */
272 /* #undef HAVE_INET_NTOA_R */
273 
274 /* inet_ntoa_r() takes 2 args */
275 /* #undef HAVE_INET_NTOA_R_2 */
276 
277 /* inet_ntoa_r() takes 3 args */
278 /* #undef HAVE_INET_NTOA_R_3 */
279 
280 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
281 /* #undef HAVE_INET_NTOP */
282 
283 /* Define to 1 if you have a IPv6 capable working inet_pton function. */
284 #define HAVE_INET_PTON 1
285 
286 /* Define to 1 if you have the <inttypes.h> header file. */
287 #define HAVE_INTTYPES_H 1
288 
289 /* Define to 1 if you have the ioctl function. */
290 #define HAVE_IOCTL 1
291 
292 /* Define to 1 if you have the ioctlsocket function. */
293 /* #undef HAVE_IOCTLSOCKET */
294 
295 /* Define to 1 if you have the IoctlSocket camel case function. */
296 /* #undef HAVE_IOCTLSOCKET_CAMEL */
297 
298 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
299    */
300 /* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
301 
302 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
303 /* #undef HAVE_IOCTLSOCKET_FIONBIO */
304 
305 /* Define to 1 if you have a working ioctl FIONBIO function. */
306 #define HAVE_IOCTL_FIONBIO 1
307 
308 /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
309 #define HAVE_IOCTL_SIOCGIFADDR 1
310 
311 /* Define to 1 if you have the <io.h> header file. */
312 /* #undef HAVE_IO_H */
313 
314 /* if you have the Kerberos4 libraries (including -ldes) */
315 /* #undef HAVE_KRB4 */
316 
317 /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
318 /* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
319 
320 /* Define to 1 if you have the <krb.h> header file. */
321 /* #undef HAVE_KRB_H */
322 
323 /* Define to 1 if you have the lber.h header file. */
324 #define HAVE_LBER_H 1
325 
326 /* Define to 1 if you have the ldapssl.h header file. */
327 /* #undef HAVE_LDAPSSL_H */
328 
329 /* Define to 1 if you have the ldap.h header file. */
330 #define HAVE_LDAP_H 1
331 
332 /* Use LDAPS implementation */
333 /* #undef HAVE_LDAP_SSL */
334 
335 /* Define to 1 if you have the ldap_ssl.h header file. */
336 /* #undef HAVE_LDAP_SSL_H */
337 
338 /* Define to 1 if you have the `ldap_url_parse' function. */
339 #define HAVE_LDAP_URL_PARSE 1
340 
341 /* Define to 1 if you have the <libgen.h> header file. */
342 #define HAVE_LIBGEN_H 1
343 
344 /* Define to 1 if you have the `idn' library (-lidn). */
345 /* #undef HAVE_LIBIDN */
346 
347 /* Define to 1 if you have the `resolv' library (-lresolv). */
348 /* #undef HAVE_LIBRESOLV */
349 
350 /* Define to 1 if you have the `resolve' library (-lresolve). */
351 /* #undef HAVE_LIBRESOLVE */
352 
353 /* Define to 1 if you have the `socket' library (-lsocket). */
354 /* #undef HAVE_LIBSOCKET */
355 
356 /* Define to 1 if you have the `ssh2' library (-lssh2). */
357 /* #undef HAVE_LIBSSH2 */
358 
359 /* Define to 1 if libssh2 provides `libssh2_version'. */
360 /* #undef HAVE_LIBSSH2_VERSION */
361 
362 /* Define to 1 if libssh2 provides `libssh2_init'. */
363 /* #undef HAVE_LIBSSH2_INIT */
364 
365 /* Define to 1 if libssh2 provides `libssh2_exit'. */
366 /* #undef HAVE_LIBSSH2_EXIT */
367 
368 /* Define to 1 if libssh2 provides `libssh2_scp_send64'. */
369 /* #undef HAVE_LIBSSH2_SCP_SEND64 */
370 
371 /* Define to 1 if libssh2 provides `libssh2_session_handshake'. */
372 /* #undef HAVE_LIBSSH2_SESSION_HANDSHAKE */
373 
374 /* Define to 1 if you have the <libssh2.h> header file. */
375 /* #undef HAVE_LIBSSH2_H */
376 
377 /* Define to 1 if you have the `ssl' library (-lssl). */
378 /* #undef HAVE_LIBSSL */
379 
380 /* if zlib is available */
381 /* #undef HAVE_LIBZ */
382 
383 /* Define to 1 if you have the <limits.h> header file. */
384 #define HAVE_LIMITS_H 1
385 
386 /* if your compiler supports LL */
387 #define HAVE_LL 1
388 
389 /* Define to 1 if you have the <locale.h> header file. */
390 #define HAVE_LOCALE_H 1
391 
392 /* Define to 1 if you have a working localtime_r function. */
393 #define HAVE_LOCALTIME_R 1
394 
395 /* Define to 1 if the compiler supports the 'long long' data type. */
396 #define HAVE_LONGLONG 1
397 
398 /* Define to 1 if you have the malloc.h header file. */
399 /* #undef HAVE_MALLOC_H */
400 
401 /* Define to 1 if you have the <memory.h> header file. */
402 #define HAVE_MEMORY_H 1
403 
404 /* Define to 1 if you have the MSG_NOSIGNAL flag. */
405 /* #undef HAVE_MSG_NOSIGNAL */
406 
407 /* Define to 1 if you have the <netdb.h> header file. */
408 #define HAVE_NETDB_H 1
409 
410 /* Define to 1 if you have the <netinet/in.h> header file. */
411 #define HAVE_NETINET_IN_H 1
412 
413 /* Define to 1 if you have the <netinet/tcp.h> header file. */
414 #define HAVE_NETINET_TCP_H 1
415 
416 /* Define to 1 if you have the <net/if.h> header file. */
417 #define HAVE_NET_IF_H 1
418 
419 /* Define to 1 if NI_WITHSCOPEID exists and works. */
420 /* #undef HAVE_NI_WITHSCOPEID */
421 
422 /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE */
423 /* #undef HAVE_OLD_GSSMIT */
424 
425 /* Define to 1 if you have the <openssl/crypto.h> header file. */
426 /* #undef HAVE_OPENSSL_CRYPTO_H */
427 
428 /* Define to 1 if you have the <openssl/engine.h> header file. */
429 /* #undef HAVE_OPENSSL_ENGINE_H */
430 
431 /* Define to 1 if you have the <openssl/err.h> header file. */
432 /* #undef HAVE_OPENSSL_ERR_H */
433 
434 /* Define to 1 if you have the <openssl/pem.h> header file. */
435 /* #undef HAVE_OPENSSL_PEM_H */
436 
437 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
438 /* #undef HAVE_OPENSSL_PKCS12_H */
439 
440 /* Define to 1 if you have the <openssl/rsa.h> header file. */
441 /* #undef HAVE_OPENSSL_RSA_H */
442 
443 /* Define to 1 if you have the <openssl/ssl.h> header file. */
444 /* #undef HAVE_OPENSSL_SSL_H */
445 
446 /* Define to 1 if you have the <openssl/x509.h> header file. */
447 /* #undef HAVE_OPENSSL_X509_H */
448 
449 /* Define to 1 if you have the <pem.h> header file. */
450 /* #undef HAVE_PEM_H */
451 
452 /* Define to 1 if you have the `perror' function. */
453 #define HAVE_PERROR 1
454 
455 /* Define to 1 if you have the `pipe' function. */
456 #define HAVE_PIPE 1
457 
458 /* Define to 1 if you have a working poll function. */
459 #define HAVE_POLL 1
460 
461 /* If you have a fine poll */
462 #define HAVE_POLL_FINE 1
463 
464 /* Define to 1 if you have the <poll.h> header file. */
465 #define HAVE_POLL_H 1
466 
467 /* Define to 1 if you have a working POSIX-style strerror_r function. */
468 #define HAVE_POSIX_STRERROR_R 1
469 
470 /* Define to 1 if you have the <pthread.h> header file */
471 /* #undef HAVE_PTHREAD_H */
472 
473 /* Define to 1 if you have the <pwd.h> header file. */
474 #define HAVE_PWD_H 1
475 
476 /* Define to 1 if you have the `RAND_egd' function. */
477 /* #undef HAVE_RAND_EGD */
478 
479 /* Define to 1 if you have the `RAND_screen' function. */
480 /* #undef HAVE_RAND_SCREEN */
481 
482 /* Define to 1 if you have the `RAND_status' function. */
483 /* #undef HAVE_RAND_STATUS */
484 
485 /* Define to 1 if you have the recv function. */
486 #define HAVE_RECV 1
487 
488 /* Define to 1 if you have the recvfrom function. */
489 /* #undef HAVE_RECVFROM */
490 
491 /* Define to 1 if you have the <rsa.h> header file. */
492 /* #undef HAVE_RSA_H */
493 
494 /* Define to 1 if you have the select function. */
495 #define HAVE_SELECT 1
496 
497 /* Define to 1 if you have the send function. */
498 #define HAVE_SEND 1
499 
500 /* Define to 1 if you have the <setjmp.h> header file. */
501 #define HAVE_SETJMP_H 1
502 
503 /* Define to 1 if you have the `setlocale' function. */
504 #define HAVE_SETLOCALE 1
505 
506 /* Define to 1 if you have the `setmode' function. */
507 /* #undef HAVE_SETMODE */
508 
509 /* Define to 1 if you have the `setrlimit' function. */
510 #define HAVE_SETRLIMIT 1
511 
512 /* Define to 1 if you have the setsockopt function. */
513 #define HAVE_SETSOCKOPT 1
514 
515 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
516 /* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
517 
518 /* Define to 1 if you have the <sgtty.h> header file. */
519 #define HAVE_SGTTY_H 1
520 
521 /* Define to 1 if you have the sigaction function. */
522 #define HAVE_SIGACTION 1
523 
524 /* Define to 1 if you have the siginterrupt function. */
525 #define HAVE_SIGINTERRUPT 1
526 
527 /* Define to 1 if you have the signal function. */
528 #define HAVE_SIGNAL 1
529 
530 /* Define to 1 if you have the <signal.h> header file. */
531 #define HAVE_SIGNAL_H 1
532 
533 /* Define to 1 if you have the sigsetjmp function or macro. */
534 #define HAVE_SIGSETJMP 1
535 
536 /* Define to 1 if sig_atomic_t is an available typedef. */
537 #define HAVE_SIG_ATOMIC_T 1
538 
539 /* Define to 1 if sig_atomic_t is already defined as volatile. */
540 /* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
541 
542 /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
543 #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
544 
545 /* Define to 1 if you have the `socket' function. */
546 #define HAVE_SOCKET 1
547 
548 /* Define to 1 if you have the `SSL_get_shutdown' function. */
549 /* #undef HAVE_SSL_GET_SHUTDOWN */
550 
551 /* Define to 1 if you have the <ssl.h> header file. */
552 /* #undef HAVE_SSL_H */
553 
554 /* Define to 1 if you have the <stdbool.h> header file. */
555 #define HAVE_STDBOOL_H 1
556 
557 /* Define to 1 if you have the <stdint.h> header file. */
558 #define HAVE_STDINT_H 1
559 
560 /* Define to 1 if you have the <stdio.h> header file. */
561 #define HAVE_STDIO_H 1
562 
563 /* Define to 1 if you have the <stdlib.h> header file. */
564 #define HAVE_STDLIB_H 1
565 
566 /* Define to 1 if you have the strcasecmp function. */
567 #define HAVE_STRCASECMP 1
568 
569 /* Define to 1 if you have the strcasestr function. */
570 /* #undef HAVE_STRCASESTR */
571 
572 /* Define to 1 if you have the strcmpi function. */
573 /* #undef HAVE_STRCMPI */
574 
575 /* Define to 1 if you have the strdup function. */
576 #define HAVE_STRDUP 1
577 
578 /* Define to 1 if you have the strerror_r function. */
579 #define HAVE_STRERROR_R 1
580 
581 /* Define to 1 if you have the stricmp function. */
582 /* #undef HAVE_STRICMP */
583 
584 /* Define to 1 if you have the <strings.h> header file. */
585 #define HAVE_STRINGS_H 1
586 
587 /* Define to 1 if you have the <string.h> header file. */
588 #define HAVE_STRING_H 1
589 
590 /* Define to 1 if you have the strlcat function. */
591 #define HAVE_STRLCAT 1
592 
593 /* Define to 1 if you have the `strlcpy' function. */
594 /* #undef HAVE_STRLCPY */
595 
596 /* Define to 1 if you have the strncasecmp function. */
597 /* #undef HAVE_STRNCASECMP */
598 
599 /* Define to 1 if you have the strncmpi function. */
600 /* #undef HAVE_STRNCMPI */
601 
602 /* Define to 1 if you have the strnicmp function. */
603 /* #undef HAVE_STRNICMP */
604 
605 /* Define to 1 if you have the <stropts.h> header file. */
606 /* #undef HAVE_STROPTS_H */
607 
608 /* Define to 1 if you have the strstr function. */
609 #define HAVE_STRSTR 1
610 
611 /* Define to 1 if you have the strtok_r function. */
612 #define HAVE_STRTOK_R 1
613 
614 /* Define to 1 if you have the strtoll function. */
615 #define HAVE_STRTOLL 1
616 
617 /* if struct sockaddr_storage is defined */
618 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
619 
620 /* Define to 1 if you have the timeval struct. */
621 #define HAVE_STRUCT_TIMEVAL 1
622 
623 /* Define to 1 if you have the <sys/filio.h> header file. */
624 #define HAVE_SYS_FILIO_H 1
625 
626 /* Define to 1 if you have the <sys/ioctl.h> header file. */
627 #define HAVE_SYS_IOCTL_H 1
628 
629 /* Define to 1 if you have the <sys/param.h> header file. */
630 #define HAVE_SYS_PARAM_H 1
631 
632 /* Define to 1 if you have the <sys/poll.h> header file. */
633 #define HAVE_SYS_POLL_H 1
634 
635 /* Define to 1 if you have the <sys/resource.h> header file. */
636 #define HAVE_SYS_RESOURCE_H 1
637 
638 /* Define to 1 if you have the <sys/select.h> header file. */
639 #define HAVE_SYS_SELECT_H 1
640 
641 /* Define to 1 if you have the <sys/socket.h> header file. */
642 #define HAVE_SYS_SOCKET_H 1
643 
644 /* Define to 1 if you have the <sys/sockio.h> header file. */
645 #define HAVE_SYS_SOCKIO_H 1
646 
647 /* Define to 1 if you have the <sys/stat.h> header file. */
648 #define HAVE_SYS_STAT_H 1
649 
650 /* Define to 1 if you have the <sys/time.h> header file. */
651 #define HAVE_SYS_TIME_H 1
652 
653 /* Define to 1 if you have the <sys/types.h> header file. */
654 #define HAVE_SYS_TYPES_H 1
655 
656 /* Define to 1 if you have the <sys/uio.h> header file. */
657 #define HAVE_SYS_UIO_H 1
658 
659 /* Define to 1 if you have the <sys/un.h> header file. */
660 #define HAVE_SYS_UN_H 1
661 
662 /* Define to 1 if you have the <sys/utime.h> header file. */
663 /* #undef HAVE_SYS_UTIME_H */
664 
665 /* Define to 1 if you have the <termios.h> header file. */
666 #define HAVE_TERMIOS_H 1
667 
668 /* Define to 1 if you have the <termio.h> header file. */
669 /* #undef HAVE_TERMIO_H */
670 
671 /* Define to 1 if you have the <time.h> header file. */
672 #define HAVE_TIME_H 1
673 
674 /* Define to 1 if you have the <tld.h> header file. */
675 /* #undef HAVE_TLD_H */
676 
677 /* Define to 1 if you have the `tld_strerror' function. */
678 /* #undef HAVE_TLD_STRERROR */
679 
680 /* Define to 1 if you have the `uname' function. */
681 #define HAVE_UNAME 1
682 
683 /* Define to 1 if you have the <unistd.h> header file. */
684 #define HAVE_UNISTD_H 1
685 
686 /* Define to 1 if you have the `utime' function. */
687 #define HAVE_UTIME 1
688 
689 /* Define to 1 if you have the <utime.h> header file. */
690 #define HAVE_UTIME_H 1
691 
692 /* Define to 1 if compiler supports C99 variadic macro style. */
693 /* #undef HAVE_VARIADIC_MACROS_C99 */
694 
695 /* Define to 1 if compiler supports old gcc variadic macro style. */
696 /* #undef HAVE_VARIADIC_MACROS_GCC */
697 
698 /* Define to 1 if you have the winber.h header file. */
699 /* #undef HAVE_WINBER_H */
700 
701 /* Define to 1 if you have the windows.h header file. */
702 /* #undef HAVE_WINDOWS_H */
703 
704 /* Define to 1 if you have the winldap.h header file. */
705 /* #undef HAVE_WINLDAP_H */
706 
707 /* Define to 1 if you have the winsock2.h header file. */
708 /* #undef HAVE_WINSOCK2_H */
709 
710 /* Define to 1 if you have the winsock.h header file. */
711 /* #undef HAVE_WINSOCK_H */
712 
713 /* Define this symbol if your OS supports changing the contents of argv */
714 /* #undef HAVE_WRITABLE_ARGV */
715 
716 /* Define to 1 if you have the writev function. */
717 /* #undef HAVE_WRITEV */
718 
719 /* Define to 1 if you have the ws2tcpip.h header file. */
720 /* #undef HAVE_WS2TCPIP_H */
721 
722 /* Define to 1 if you have the <x509.h> header file. */
723 /* #undef HAVE_X509_H */
724 
725 /* Define if you have the <process.h> header file. */
726 /* #undef HAVE_PROCESS_H */
727 
728 /* if you have the zlib.h header file */
729 /* #undef HAVE_ZLIB_H */
730 
731 /* Define to the sub-directory in which libtool stores uninstalled libraries.
732    */
733 /* #undef LT_OBJDIR */
734 
735 /* If you lack a fine basename() prototype */
736 /* #undef NEED_BASENAME_PROTO */
737 
738 /* Define to 1 if you need the lber.h header file even with ldap.h */
739 /* #undef NEED_LBER_H */
740 
741 /* Define to 1 if you need the malloc.h header file even with stdlib.h */
742 /* #undef NEED_MALLOC_H */
743 
744 /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
745 /* #undef NEED_REENTRANT */
746 
747 /* cpu-machine-OS */
748 #define OS "Darwin"
749 
750 /* Name of package */
751 /* #undef PACKAGE */
752 
753 /* Define to the address where bug reports for this package should be sent. */
754 /* #undef PACKAGE_BUGREPORT */
755 
756 /* Define to the full name of this package. */
757 /* #undef PACKAGE_NAME */
758 
759 /* Define to the full name and version of this package. */
760 /* #undef PACKAGE_STRING */
761 
762 /* Define to the one symbol short name of this package. */
763 /* #undef PACKAGE_TARNAME */
764 
765 /* Define to the version of this package. */
766 /* #undef PACKAGE_VERSION */
767 
768 /* a suitable file to read random data from */
769 #define RANDOM_FILE "/dev/urandom"
770 
771 /* Define to the type of arg 1 for recvfrom. */
772 /* #undef RECVFROM_TYPE_ARG1 */
773 
774 /* Define to the type pointed by arg 2 for recvfrom. */
775 /* #undef RECVFROM_TYPE_ARG2 */
776 
777 /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
778 /* #undef RECVFROM_TYPE_ARG2_IS_VOID */
779 
780 /* Define to the type of arg 3 for recvfrom. */
781 /* #undef RECVFROM_TYPE_ARG3 */
782 
783 /* Define to the type of arg 4 for recvfrom. */
784 /* #undef RECVFROM_TYPE_ARG4 */
785 
786 /* Define to the type pointed by arg 5 for recvfrom. */
787 /* #undef RECVFROM_TYPE_ARG5 */
788 
789 /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
790 /* #undef RECVFROM_TYPE_ARG5_IS_VOID */
791 
792 /* Define to the type pointed by arg 6 for recvfrom. */
793 /* #undef RECVFROM_TYPE_ARG6 */
794 
795 /* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
796 /* #undef RECVFROM_TYPE_ARG6_IS_VOID */
797 
798 /* Define to the function return type for recvfrom. */
799 /* #undef RECVFROM_TYPE_RETV */
800 
801 /* Define to the type of arg 1 for recv. */
802 #define RECV_TYPE_ARG1 int
803 
804 /* Define to the type of arg 2 for recv. */
805 #define RECV_TYPE_ARG2 void *
806 
807 /* Define to the type of arg 3 for recv. */
808 #define RECV_TYPE_ARG3 size_t
809 
810 /* Define to the type of arg 4 for recv. */
811 #define RECV_TYPE_ARG4 int
812 
813 /* Define to the function return type for recv. */
814 #define RECV_TYPE_RETV ssize_t
815 
816 /* Define as the return type of signal handlers (`int' or `void'). */
817 #define RETSIGTYPE void
818 
819 /* Define to the type qualifier of arg 5 for select. */
820 /* #undef SELECT_QUAL_ARG5 */
821 
822 /* Define to the type of arg 1 for select. */
823 /* #undef SELECT_TYPE_ARG1 */
824 
825 /* Define to the type of args 2, 3 and 4 for select. */
826 /* #undef SELECT_TYPE_ARG234 */
827 
828 /* Define to the type of arg 5 for select. */
829 /* #undef SELECT_TYPE_ARG5 */
830 
831 /* Define to the function return type for select. */
832 /* #undef SELECT_TYPE_RETV */
833 
834 /* Define to the type qualifier of arg 2 for send. */
835 #define SEND_QUAL_ARG2 const
836 
837 /* Define to the type of arg 1 for send. */
838 #define SEND_TYPE_ARG1 int
839 
840 /* Define to the type of arg 2 for send. */
841 #define SEND_TYPE_ARG2 void *
842 
843 /* Define to the type of arg 3 for send. */
844 #define SEND_TYPE_ARG3 size_t
845 
846 /* Define to the type of arg 4 for send. */
847 #define SEND_TYPE_ARG4 int
848 
849 /* Define to the function return type for send. */
850 #define SEND_TYPE_RETV ssize_t
851 
852 /* The size of `int', as computed by sizeof. */
853 #define SIZEOF_INT 4
854 
855 /* The size of `short', as computed by sizeof. */
856 #define SIZEOF_SHORT 2
857 
858 /* The size of `long', as computed by sizeof. */
859 #define SIZEOF_LONG 8
860 
861 /* The size of `off_t', as computed by sizeof. */
862 /* #undef SIZEOF_OFF_T */
863 
864 /* The size of `size_t', as computed by sizeof. */
865 #define SIZEOF_SIZE_T 8
866 
867 /* The size of `time_t', as computed by sizeof. */
868 #define SIZEOF_TIME_T 8
869 
870 /* The size of `void*', as computed by sizeof. */
871 /* #undef SIZEOF_VOIDP */
872 
873 /* Define to 1 if you have the ANSI C header files. */
874 #define STDC_HEADERS 1
875 
876 /* Define to the type of arg 3 for strerror_r. */
877 /* #undef STRERROR_R_TYPE_ARG3 */
878 
879 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
880 #define TIME_WITH_SYS_TIME 1
881 
882 /* Define if you want to enable c-ares support */
883 /* #undef USE_ARES */
884 
885 /* Define if you want to enable POSIX threaded DNS lookup */
886 /* #undef USE_THREADS_POSIX */
887 
888 /* Define to disable non-blocking sockets. */
889 /* #undef USE_BLOCKING_SOCKETS */
890 
891 /* if GnuTLS is enabled */
892 /* #undef USE_GNUTLS */
893 
894 /* if PolarSSL is enabled */
895 /* #undef USE_POLARSSL */
896 
897 /* if libSSH2 is in use */
898 /* #undef USE_LIBSSH2 */
899 
900 /* If you want to build curl with the built-in manual */
901 #define USE_MANUAL 1
902 
903 /* if NSS is enabled */
904 /* #undef USE_NSS */
905 
906 /* if you want to use OpenLDAP code instead of legacy ldap implementation */
907 /* #undef USE_OPENLDAP */
908 
909 /* if OpenSSL is in use */
910 /* #undef USE_OPENSSL */
911 
912 /* if Unix domain sockets are enabled  */
913 #define USE_UNIX_SOCKETS
914 
915 /* Define to 1 if you are building a Windows target without large file
916    support. */
917 /* #undef USE_WIN32_LARGE_FILES */
918 
919 /* to enable SSPI support */
920 /* #undef USE_WINDOWS_SSPI */
921 
922 /* to enable Windows SSL  */
923 /* #undef USE_SCHANNEL */
924 
925 /* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
926 /* #undef USE_YASSLEMUL */
927 
928 /* Version number of package */
929 /* #undef VERSION */
930 
931 /* Define to avoid automatic inclusion of winsock.h */
932 /* #undef WIN32_LEAN_AND_MEAN */
933 
934 /* Define to 1 if OS is AIX. */
935 #ifndef _ALL_SOURCE
936 #  undef _ALL_SOURCE
937 #endif
938 
939 /* Number of bits in a file offset, on hosts where this is settable. */
940 #define _FILE_OFFSET_BITS 64
941 
942 /* Define for large files, on AIX-style hosts. */
943 /* #undef _LARGE_FILES */
944 
945 /* define this if you need it to compile thread-safe code */
946 /* #undef _THREAD_SAFE */
947 
948 /* Define to empty if `const' does not conform to ANSI C. */
949 /* #undef const */
950 
951 /* Type to use in place of in_addr_t when system does not provide it. */
952 /* #undef in_addr_t */
953 
954 /* Define to `__inline__' or `__inline' if that's what the C compiler
955    calls it, or to nothing if 'inline' is not supported under any name.  */
956 #ifndef __cplusplus
957 #undef inline
958 #endif
959 
960 /* Define to `unsigned int' if <sys/types.h> does not define. */
961 /* #undef size_t */
962 
963 /* the signed version of size_t */
964 /* #undef ssize_t */
965