Annotation of embedaddon/curl/lib/curl_config.h.cmake, revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>