Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / lib / config.h.in
blob7d1d89985886d02f9e4f9f568466c5a11b5aa312
1 /* lib/config.h.in. generated by cmake. */
3 #if defined(_MSC_VER) && (_MSC_VER >= 1500)
4 # ifndef _WIN32_WINNT
5 # define _WIN32_WINNT 0x0501
6 # endif
7 # ifndef WINVER
8 # define WINVER 0x0501
9 # endif
10 # if (_WIN32_WINNT < 0x0501) || (WINVER < 0x0501)
11 # error VS2008 does not support Windows build targets prior to WinXP
12 # endif
13 #endif
14 /* ---------------------------------------------------------------- */
15 /* LARGE FILE SUPPORT */
16 /* ---------------------------------------------------------------- */
18 #if defined(_MSC_VER) && !defined(_WIN32_WCE)
19 # if (_MSC_VER >= 900) && (_INTEGRAL_MAX_BITS >= 64)
20 # define USE_WIN32_LARGE_FILES
21 # else
22 # define USE_WIN32_SMALL_FILES
23 # endif
24 #endif
26 #if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
27 # define USE_WIN32_SMALL_FILES
28 #endif
30 /* Define to 1 if you have the $func function. */
31 #cmakedefine AS_TR_CPP
33 /* when building libcurl itself */
34 #cmakedefine BUILDING_LIBCURL
36 /* Location of default ca bundle */
37 #cmakedefine CURL_CA_BUNDLE
39 /* Location of default ca path */
40 #cmakedefine CURL_CA_PATH
42 /* to disable cookies support */
43 #cmakedefine CURL_DISABLE_COOKIES
45 /* to disable cryptographic authentication */
46 #cmakedefine CURL_DISABLE_CRYPTO_AUTH
48 /* to disable DICT */
49 #cmakedefine CURL_DISABLE_DICT
51 /* to disable FILE */
52 #cmakedefine CURL_DISABLE_FILE
54 /* to disable FTP */
55 #cmakedefine CURL_DISABLE_FTP
57 /* to disable HTTP */
58 #cmakedefine CURL_DISABLE_HTTP
60 /* to disable LDAP */
61 #cmakedefine CURL_DISABLE_LDAP
63 /* to disable LDAPS */
64 #cmakedefine CURL_DISABLE_LDAPS
66 /* to disable TELNET */
67 #cmakedefine CURL_DISABLE_TELNET
69 /* to disable TFTP */
70 #cmakedefine CURL_DISABLE_TFTP
72 /* to disable verbose strings */
73 #cmakedefine CURL_DISABLE_VERBOSE_STRINGS
75 /* to make a symbol visible */
76 #cmakedefine CURL_EXTERN_SYMBOL
78 /* to enable hidden symbols */
79 #cmakedefine CURL_HIDDEN_SYMBOLS
81 /* W$ LDAP with non-W$ compiler */
82 #cmakedefine CURL_LDAP_HYBRID
84 /* Use W$ LDAP implementation */
85 #cmakedefine CURL_LDAP_WIN
87 /* when not building a shared library */
88 #cmakedefine CURL_STATICLIB
90 /* Set to explicitly specify we don't want to use thread-safe functions */
91 #cmakedefine DISABLED_THREADSAFE
93 /* your Entropy Gathering Daemon socket pathname */
94 #cmakedefine EGD_SOCKET
96 /* Define if you want to enable IPv6 support */
97 #cmakedefine ENABLE_IPV6
99 /* Define to the type qualifier of arg 1 for getnameinfo. */
100 #cmakedefine GETNAMEINFO_QUAL_ARG1
102 /* Define to the type of arg 1 for getnameinfo. */
103 #cmakedefine GETNAMEINFO_TYPE_ARG1
105 /* Define to the type of arg 2 for getnameinfo. */
106 #cmakedefine GETNAMEINFO_TYPE_ARG2
108 /* Define to the type of args 4 and 6 for getnameinfo. */
109 #cmakedefine GETNAMEINFO_TYPE_ARG46
111 /* Define to the type of arg 7 for getnameinfo. */
112 #cmakedefine GETNAMEINFO_TYPE_ARG7
114 /* Define to 1 if you have the <alloca.h> header file. */
115 #cmakedefine HAVE_ALLOCA_H
117 /* Define to 1 if you have the <arpa/inet.h> header file. */
118 #cmakedefine HAVE_ARPA_INET_H
120 /* Define to 1 if you have the <arpa/tftp.h> header file. */
121 #cmakedefine HAVE_ARPA_TFTP_H
123 /* Define to 1 if you have the <assert.h> header file. */
124 #cmakedefine HAVE_ASSERT_H
126 /* Define to 1 if you have the `basename' function. */
127 #cmakedefine HAVE_BASENAME
129 /* Define to 1 if bool is an available type. */
130 #cmakedefine HAVE_BOOL_T
132 /* Define to 1 if you have the clock_gettime function and monotonic timer. */
133 #cmakedefine HAVE_CLOCK_GETTIME_MONOTONIC
135 /* Define to 1 if you have the `closesocket' function. */
136 #cmakedefine HAVE_CLOSESOCKET
138 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
139 #cmakedefine HAVE_CRYPTO_CLEANUP_ALL_EX_DATA
141 /* Define to 1 if you have the <crypto.h> header file. */
142 #cmakedefine HAVE_CRYPTO_H
144 /* Define to 1 if you have the <des.h> header file. */
145 #cmakedefine HAVE_DES_H
147 /* disabled non-blocking sockets */
148 #cmakedefine HAVE_DISABLED_NONBLOCKING
150 /* Define to 1 if you have the <dlfcn.h> header file. */
151 #cmakedefine HAVE_DLFCN_H
153 /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
154 #cmakedefine HAVE_ENGINE_LOAD_BUILTIN_ENGINES
156 /* Define to 1 if you have the <errno.h> header file. */
157 #cmakedefine HAVE_ERRNO_H
159 /* Define to 1 if you have the <err.h> header file. */
160 #cmakedefine HAVE_ERR_H
162 /* Define to 1 if you have the <fcntl.h> header file. */
163 #cmakedefine HAVE_FCNTL_H
165 /* use FIONBIO for non-blocking sockets */
166 #cmakedefine HAVE_FIONBIO
168 /* Define to 1 if you have the `fork' function. */
169 #cmakedefine HAVE_FORK
171 /* Define to 1 if you have the `ftruncate' function. */
172 #cmakedefine HAVE_FTRUNCATE
174 /* Define if getaddrinfo exists and works */
175 #cmakedefine HAVE_GETADDRINFO
177 /* Define to 1 if you have the `geteuid' function. */
178 #cmakedefine HAVE_GETEUID
180 /* Define to 1 if you have the `gethostbyaddr' function. */
181 #cmakedefine HAVE_GETHOSTBYADDR
183 /* If you have gethostbyname */
184 #cmakedefine HAVE_GETHOSTBYNAME
186 /* Define to 1 if you have the gethostbyname_r function. */
187 #cmakedefine HAVE_GETHOSTBYNAME_R
189 /* gethostbyname_r() takes 3 args */
190 #cmakedefine HAVE_GETHOSTBYNAME_R_3
192 /* gethostbyname_r() takes 5 args */
193 #cmakedefine HAVE_GETHOSTBYNAME_R_5
195 /* gethostbyname_r() takes 6 args */
196 #cmakedefine HAVE_GETHOSTBYNAME_R_6
198 /* Define to 1 if you have the getnameinfo function. */
199 #cmakedefine HAVE_GETNAMEINFO
201 /* Define to 1 if you have the `getpass_r' function. */
202 #cmakedefine HAVE_GETPASS_R
204 /* Define to 1 if you have the `getppid' function. */
205 #cmakedefine HAVE_GETPPID
207 /* Define to 1 if you have the `getprotobyname' function. */
208 #cmakedefine HAVE_GETPROTOBYNAME
210 /* Define to 1 if you have the `getpwuid' function. */
211 #cmakedefine HAVE_GETPWUID
213 /* Define to 1 if you have the `getrlimit' function. */
214 #cmakedefine HAVE_GETRLIMIT
216 /* Define to 1 if you have the `gettimeofday' function. */
217 #cmakedefine HAVE_GETTIMEOFDAY
219 /* we have a glibc-style strerror_r() */
220 #cmakedefine HAVE_GLIBC_STRERROR_R
222 /* Define to 1 if you have the `gmtime_r' function. */
223 #cmakedefine HAVE_GMTIME_R
225 /* if you have the gssapi libraries */
226 #cmakedefine HAVE_GSSAPI
228 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
229 #cmakedefine HAVE_GSSAPI_GSSAPI_GENERIC_H
231 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
232 #cmakedefine HAVE_GSSAPI_GSSAPI_H
234 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
235 #cmakedefine HAVE_GSSAPI_GSSAPI_KRB5_H
237 /* if you have the GNU gssapi libraries */
238 #cmakedefine HAVE_GSSGNU
240 /* if you have the Heimdal gssapi libraries */
241 #cmakedefine HAVE_GSSHEIMDAL
243 /* if you have the MIT gssapi libraries */
244 #cmakedefine HAVE_GSSMIT
246 /* Define to 1 if you have the `idna_strerror' function. */
247 #cmakedefine HAVE_IDNA_STRERROR
249 /* Define to 1 if you have the `idn_free' function. */
250 #cmakedefine HAVE_IDN_FREE
252 /* Define to 1 if you have the <idn-free.h> header file. */
253 #cmakedefine HAVE_IDN_FREE_H
255 /* Define to 1 if you have the `inet_addr' function. */
256 #cmakedefine HAVE_INET_ADDR
258 /* Define to 1 if you have the `inet_ntoa' function. */
259 #cmakedefine HAVE_INET_NTOA
261 /* Define to 1 if you have the `inet_ntoa_r' function. */
262 #cmakedefine HAVE_INET_NTOA_R
264 /* inet_ntoa_r() is declared */
265 #cmakedefine HAVE_INET_NTOA_R_DECL
267 /* Define to 1 if you have the `inet_pton' function. */
268 #cmakedefine HAVE_INET_PTON
270 /* Define to 1 if you have the <inttypes.h> header file. */
271 #cmakedefine HAVE_INTTYPES_H
273 /* use ioctlsocket() for non-blocking sockets */
274 #cmakedefine HAVE_IOCTLSOCKET
276 /* use Ioctlsocket() for non-blocking sockets */
277 #cmakedefine HAVE_IOCTLSOCKET_CASE
279 /* Define to 1 if you have the <io.h> header file. */
280 #cmakedefine HAVE_IO_H
282 /* if you have the Kerberos4 libraries (including -ldes) */
283 #cmakedefine HAVE_KRB4
285 /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
286 #cmakedefine HAVE_KRB_GET_OUR_IP_FOR_REALM
288 /* Define to 1 if you have the <krb.h> header file. */
289 #cmakedefine HAVE_KRB_H
291 /* Define to 1 if you have the lber.h header file. */
292 #cmakedefine HAVE_LBER_H
294 /* Define to 1 if you have the ldapssl.h header file. */
295 #cmakedefine HAVE_LDAPSSL_H
297 /* Define to 1 if you have the ldap.h header file. */
298 #cmakedefine HAVE_LDAP_H
300 /* Use LDAPS implementation */
301 #cmakedefine HAVE_LDAP_SSL
303 /* Define to 1 if you have the ldap_ssl.h header file. */
304 #cmakedefine HAVE_LDAP_SSL_H
306 /* Define to 1 if you have the `ldap_url_parse' function. */
307 #cmakedefine HAVE_LDAP_URL_PARSE
309 /* Define to 1 if you have the <libgen.h> header file. */
310 #cmakedefine HAVE_LIBGEN_H
312 /* Define to 1 if you have the `idn' library (-lidn). */
313 #cmakedefine HAVE_LIBIDN
315 /* Define to 1 if you have the `resolv' library (-lresolv). */
316 #cmakedefine HAVE_LIBRESOLV
318 /* Define to 1 if you have the `resolve' library (-lresolve). */
319 #cmakedefine HAVE_LIBRESOLVE
321 /* Define to 1 if you have the `socket' library (-lsocket). */
322 #cmakedefine HAVE_LIBSOCKET
324 /* Define to 1 if you have the `ssh2' library (-lssh2). */
325 #cmakedefine HAVE_LIBSSH2
327 /* Define to 1 if you have the <libssh2.h> header file. */
328 #cmakedefine HAVE_LIBSSH2_H
330 /* Define to 1 if you have the `ssl' library (-lssl). */
331 #cmakedefine HAVE_LIBSSL
333 /* if zlib is available */
334 #cmakedefine HAVE_LIBZ
336 /* Define to 1 if you have the <limits.h> header file. */
337 #cmakedefine HAVE_LIMITS_H
339 /* if your compiler supports LL */
340 #cmakedefine HAVE_LL
342 /* Define to 1 if you have the <locale.h> header file. */
343 #cmakedefine HAVE_LOCALE_H
345 /* Define to 1 if you have the `localtime_r' function. */
346 #cmakedefine HAVE_LOCALTIME_R
348 /* Define to 1 if the compiler supports the 'long long' data type. */
349 #cmakedefine HAVE_LONGLONG
351 /* Define to 1 if you have the malloc.h header file. */
352 #cmakedefine HAVE_MALLOC_H
354 /* Define to 1 if you have the <memory.h> header file. */
355 #cmakedefine HAVE_MEMORY_H
357 /* Define to 1 if you have the MSG_NOSIGNAL flag. */
358 #cmakedefine HAVE_MSG_NOSIGNAL
360 /* Define to 1 if you have the <netdb.h> header file. */
361 #cmakedefine HAVE_NETDB_H
363 /* Define to 1 if you have the <netinet/in.h> header file. */
364 #cmakedefine HAVE_NETINET_IN_H
366 /* Define to 1 if you have the <netinet/tcp.h> header file. */
367 #cmakedefine HAVE_NETINET_TCP_H
369 /* Define to 1 if you have the <net/if.h> header file. */
370 #cmakedefine HAVE_NET_IF_H
372 /* Define to 1 if NI_WITHSCOPEID exists and works. */
373 #cmakedefine HAVE_NI_WITHSCOPEID
375 /* Defined if no inet_pton() prototype available */
376 #cmakedefine HAVE_NO_INET_PTON_PROTO
378 /* we have no strerror_r() proto */
379 #cmakedefine HAVE_NO_STRERROR_R_DECL
381 /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE
383 #cmakedefine HAVE_OLD_GSSMIT
385 /* Define to 1 if you have the <openssl/crypto.h> header file. */
386 #cmakedefine HAVE_OPENSSL_CRYPTO_H
388 /* Define to 1 if you have the <openssl/engine.h> header file. */
389 #cmakedefine HAVE_OPENSSL_ENGINE_H
391 /* Define to 1 if you have the <openssl/err.h> header file. */
392 #cmakedefine HAVE_OPENSSL_ERR_H
394 /* Define to 1 if you have the <openssl/pem.h> header file. */
395 #cmakedefine HAVE_OPENSSL_PEM_H
397 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
398 #cmakedefine HAVE_OPENSSL_PKCS12_H
400 /* Define to 1 if you have the <openssl/rsa.h> header file. */
401 #cmakedefine HAVE_OPENSSL_RSA_H
403 /* Define to 1 if you have the <openssl/ssl.h> header file. */
404 #cmakedefine HAVE_OPENSSL_SSL_H
406 /* Define to 1 if you have the <openssl/x509.h> header file. */
407 #cmakedefine HAVE_OPENSSL_X509_H
409 /* use O_NONBLOCK for non-blocking sockets */
410 #cmakedefine HAVE_O_NONBLOCK
412 /* Define to 1 if you have the <pem.h> header file. */
413 #cmakedefine HAVE_PEM_H @HAVE_PEM_H@
415 /* Define to 1 if you have the `perror' function. */
416 #cmakedefine HAVE_PERROR @HAVE_PERROR@
418 /* Define to 1 if you have the `pipe' function. */
419 #cmakedefine HAVE_PIPE @HAVE_PIPE@
421 /* define if you have process.h */
422 #cmakedefine HAVE_PROCESS_H
424 /* if you have the function PK11_CreateGenericObject */
425 #cmakedefine HAVE_PK11_CREATEGENERICOBJECT
427 /* Define to 1 if you have the `poll' function. */
428 #cmakedefine HAVE_POLL
430 /* If you have a fine poll */
431 #cmakedefine HAVE_POLL_FINE
433 /* Define to 1 if you have the <poll.h> header file. */
434 #cmakedefine HAVE_POLL_H
436 /* we have a POSIX-style strerror_r() */
437 #cmakedefine HAVE_POSIX_STRERROR_R
439 /* Define to 1 if you have the <pwd.h> header file. */
440 #cmakedefine HAVE_PWD_H
442 /* Define to 1 if you have the `RAND_egd' function. */
443 #cmakedefine HAVE_RAND_EGD
445 /* Define to 1 if you have the `RAND_screen' function. */
446 #cmakedefine HAVE_RAND_SCREEN
448 /* Define to 1 if you have the `RAND_status' function. */
449 #cmakedefine HAVE_RAND_STATUS
451 /* Define to 1 if you have the recv function. */
452 #cmakedefine HAVE_RECV
454 /* Define to 1 if you have the recvfrom function. */
455 #cmakedefine HAVE_RECVFROM
457 /* Define to 1 if you have the <rsa.h> header file. */
458 #cmakedefine HAVE_RSA_H
460 /* Define to 1 if you have the select function. */
461 #cmakedefine HAVE_SELECT
463 /* Define to 1 if you have the send function. */
464 #cmakedefine HAVE_SEND
466 /* Define to 1 if you have the <setjmp.h> header file. */
467 #cmakedefine HAVE_SETJMP_H
469 /* Define to 1 if you have the `setlocale' function. */
470 #cmakedefine HAVE_SETLOCALE
472 /* Define to 1 if you have the `setmode' function. */
473 #cmakedefine HAVE_SETMODE
475 /* Define to 1 if you have the `setrlimit' function. */
476 #cmakedefine HAVE_SETRLIMIT
478 /* Define to 1 if you have the <sgtty.h> header file. */
479 #cmakedefine HAVE_SGTTY_H
481 /* Define to 1 if you have the `sigaction' function. */
482 #cmakedefine HAVE_SIGACTION
484 /* Define to 1 if you have the `siginterrupt' function. */
485 #cmakedefine HAVE_SIGINTERRUPT
487 /* Define to 1 if you have the `signal' function. */
488 #cmakedefine HAVE_SIGNAL
490 /* Define to 1 if you have the <signal.h> header file. */
491 #cmakedefine HAVE_SIGNAL_H
493 /* If you have sigsetjmp */
494 #cmakedefine HAVE_SIGSETJMP
496 /* Define to 1 if sig_atomic_t is an available typedef. */
497 #cmakedefine HAVE_SIG_ATOMIC_T
499 /* Define to 1 if sig_atomic_t is already defined as volatile. */
500 #cmakedefine HAVE_SIG_ATOMIC_T_VOLATILE
502 /* Define to 1 if you have the `socket' function. */
503 #cmakedefine HAVE_SOCKET
505 /* use SO_NONBLOCK for non-blocking sockets */
506 #cmakedefine HAVE_SO_NONBLOCK
508 /* Define this if you have the SPNEGO library fbopenssl */
509 #cmakedefine HAVE_SPNEGO
511 /* Define to 1 if you have the `SSL_get_shutdown' function. */
512 #cmakedefine HAVE_SSL_GET_SHUTDOWN
514 /* Define to 1 if you have the <ssl.h> header file. */
515 #cmakedefine HAVE_SSL_H
517 /* Define to 1 if you have the <stdbool.h> header file. */
518 #cmakedefine HAVE_STDBOOL_H
520 /* Define to 1 if you have the <stdint.h> header file. */
521 #cmakedefine HAVE_STDINT_H
523 /* Define to 1 if you have the <stdio.h> header file. */
524 #cmakedefine HAVE_STDIO_H
526 /* Define to 1 if you have the <stdlib.h> header file. */
527 #cmakedefine HAVE_STDLIB_H
529 /* Define to 1 if you have the `strcasecmp' function. */
530 #cmakedefine HAVE_STRCASECMP
532 /* Define to 1 if you have the `strcasestr' function. */
533 #cmakedefine HAVE_STRCASESTR
535 /* Define to 1 if you have the `strcmpi' function. */
536 #cmakedefine HAVE_STRCMPI
538 /* Define to 1 if you have the `strdup' function. */
539 #cmakedefine HAVE_STRDUP
541 /* Define to 1 if you have the `strerror_r' function. */
542 #cmakedefine HAVE_STRERROR_R
544 /* Define to 1 if you have the `stricmp' function. */
545 #cmakedefine HAVE_STRICMP
547 /* Define to 1 if you have the <strings.h> header file. */
548 #cmakedefine HAVE_STRINGS_H
550 /* Define to 1 if you have the <string.h> header file. */
551 #cmakedefine HAVE_STRING_H
553 /* Define to 1 if you have the `strlcat' function. */
554 #cmakedefine HAVE_STRLCAT
556 /* Define to 1 if you have the `strlcpy' function. */
557 #cmakedefine HAVE_STRLCPY
559 /* Define to 1 if you have the `strstr' function. */
560 #cmakedefine HAVE_STRSTR
562 /* Define to 1 if you have the `strtok_r' function. */
563 #cmakedefine HAVE_STRTOK_R
565 /* Define to 1 if you have the `strtoll' function. */
566 #cmakedefine HAVE_STRTOLL
568 /* if struct sockaddr_storage is defined */
569 #cmakedefine HAVE_STRUCT_SOCKADDR_STORAGE
571 /* Define to 1 if you have the timeval struct. */
572 #cmakedefine HAVE_STRUCT_TIMEVAL
574 /* Define to 1 if you have the <sys/filio.h> header file. */
575 #cmakedefine HAVE_SYS_FILIO_H
577 /* Define to 1 if you have the <sys/ioctl.h> header file. */
578 #cmakedefine HAVE_SYS_IOCTL_H
580 /* Define to 1 if you have the <sys/param.h> header file. */
581 #cmakedefine HAVE_SYS_PARAM_H
583 /* Define to 1 if you have the <sys/poll.h> header file. */
584 #cmakedefine HAVE_SYS_POLL_H
586 /* Define to 1 if you have the <sys/resource.h> header file. */
587 #cmakedefine HAVE_SYS_RESOURCE_H
589 /* Define to 1 if you have the <sys/select.h> header file. */
590 #cmakedefine HAVE_SYS_SELECT_H
592 /* Define to 1 if you have the <sys/socket.h> header file. */
593 #cmakedefine HAVE_SYS_SOCKET_H
595 /* Define to 1 if you have the <sys/sockio.h> header file. */
596 #cmakedefine HAVE_SYS_SOCKIO_H
598 /* Define to 1 if you have the <sys/stat.h> header file. */
599 #cmakedefine HAVE_SYS_STAT_H
601 /* Define to 1 if you have the <sys/time.h> header file. */
602 #cmakedefine HAVE_SYS_TIME_H
604 /* Define to 1 if you have the <sys/types.h> header file. */
605 #cmakedefine HAVE_SYS_TYPES_H
607 /* Define to 1 if you have the <sys/un.h> header file. */
608 #cmakedefine HAVE_SYS_UN_H
610 /* Define to 1 if you have the <sys/utime.h> header file. */
611 #cmakedefine HAVE_SYS_UTIME_H
613 /* Define to 1 if you have the <termios.h> header file. */
614 #cmakedefine HAVE_TERMIOS_H
616 /* Define to 1 if you have the <termio.h> header file. */
617 #cmakedefine HAVE_TERMIO_H
619 /* Define to 1 if you have the <time.h> header file. */
620 #cmakedefine HAVE_TIME_H
622 /* Define to 1 if you have the <tld.h> header file. */
623 #cmakedefine HAVE_TLD_H
625 /* Define to 1 if you have the `tld_strerror' function. */
626 #cmakedefine HAVE_TLD_STRERROR
628 /* Define to 1 if you have the `uname' function. */
629 #cmakedefine HAVE_UNAME
631 /* Define to 1 if you have the <unistd.h> header file. */
632 #cmakedefine HAVE_UNISTD_H
634 /* Define to 1 if you have the `utime' function. */
635 #cmakedefine HAVE_UTIME
637 /* Define to 1 if you have the <utime.h> header file. */
638 #cmakedefine HAVE_UTIME_H
640 /* Define to 1 if compiler supports C99 variadic macro style. */
641 #cmakedefine HAVE_VARIADIC_MACROS_C99
643 /* Define to 1 if compiler supports old gcc variadic macro style. */
644 #cmakedefine HAVE_VARIADIC_MACROS_GCC
646 /* Define to 1 if you have the winber.h header file. */
647 #cmakedefine HAVE_WINBER_H
649 /* Define to 1 if you have the windows.h header file. */
650 #cmakedefine HAVE_WINDOWS_H
652 /* Define to 1 if you have the winldap.h header file. */
653 #cmakedefine HAVE_WINLDAP_H
655 /* Define to 1 if you have the winsock2.h header file. */
656 #cmakedefine HAVE_WINSOCK2_H
658 /* Define to 1 if you have the winsock.h header file. */
659 #cmakedefine HAVE_WINSOCK_H
661 /* Define this symbol if your OS supports changing the contents of argv */
662 #cmakedefine HAVE_WRITABLE_ARGV
664 /* Define to 1 if you have the ws2tcpip.h header file. */
665 #cmakedefine HAVE_WS2TCPIP_H
667 /* Define to 1 if you have the <x509.h> header file. */
668 #cmakedefine HAVE_X509_H
670 /* if you have the zlib.h header file */
671 #cmakedefine HAVE_ZLIB_H
673 /* Define to 1 if you are building a native Windows target. */
674 #cmakedefine NATIVE_WINDOWS @NATIVE_WINDOWS@
676 /* If you lack a fine basename() prototype */
677 #cmakedefine NEED_BASENAME_PROTO
679 /* Define to 1 if you need the lber.h header file even with ldap.h */
680 #cmakedefine NEED_LBER_H
682 /* Define to 1 if you need the malloc.h header file even with stdlib.h */
683 #cmakedefine NEED_MALLOC_H
685 /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
686 #cmakedefine NEED_REENTRANT
688 /* cpu-machine-OS */
689 #cmakedefine OS "@OS@"
691 /* Name of package */
692 #cmakedefine PACKAGE @PACKAGE@
694 /* Define to the address where bug reports for this package should be sent. */
695 #cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
697 /* Define to the full name of this package. */
698 #cmakedefine PACKAGE_NAME @PACKAGE_NAME@
700 /* Define to the full name and version of this package. */
701 #cmakedefine PACKAGE_STRING @PACKAGE_STRING@
703 /* Define to the one symbol short name of this package. */
704 #cmakedefine PACKAGE_TARNAME @PACKAGE_TARNAME@
706 /* Define to the version of this package. */
707 #cmakedefine PACKAGE_VERSION @PACKAGE_VERSION@
709 /* a suitable file to read random data from */
710 #cmakedefine RANDOM_FILE "@RANDOM_FILE@"
712 /* Define to the type of arg 1 for recvfrom. */
713 #cmakedefine RECVFROM_TYPE_ARG1 @RECVFROM_TYPE_ARG1@
715 /* Define to the type pointed by arg 2 for recvfrom. */
716 #cmakedefine RECVFROM_TYPE_ARG2 @RECVFROM_TYPE_ARG2@
718 /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
719 #cmakedefine RECVFROM_TYPE_ARG2_IS_VOID @RECVFROM_TYPE_ARG2_IS_VOID@
721 /* Define to the type of arg 3 for recvfrom. */
722 #cmakedefine RECVFROM_TYPE_ARG3 @RECVFROM_TYPE_ARG3@
724 /* Define to the type of arg 4 for recvfrom. */
725 #cmakedefine RECVFROM_TYPE_ARG4 @RECVFROM_TYPE_ARG4@
727 /* Define to the type pointed by arg 5 for recvfrom. */
728 #cmakedefine RECVFROM_TYPE_ARG5 @RECVFROM_TYPE_ARG5@
730 /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
731 #cmakedefine RECVFROM_TYPE_ARG5_IS_VOID @RECVFROM_TYPE_ARG5_IS_VOID@
733 /* Define to the type pointed by arg 6 for recvfrom. */
734 #cmakedefine RECVFROM_TYPE_ARG6 @RECVFROM_TYPE_ARG6@
736 /* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
737 #cmakedefine RECVFROM_TYPE_ARG6_IS_VOID
739 /* Define to the function return type for recvfrom. */
740 #cmakedefine RECVFROM_TYPE_RETV @RECVFROM_TYPE_RETV@
742 /* Define to the type of arg 1 for recv. */
743 #cmakedefine RECV_TYPE_ARG1 @RECV_TYPE_ARG1@
745 /* Define to the type of arg 2 for recv. */
746 #cmakedefine RECV_TYPE_ARG2 @RECV_TYPE_ARG2@
748 /* Define to the type of arg 3 for recv. */
749 #cmakedefine RECV_TYPE_ARG3 @RECV_TYPE_ARG3@
751 /* Define to the type of arg 4 for recv. */
752 #cmakedefine RECV_TYPE_ARG4 @RECV_TYPE_ARG4@
754 /* Define to the function return type for recv. */
755 #cmakedefine RECV_TYPE_RETV @RECV_TYPE_RETV@
757 /* Define as the return type of signal handlers (`int' or `void'). */
758 #cmakedefine RETSIGTYPE @RETSIGTYPE@
760 /* Define to the type qualifier of arg 5 for select. */
761 #cmakedefine SELECT_QUAL_ARG5 @SELECT_QUAL_ARG5@
763 /* Define to the type of arg 1 for select. */
764 #cmakedefine SELECT_TYPE_ARG1 @SELECT_TYPE_ARG1@
766 /* Define to the type of args 2, 3 and 4 for select. */
767 #cmakedefine SELECT_TYPE_ARG234 @SELECT_TYPE_ARG234@
769 /* Define to the type of arg 5 for select. */
770 #cmakedefine SELECT_TYPE_ARG5 @SELECT_TYPE_ARG5@
772 /* Define to the function return type for select. */
773 #cmakedefine SELECT_TYPE_RETV @SELECT_TYPE_RETV@
775 /* Define to the type qualifier of arg 2 for send. */
776 #cmakedefine SEND_QUAL_ARG2 @SEND_QUAL_ARG2@
778 /* Define to the type of arg 1 for send. */
779 #cmakedefine SEND_TYPE_ARG1 @SEND_TYPE_ARG1@
781 /* Define to the type of arg 2 for send. */
782 #cmakedefine SEND_TYPE_ARG2 @SEND_TYPE_ARG2@
784 /* Define to the type of arg 3 for send. */
785 #cmakedefine SEND_TYPE_ARG3 @SEND_TYPE_ARG3@
787 /* Define to the type of arg 4 for send. */
788 #cmakedefine SEND_TYPE_ARG4 @SEND_TYPE_ARG4@
790 /* Define to the function return type for send. */
791 #cmakedefine SEND_TYPE_RETV @SEND_TYPE_RETV@
793 /* The size of `int', as computed by sizeof. */
794 #cmakedefine SIZEOF_INT
796 /* The size of `long', as computed by sizeof. */
797 #cmakedefine SIZEOF_LONG @SIZEOF_LONG@
799 /* The size of `off_t', as computed by sizeof. */
800 #cmakedefine SIZEOF_OFF_T @SIZEOF_OFF_T@
802 /* The size of `size_t', as computed by sizeof. */
803 #cmakedefine SIZEOF_SIZE_T @SIZEOF_SIZE_T@
805 /* The size of `time_t', as computed by sizeof. */
806 #cmakedefine SIZEOF_TIME_T @SIZEOF_TIME_T@
808 /* The size of `void*', as computed by sizeof. */
809 #cmakedefine SIZEOF_VOIDP @SIZEOF_VOIDP@
811 /* Define to 1 if you have the ANSI C header files. */
812 #cmakedefine STDC_HEADERS
814 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
815 #cmakedefine TIME_WITH_SYS_TIME
817 /* Define if you want to enable c-ares support */
818 #cmakedefine USE_ARES
820 /* if GnuTLS is enabled */
821 #cmakedefine USE_GNUTLS
823 /* if libSSH2 is in use */
824 #cmakedefine USE_LIBSSH2
826 /* If you want to build curl with the built-in manual */
827 #cmakedefine USE_MANUAL
829 /* if NSS is enabled */
830 #cmakedefine USE_NSS
832 /* if OpenSSL is in use */
833 #cmakedefine USE_OPENSSL
835 /* if SSL is enabled */
836 #cmakedefine USE_SSLEAY
838 /* Define to 1 if you are building a Windows target without large file
839 support. */
840 #cmakedefine USE_WIN32_LARGE_FILES
842 /* to enable SSPI support */
843 #cmakedefine USE_WINDOWS_SSPI
845 /* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
846 #cmakedefine USE_YASSLEMUL
848 /* Version number of package */
849 #cmakedefine VERSION
851 /* Define to avoid automatic inclusion of winsock.h */
852 #cmakedefine WIN32_LEAN_AND_MEAN
854 /* Define to 1 if OS is AIX. */
855 #ifndef _ALL_SOURCE
856 #cmakedefine _ALL_SOURCE
857 #endif
859 /* Number of bits in a file offset, on hosts where this is settable. */
860 #cmakedefine _FILE_OFFSET_BITS
862 /* Define for large files, on AIX-style hosts. */
863 #cmakedefine _LARGE_FILES
865 /* define this if you need it to compile thread-safe code */
866 #cmakedefine _THREAD_SAFE
868 /* Define to empty if `const' does not conform to ANSI C. */
869 #cmakedefine const @const@
871 /* Type to use in place of in_addr_t when system does not provide it. */
872 #cmakedefine in_addr_t @in_addr_t@
874 /* Define to `__inline__' or `__inline' if that's what the C compiler
875 calls it, or to nothing if 'inline' is not supported under any name. */
876 #ifndef __cplusplus
877 #cmakedefine inline @inline@
878 #endif
880 /* Define to `unsigned int' if <sys/types.h> does not define. */
881 #cmakedefine size_t @size_t@
883 /* Type to use in place of socklen_t when system does not provide it. */
884 #cmakedefine socklen_t @socklen_t@
886 /* the signed version of size_t */
887 #cmakedefine ssize_t @ssize_t@