File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / lib / curl_config.h.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (5 years, 6 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: /* lib/curl_config.h.in.  Generated from configure.ac by autoheader.  */
    2: 
    3: /* to enable curl debug memory tracking */
    4: #undef CURLDEBUG
    5: 
    6: /* Location of default ca bundle */
    7: #undef CURL_CA_BUNDLE
    8: 
    9: /* define "1" to use built in CA store of SSL library */
   10: #undef CURL_CA_FALLBACK
   11: 
   12: /* Location of default ca path */
   13: #undef CURL_CA_PATH
   14: 
   15: /* Default SSL backend */
   16: #undef CURL_DEFAULT_SSL_BACKEND
   17: 
   18: /* to disable cookies support */
   19: #undef CURL_DISABLE_COOKIES
   20: 
   21: /* to disable cryptographic authentication */
   22: #undef CURL_DISABLE_CRYPTO_AUTH
   23: 
   24: /* to disable DICT */
   25: #undef CURL_DISABLE_DICT
   26: 
   27: /* disable DoH */
   28: #undef CURL_DISABLE_DOH
   29: 
   30: /* to disable FILE */
   31: #undef CURL_DISABLE_FILE
   32: 
   33: /* to disable FTP */
   34: #undef CURL_DISABLE_FTP
   35: 
   36: /* to disable Gopher */
   37: #undef CURL_DISABLE_GOPHER
   38: 
   39: /* to disable HTTP */
   40: #undef CURL_DISABLE_HTTP
   41: 
   42: /* disable HTTP authentication */
   43: #undef CURL_DISABLE_HTTP_AUTH
   44: 
   45: /* to disable IMAP */
   46: #undef CURL_DISABLE_IMAP
   47: 
   48: /* to disable LDAP */
   49: #undef CURL_DISABLE_LDAP
   50: 
   51: /* to disable LDAPS */
   52: #undef CURL_DISABLE_LDAPS
   53: 
   54: /* to disable --libcurl C code generation option */
   55: #undef CURL_DISABLE_LIBCURL_OPTION
   56: 
   57: /* disable mime API */
   58: #undef CURL_DISABLE_MIME
   59: 
   60: /* disable netrc parsing */
   61: #undef CURL_DISABLE_NETRC
   62: 
   63: /* if the OpenSSL configuration won't be loaded automatically */
   64: #undef CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG
   65: 
   66: /* disable date parsing */
   67: #undef CURL_DISABLE_PARSEDATE
   68: 
   69: /* to disable POP3 */
   70: #undef CURL_DISABLE_POP3
   71: 
   72: /* disable progress-meter */
   73: #undef CURL_DISABLE_PROGRESS_METER
   74: 
   75: /* to disable proxies */
   76: #undef CURL_DISABLE_PROXY
   77: 
   78: /* to disable RTSP */
   79: #undef CURL_DISABLE_RTSP
   80: 
   81: /* disable DNS shuffling */
   82: #undef CURL_DISABLE_SHUFFLE_DNS
   83: 
   84: /* to disable SMB/CIFS */
   85: #undef CURL_DISABLE_SMB
   86: 
   87: /* to disable SMTP */
   88: #undef CURL_DISABLE_SMTP
   89: 
   90: /* to disable TELNET */
   91: #undef CURL_DISABLE_TELNET
   92: 
   93: /* to disable TFTP */
   94: #undef CURL_DISABLE_TFTP
   95: 
   96: /* to disable verbose strings */
   97: #undef CURL_DISABLE_VERBOSE_STRINGS
   98: 
   99: /* to enable MQTT */
  100: #undef CURL_ENABLE_MQTT
  101: 
  102: /* Definition to make a library symbol externally visible. */
  103: #undef CURL_EXTERN_SYMBOL
  104: 
  105: /* IP address type in sockaddr */
  106: #undef CURL_SA_FAMILY_T
  107: 
  108: /* built with multiple SSL backends */
  109: #undef CURL_WITH_MULTI_SSL
  110: 
  111: /* enable debug build options */
  112: #undef DEBUGBUILD
  113: 
  114: /* your Entropy Gathering Daemon socket pathname */
  115: #undef EGD_SOCKET
  116: 
  117: /* Define if you want to enable IPv6 support */
  118: #undef ENABLE_IPV6
  119: 
  120: /* Define to the type of arg 2 for gethostname. */
  121: #undef GETHOSTNAME_TYPE_ARG2
  122: 
  123: /* Specifies the number of arguments to getservbyport_r */
  124: #undef GETSERVBYPORT_R_ARGS
  125: 
  126: /* Specifies the size of the buffer to pass to getservbyport_r */
  127: #undef GETSERVBYPORT_R_BUFSIZE
  128: 
  129: /* Define to 1 if you have the alarm function. */
  130: #undef HAVE_ALARM
  131: 
  132: /* Define to 1 if you have the <alloca.h> header file. */
  133: #undef HAVE_ALLOCA_H
  134: 
  135: /* Define to 1 if you have the <arpa/inet.h> header file. */
  136: #undef HAVE_ARPA_INET_H
  137: 
  138: /* Define to 1 if you have the <arpa/tftp.h> header file. */
  139: #undef HAVE_ARPA_TFTP_H
  140: 
  141: /* Define to 1 if you have the <assert.h> header file. */
  142: #undef HAVE_ASSERT_H
  143: 
  144: /* Define to 1 if you have the basename function. */
  145: #undef HAVE_BASENAME
  146: 
  147: /* Define to 1 if bool is an available type. */
  148: #undef HAVE_BOOL_T
  149: 
  150: /* Define to 1 if using BoringSSL. */
  151: #undef HAVE_BORINGSSL
  152: 
  153: /* if BROTLI is in use */
  154: #undef HAVE_BROTLI
  155: 
  156: /* Define to 1 if you have the <brotli/decode.h> header file. */
  157: #undef HAVE_BROTLI_DECODE_H
  158: 
  159: /* Define to 1 if you have the __builtin_available function. */
  160: #undef HAVE_BUILTIN_AVAILABLE
  161: 
  162: /* Define to 1 if you have the clock_gettime function and monotonic timer. */
  163: #undef HAVE_CLOCK_GETTIME_MONOTONIC
  164: 
  165: /* Define to 1 if you have the closesocket function. */
  166: #undef HAVE_CLOSESOCKET
  167: 
  168: /* Define to 1 if you have the CloseSocket camel case function. */
  169: #undef HAVE_CLOSESOCKET_CAMEL
  170: 
  171: /* Define to 1 if you have the connect function. */
  172: #undef HAVE_CONNECT
  173: 
  174: /* Define to 1 if you have the <crypto.h> header file. */
  175: #undef HAVE_CRYPTO_H
  176: 
  177: /* Define to 1 if you have the declaration of `getpwuid_r', and to 0 if you
  178:    don't. */
  179: #undef HAVE_DECL_GETPWUID_R
  180: 
  181: /* "Set if getpwuid_r() declaration is missing" */
  182: #undef HAVE_DECL_GETPWUID_R_MISSING
  183: 
  184: /* Define to 1 if you have the <dlfcn.h> header file. */
  185: #undef HAVE_DLFCN_H
  186: 
  187: /* Define to 1 if you have the <errno.h> header file. */
  188: #undef HAVE_ERRNO_H
  189: 
  190: /* Define to 1 if you have the <err.h> header file. */
  191: #undef HAVE_ERR_H
  192: 
  193: /* Define to 1 if you have the fcntl function. */
  194: #undef HAVE_FCNTL
  195: 
  196: /* Define to 1 if you have the <fcntl.h> header file. */
  197: #undef HAVE_FCNTL_H
  198: 
  199: /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
  200: #undef HAVE_FCNTL_O_NONBLOCK
  201: 
  202: /* Define to 1 if you have the `fnmatch' function. */
  203: #undef HAVE_FNMATCH
  204: 
  205: /* Define to 1 if you have the freeaddrinfo function. */
  206: #undef HAVE_FREEADDRINFO
  207: 
  208: /* Define to 1 if you have the freeifaddrs function. */
  209: #undef HAVE_FREEIFADDRS
  210: 
  211: /* Define to 1 if you have the fsetxattr function. */
  212: #undef HAVE_FSETXATTR
  213: 
  214: /* fsetxattr() takes 5 args */
  215: #undef HAVE_FSETXATTR_5
  216: 
  217: /* fsetxattr() takes 6 args */
  218: #undef HAVE_FSETXATTR_6
  219: 
  220: /* Define to 1 if you have the ftruncate function. */
  221: #undef HAVE_FTRUNCATE
  222: 
  223: /* Define to 1 if you have the gai_strerror function. */
  224: #undef HAVE_GAI_STRERROR
  225: 
  226: /* Define to 1 if you have a working getaddrinfo function. */
  227: #undef HAVE_GETADDRINFO
  228: 
  229: /* Define to 1 if the getaddrinfo function is threadsafe. */
  230: #undef HAVE_GETADDRINFO_THREADSAFE
  231: 
  232: /* Define to 1 if you have the `geteuid' function. */
  233: #undef HAVE_GETEUID
  234: 
  235: /* Define to 1 if you have the gethostbyaddr function. */
  236: #undef HAVE_GETHOSTBYADDR
  237: 
  238: /* Define to 1 if you have the gethostbyaddr_r function. */
  239: #undef HAVE_GETHOSTBYADDR_R
  240: 
  241: /* gethostbyaddr_r() takes 5 args */
  242: #undef HAVE_GETHOSTBYADDR_R_5
  243: 
  244: /* gethostbyaddr_r() takes 7 args */
  245: #undef HAVE_GETHOSTBYADDR_R_7
  246: 
  247: /* gethostbyaddr_r() takes 8 args */
  248: #undef HAVE_GETHOSTBYADDR_R_8
  249: 
  250: /* Define to 1 if you have the gethostbyname function. */
  251: #undef HAVE_GETHOSTBYNAME
  252: 
  253: /* Define to 1 if you have the gethostbyname_r function. */
  254: #undef HAVE_GETHOSTBYNAME_R
  255: 
  256: /* gethostbyname_r() takes 3 args */
  257: #undef HAVE_GETHOSTBYNAME_R_3
  258: 
  259: /* gethostbyname_r() takes 5 args */
  260: #undef HAVE_GETHOSTBYNAME_R_5
  261: 
  262: /* gethostbyname_r() takes 6 args */
  263: #undef HAVE_GETHOSTBYNAME_R_6
  264: 
  265: /* Define to 1 if you have the gethostname function. */
  266: #undef HAVE_GETHOSTNAME
  267: 
  268: /* Define to 1 if you have a working getifaddrs function. */
  269: #undef HAVE_GETIFADDRS
  270: 
  271: /* Define to 1 if you have the `getpass_r' function. */
  272: #undef HAVE_GETPASS_R
  273: 
  274: /* Define to 1 if you have the getpeername function. */
  275: #undef HAVE_GETPEERNAME
  276: 
  277: /* Define to 1 if you have the `getppid' function. */
  278: #undef HAVE_GETPPID
  279: 
  280: /* Define to 1 if you have the `getpwuid' function. */
  281: #undef HAVE_GETPWUID
  282: 
  283: /* Define to 1 if you have the `getpwuid_r' function. */
  284: #undef HAVE_GETPWUID_R
  285: 
  286: /* Define to 1 if you have the `getrlimit' function. */
  287: #undef HAVE_GETRLIMIT
  288: 
  289: /* Define to 1 if you have the getservbyport_r function. */
  290: #undef HAVE_GETSERVBYPORT_R
  291: 
  292: /* Define to 1 if you have the getsockname function. */
  293: #undef HAVE_GETSOCKNAME
  294: 
  295: /* Define to 1 if you have the `gettimeofday' function. */
  296: #undef HAVE_GETTIMEOFDAY
  297: 
  298: /* Define to 1 if you have a working glibc-style strerror_r function. */
  299: #undef HAVE_GLIBC_STRERROR_R
  300: 
  301: /* Define to 1 if you have a working gmtime_r function. */
  302: #undef HAVE_GMTIME_R
  303: 
  304: /* if you have the function gnutls_srp_verifier */
  305: #undef HAVE_GNUTLS_SRP
  306: 
  307: /* if you have GSS-API libraries */
  308: #undef HAVE_GSSAPI
  309: 
  310: /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
  311: #undef HAVE_GSSAPI_GSSAPI_GENERIC_H
  312: 
  313: /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
  314: #undef HAVE_GSSAPI_GSSAPI_H
  315: 
  316: /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
  317: #undef HAVE_GSSAPI_GSSAPI_KRB5_H
  318: 
  319: /* if you have GNU GSS */
  320: #undef HAVE_GSSGNU
  321: 
  322: /* if you have Heimdal */
  323: #undef HAVE_GSSHEIMDAL
  324: 
  325: /* if you have MIT Kerberos */
  326: #undef HAVE_GSSMIT
  327: 
  328: /* Define to 1 if you have the <idn2.h> header file. */
  329: #undef HAVE_IDN2_H
  330: 
  331: /* Define to 1 if you have the <ifaddrs.h> header file. */
  332: #undef HAVE_IFADDRS_H
  333: 
  334: /* Define to 1 if you have the `if_nametoindex' function. */
  335: #undef HAVE_IF_NAMETOINDEX
  336: 
  337: /* Define to 1 if you have the inet_ntoa_r function. */
  338: #undef HAVE_INET_NTOA_R
  339: 
  340: /* inet_ntoa_r() takes 2 args */
  341: #undef HAVE_INET_NTOA_R_2
  342: 
  343: /* inet_ntoa_r() takes 3 args */
  344: #undef HAVE_INET_NTOA_R_3
  345: 
  346: /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
  347: #undef HAVE_INET_NTOP
  348: 
  349: /* Define to 1 if you have a IPv6 capable working inet_pton function. */
  350: #undef HAVE_INET_PTON
  351: 
  352: /* Define to 1 if you have the <inttypes.h> header file. */
  353: #undef HAVE_INTTYPES_H
  354: 
  355: /* Define to 1 if you have the ioctl function. */
  356: #undef HAVE_IOCTL
  357: 
  358: /* Define to 1 if you have the ioctlsocket function. */
  359: #undef HAVE_IOCTLSOCKET
  360: 
  361: /* Define to 1 if you have the IoctlSocket camel case function. */
  362: #undef HAVE_IOCTLSOCKET_CAMEL
  363: 
  364: /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
  365:    */
  366: #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO
  367: 
  368: /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
  369: #undef HAVE_IOCTLSOCKET_FIONBIO
  370: 
  371: /* Define to 1 if you have a working ioctl FIONBIO function. */
  372: #undef HAVE_IOCTL_FIONBIO
  373: 
  374: /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
  375: #undef HAVE_IOCTL_SIOCGIFADDR
  376: 
  377: /* Define to 1 if you have the <io.h> header file. */
  378: #undef HAVE_IO_H
  379: 
  380: /* Define to 1 if you have the lber.h header file. */
  381: #undef HAVE_LBER_H
  382: 
  383: /* Define to 1 if you have the ldapssl.h header file. */
  384: #undef HAVE_LDAPSSL_H
  385: 
  386: /* Define to 1 if you have the ldap.h header file. */
  387: #undef HAVE_LDAP_H
  388: 
  389: /* Define to 1 if you have the `ldap_init_fd' function. */
  390: #undef HAVE_LDAP_INIT_FD
  391: 
  392: /* Use LDAPS implementation */
  393: #undef HAVE_LDAP_SSL
  394: 
  395: /* Define to 1 if you have the ldap_ssl.h header file. */
  396: #undef HAVE_LDAP_SSL_H
  397: 
  398: /* Define to 1 if you have the `ldap_url_parse' function. */
  399: #undef HAVE_LDAP_URL_PARSE
  400: 
  401: /* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */
  402: #undef HAVE_LIBBROTLIDEC
  403: 
  404: /* Define to 1 if you have the <libgen.h> header file. */
  405: #undef HAVE_LIBGEN_H
  406: 
  407: /* Define to 1 if you have the `idn2' library (-lidn2). */
  408: #undef HAVE_LIBIDN2
  409: 
  410: /* Define to 1 if using libressl. */
  411: #undef HAVE_LIBRESSL
  412: 
  413: /* Define to 1 if you have the <librtmp/rtmp.h> header file. */
  414: #undef HAVE_LIBRTMP_RTMP_H
  415: 
  416: /* Define to 1 if you have the `ssh' library (-lssh). */
  417: #undef HAVE_LIBSSH
  418: 
  419: /* Define to 1 if you have the `ssh2' library (-lssh2). */
  420: #undef HAVE_LIBSSH2
  421: 
  422: /* Define to 1 if you have the <libssh2.h> header file. */
  423: #undef HAVE_LIBSSH2_H
  424: 
  425: /* Define to 1 if you have the <libssh/libssh.h> header file. */
  426: #undef HAVE_LIBSSH_LIBSSH_H
  427: 
  428: /* Define to 1 if you have the `ssl' library (-lssl). */
  429: #undef HAVE_LIBSSL
  430: 
  431: /* Define to 1 if you have the `wolfssh' library (-lwolfssh). */
  432: #undef HAVE_LIBWOLFSSH
  433: 
  434: /* if zlib is available */
  435: #undef HAVE_LIBZ
  436: 
  437: /* Define to 1 if you have the <linux/tcp.h> header file. */
  438: #undef HAVE_LINUX_TCP_H
  439: 
  440: /* if your compiler supports LL */
  441: #undef HAVE_LL
  442: 
  443: /* Define to 1 if you have the <locale.h> header file. */
  444: #undef HAVE_LOCALE_H
  445: 
  446: /* Define to 1 if you have a working localtime_r function. */
  447: #undef HAVE_LOCALTIME_R
  448: 
  449: /* Define to 1 if the compiler supports the 'long long' data type. */
  450: #undef HAVE_LONGLONG
  451: 
  452: /* Define to 1 if you have the `mach_absolute_time' function. */
  453: #undef HAVE_MACH_ABSOLUTE_TIME
  454: 
  455: /* Define to 1 if you have the malloc.h header file. */
  456: #undef HAVE_MALLOC_H
  457: 
  458: /* Define to 1 if you have the memory.h header file. */
  459: #undef HAVE_MEMORY_H
  460: 
  461: /* Define to 1 if you have the memrchr function or macro. */
  462: #undef HAVE_MEMRCHR
  463: 
  464: /* Define to 1 if you have the MSG_NOSIGNAL flag. */
  465: #undef HAVE_MSG_NOSIGNAL
  466: 
  467: /* Define to 1 if you have the <netdb.h> header file. */
  468: #undef HAVE_NETDB_H
  469: 
  470: /* Define to 1 if you have the <netinet/in6.h> header file. */
  471: #undef HAVE_NETINET_IN6_H
  472: 
  473: /* Define to 1 if you have the <netinet/in.h> header file. */
  474: #undef HAVE_NETINET_IN_H
  475: 
  476: /* Define to 1 if you have the <netinet/tcp.h> header file. */
  477: #undef HAVE_NETINET_TCP_H
  478: 
  479: /* Define to 1 if you have the <net/if.h> header file. */
  480: #undef HAVE_NET_IF_H
  481: 
  482: /* Define to 1 if you have the <nghttp2/nghttp2.h> header file. */
  483: #undef HAVE_NGHTTP2_NGHTTP2_H
  484: 
  485: /* Define to 1 if you have the <nghttp3/nghttp3.h> header file. */
  486: #undef HAVE_NGHTTP3_NGHTTP3_H
  487: 
  488: /* Define to 1 if you have the <ngtcp2/ngtcp2_crypto.h> header file. */
  489: #undef HAVE_NGTCP2_NGTCP2_CRYPTO_H
  490: 
  491: /* Define to 1 if you have the <ngtcp2/ngtcp2.h> header file. */
  492: #undef HAVE_NGTCP2_NGTCP2_H
  493: 
  494: /* if you have an old MIT Kerberos version, lacking GSS_C_NT_HOSTBASED_SERVICE
  495:    */
  496: #undef HAVE_OLD_GSSMIT
  497: 
  498: /* Define to 1 if using OpenSSL 3 or later. */
  499: #undef HAVE_OPENSSL3
  500: 
  501: /* Define to 1 if you have the <openssl/crypto.h> header file. */
  502: #undef HAVE_OPENSSL_CRYPTO_H
  503: 
  504: /* Define to 1 if you have the <openssl/err.h> header file. */
  505: #undef HAVE_OPENSSL_ERR_H
  506: 
  507: /* Define to 1 if you have the <openssl/pem.h> header file. */
  508: #undef HAVE_OPENSSL_PEM_H
  509: 
  510: /* Define to 1 if you have the <openssl/rsa.h> header file. */
  511: #undef HAVE_OPENSSL_RSA_H
  512: 
  513: /* if you have the function SRP_Calc_client_key */
  514: #undef HAVE_OPENSSL_SRP
  515: 
  516: /* Define to 1 if you have the <openssl/ssl.h> header file. */
  517: #undef HAVE_OPENSSL_SSL_H
  518: 
  519: /* Define to 1 if you have the `OpenSSL_version' function. */
  520: #undef HAVE_OPENSSL_VERSION
  521: 
  522: /* Define to 1 if you have the <openssl/x509.h> header file. */
  523: #undef HAVE_OPENSSL_X509_H
  524: 
  525: /* Define to 1 if you have the <pem.h> header file. */
  526: #undef HAVE_PEM_H
  527: 
  528: /* Define to 1 if you have the `pipe' function. */
  529: #undef HAVE_PIPE
  530: 
  531: /* if you have the PK11_CreateManagedGenericObject function */
  532: #undef HAVE_PK11_CREATEMANAGEDGENERICOBJECT
  533: 
  534: /* Define to 1 if you have a working poll function. */
  535: #undef HAVE_POLL
  536: 
  537: /* If you have a fine poll */
  538: #undef HAVE_POLL_FINE
  539: 
  540: /* Define to 1 if you have the <poll.h> header file. */
  541: #undef HAVE_POLL_H
  542: 
  543: /* Define to 1 if you have a working POSIX-style strerror_r function. */
  544: #undef HAVE_POSIX_STRERROR_R
  545: 
  546: /* Define to 1 if you have the <proto/bsdsocket.h> header file. */
  547: #undef HAVE_PROTO_BSDSOCKET_H
  548: 
  549: /* if you have <pthread.h> */
  550: #undef HAVE_PTHREAD_H
  551: 
  552: /* Define to 1 if you have the <pwd.h> header file. */
  553: #undef HAVE_PWD_H
  554: 
  555: /* Define to 1 if you have the <quiche.h> header file. */
  556: #undef HAVE_QUICHE_H
  557: 
  558: /* Define to 1 if you have the `RAND_egd' function. */
  559: #undef HAVE_RAND_EGD
  560: 
  561: /* Define to 1 if you have the recv function. */
  562: #undef HAVE_RECV
  563: 
  564: /* Define to 1 if you have the <rsa.h> header file. */
  565: #undef HAVE_RSA_H
  566: 
  567: /* Define to 1 if you have the select function. */
  568: #undef HAVE_SELECT
  569: 
  570: /* Define to 1 if you have the send function. */
  571: #undef HAVE_SEND
  572: 
  573: /* Define to 1 if you have the <setjmp.h> header file. */
  574: #undef HAVE_SETJMP_H
  575: 
  576: /* Define to 1 if you have the `setlocale' function. */
  577: #undef HAVE_SETLOCALE
  578: 
  579: /* Define to 1 if you have the `setmode' function. */
  580: #undef HAVE_SETMODE
  581: 
  582: /* Define to 1 if you have the `setrlimit' function. */
  583: #undef HAVE_SETRLIMIT
  584: 
  585: /* Define to 1 if you have the setsockopt function. */
  586: #undef HAVE_SETSOCKOPT
  587: 
  588: /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
  589: #undef HAVE_SETSOCKOPT_SO_NONBLOCK
  590: 
  591: /* Define to 1 if you have the <sgtty.h> header file. */
  592: #undef HAVE_SGTTY_H
  593: 
  594: /* Define to 1 if you have the sigaction function. */
  595: #undef HAVE_SIGACTION
  596: 
  597: /* Define to 1 if you have the siginterrupt function. */
  598: #undef HAVE_SIGINTERRUPT
  599: 
  600: /* Define to 1 if you have the signal function. */
  601: #undef HAVE_SIGNAL
  602: 
  603: /* Define to 1 if you have the <signal.h> header file. */
  604: #undef HAVE_SIGNAL_H
  605: 
  606: /* Define to 1 if you have the sigsetjmp function or macro. */
  607: #undef HAVE_SIGSETJMP
  608: 
  609: /* Define to 1 if sig_atomic_t is an available typedef. */
  610: #undef HAVE_SIG_ATOMIC_T
  611: 
  612: /* Define to 1 if sig_atomic_t is already defined as volatile. */
  613: #undef HAVE_SIG_ATOMIC_T_VOLATILE
  614: 
  615: /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
  616: #undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
  617: 
  618: /* Define to 1 if you have the socket function. */
  619: #undef HAVE_SOCKET
  620: 
  621: /* Define to 1 if you have the socketpair function. */
  622: #undef HAVE_SOCKETPAIR
  623: 
  624: /* Define to 1 if you have the <socket.h> header file. */
  625: #undef HAVE_SOCKET_H
  626: 
  627: /* Define to 1 if you have the `SSLv2_client_method' function. */
  628: #undef HAVE_SSLV2_CLIENT_METHOD
  629: 
  630: /* Define to 1 if you have the `SSL_get_esni_status' function. */
  631: #undef HAVE_SSL_GET_ESNI_STATUS
  632: 
  633: /* Define to 1 if you have the <ssl.h> header file. */
  634: #undef HAVE_SSL_H
  635: 
  636: /* Define to 1 if you have the <stdbool.h> header file. */
  637: #undef HAVE_STDBOOL_H
  638: 
  639: /* Define to 1 if you have the <stdint.h> header file. */
  640: #undef HAVE_STDINT_H
  641: 
  642: /* Define to 1 if you have the <stdlib.h> header file. */
  643: #undef HAVE_STDLIB_H
  644: 
  645: /* Define to 1 if you have the strcasecmp function. */
  646: #undef HAVE_STRCASECMP
  647: 
  648: /* Define to 1 if you have the strcmpi function. */
  649: #undef HAVE_STRCMPI
  650: 
  651: /* Define to 1 if you have the strdup function. */
  652: #undef HAVE_STRDUP
  653: 
  654: /* Define to 1 if you have the strerror_r function. */
  655: #undef HAVE_STRERROR_R
  656: 
  657: /* Define to 1 if you have the stricmp function. */
  658: #undef HAVE_STRICMP
  659: 
  660: /* Define to 1 if you have the <strings.h> header file. */
  661: #undef HAVE_STRINGS_H
  662: 
  663: /* Define to 1 if you have the <string.h> header file. */
  664: #undef HAVE_STRING_H
  665: 
  666: /* Define to 1 if you have the strncasecmp function. */
  667: #undef HAVE_STRNCASECMP
  668: 
  669: /* Define to 1 if you have the strncmpi function. */
  670: #undef HAVE_STRNCMPI
  671: 
  672: /* Define to 1 if you have the strnicmp function. */
  673: #undef HAVE_STRNICMP
  674: 
  675: /* Define to 1 if you have the <stropts.h> header file. */
  676: #undef HAVE_STROPTS_H
  677: 
  678: /* Define to 1 if you have the strstr function. */
  679: #undef HAVE_STRSTR
  680: 
  681: /* Define to 1 if you have the strtok_r function. */
  682: #undef HAVE_STRTOK_R
  683: 
  684: /* Define to 1 if you have the strtoll function. */
  685: #undef HAVE_STRTOLL
  686: 
  687: /* if struct sockaddr_storage is defined */
  688: #undef HAVE_STRUCT_SOCKADDR_STORAGE
  689: 
  690: /* Define to 1 if you have the timeval struct. */
  691: #undef HAVE_STRUCT_TIMEVAL
  692: 
  693: /* Define to 1 if you have the <sys/filio.h> header file. */
  694: #undef HAVE_SYS_FILIO_H
  695: 
  696: /* Define to 1 if you have the <sys/ioctl.h> header file. */
  697: #undef HAVE_SYS_IOCTL_H
  698: 
  699: /* Define to 1 if you have the <sys/param.h> header file. */
  700: #undef HAVE_SYS_PARAM_H
  701: 
  702: /* Define to 1 if you have the <sys/poll.h> header file. */
  703: #undef HAVE_SYS_POLL_H
  704: 
  705: /* Define to 1 if you have the <sys/resource.h> header file. */
  706: #undef HAVE_SYS_RESOURCE_H
  707: 
  708: /* Define to 1 if you have the <sys/select.h> header file. */
  709: #undef HAVE_SYS_SELECT_H
  710: 
  711: /* Define to 1 if you have the <sys/socket.h> header file. */
  712: #undef HAVE_SYS_SOCKET_H
  713: 
  714: /* Define to 1 if you have the <sys/sockio.h> header file. */
  715: #undef HAVE_SYS_SOCKIO_H
  716: 
  717: /* Define to 1 if you have the <sys/stat.h> header file. */
  718: #undef HAVE_SYS_STAT_H
  719: 
  720: /* Define to 1 if you have the <sys/time.h> header file. */
  721: #undef HAVE_SYS_TIME_H
  722: 
  723: /* Define to 1 if you have the <sys/types.h> header file. */
  724: #undef HAVE_SYS_TYPES_H
  725: 
  726: /* Define to 1 if you have the <sys/uio.h> header file. */
  727: #undef HAVE_SYS_UIO_H
  728: 
  729: /* Define to 1 if you have the <sys/un.h> header file. */
  730: #undef HAVE_SYS_UN_H
  731: 
  732: /* Define to 1 if you have the <sys/utime.h> header file. */
  733: #undef HAVE_SYS_UTIME_H
  734: 
  735: /* Define to 1 if you have the <sys/wait.h> header file. */
  736: #undef HAVE_SYS_WAIT_H
  737: 
  738: /* Define to 1 if you have the <sys/xattr.h> header file. */
  739: #undef HAVE_SYS_XATTR_H
  740: 
  741: /* Define to 1 if you have the <termios.h> header file. */
  742: #undef HAVE_TERMIOS_H
  743: 
  744: /* Define to 1 if you have the <termio.h> header file. */
  745: #undef HAVE_TERMIO_H
  746: 
  747: /* Define to 1 if you have the <time.h> header file. */
  748: #undef HAVE_TIME_H
  749: 
  750: /* Define this if time_t is unsigned */
  751: #undef HAVE_TIME_T_UNSIGNED
  752: 
  753: /* Define to 1 if you have the <unistd.h> header file. */
  754: #undef HAVE_UNISTD_H
  755: 
  756: /* Define to 1 if you have the `usleep' function. */
  757: #undef HAVE_USLEEP
  758: 
  759: /* Define to 1 if you have the `utime' function. */
  760: #undef HAVE_UTIME
  761: 
  762: /* Define to 1 if you have the `utimes' function. */
  763: #undef HAVE_UTIMES
  764: 
  765: /* Define to 1 if you have the <utime.h> header file. */
  766: #undef HAVE_UTIME_H
  767: 
  768: /* Define to 1 if compiler supports C99 variadic macro style. */
  769: #undef HAVE_VARIADIC_MACROS_C99
  770: 
  771: /* Define to 1 if compiler supports old gcc variadic macro style. */
  772: #undef HAVE_VARIADIC_MACROS_GCC
  773: 
  774: /* Define to 1 if you have the winber.h header file. */
  775: #undef HAVE_WINBER_H
  776: 
  777: /* Define to 1 if you have the windows.h header file. */
  778: #undef HAVE_WINDOWS_H
  779: 
  780: /* Define to 1 if you have the winldap.h header file. */
  781: #undef HAVE_WINLDAP_H
  782: 
  783: /* Define to 1 if you have the winsock2.h header file. */
  784: #undef HAVE_WINSOCK2_H
  785: 
  786: /* Define to 1 if you have the winsock.h header file. */
  787: #undef HAVE_WINSOCK_H
  788: 
  789: /* Define to 1 if you have the <wolfssh/ssh.h> header file. */
  790: #undef HAVE_WOLFSSH_SSH_H
  791: 
  792: /* Define to 1 if you have the `wolfSSLv3_client_method' function. */
  793: #undef HAVE_WOLFSSLV3_CLIENT_METHOD
  794: 
  795: /* Define to 1 if you have the `wolfSSL_get_peer_certificate' function. */
  796: #undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE
  797: 
  798: /* Define to 1 if you have the `wolfSSL_UseALPN' function. */
  799: #undef HAVE_WOLFSSL_USEALPN
  800: 
  801: /* Define this symbol if your OS supports changing the contents of argv */
  802: #undef HAVE_WRITABLE_ARGV
  803: 
  804: /* Define to 1 if you have the writev function. */
  805: #undef HAVE_WRITEV
  806: 
  807: /* Define to 1 if you have the ws2tcpip.h header file. */
  808: #undef HAVE_WS2TCPIP_H
  809: 
  810: /* Define to 1 if you have the <x509.h> header file. */
  811: #undef HAVE_X509_H
  812: 
  813: /* if you have the zlib.h header file */
  814: #undef HAVE_ZLIB_H
  815: 
  816: /* Define to the sub-directory where libtool stores uninstalled libraries. */
  817: #undef LT_OBJDIR
  818: 
  819: /* Define to 1 if you need the lber.h header file even with ldap.h */
  820: #undef NEED_LBER_H
  821: 
  822: /* Define to 1 if you need the malloc.h header file even with stdlib.h */
  823: #undef NEED_MALLOC_H
  824: 
  825: /* Define to 1 if you need the memory.h header file even with stdlib.h */
  826: #undef NEED_MEMORY_H
  827: 
  828: /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
  829: #undef NEED_REENTRANT
  830: 
  831: /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
  832: #undef NEED_THREAD_SAFE
  833: 
  834: /* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
  835: #undef NTLM_WB_ENABLED
  836: 
  837: /* Define absolute filename for winbind's ntlm_auth helper. */
  838: #undef NTLM_WB_FILE
  839: 
  840: /* cpu-machine-OS */
  841: #undef OS
  842: 
  843: /* Name of package */
  844: #undef PACKAGE
  845: 
  846: /* Define to the address where bug reports for this package should be sent. */
  847: #undef PACKAGE_BUGREPORT
  848: 
  849: /* Define to the full name of this package. */
  850: #undef PACKAGE_NAME
  851: 
  852: /* Define to the full name and version of this package. */
  853: #undef PACKAGE_STRING
  854: 
  855: /* Define to the one symbol short name of this package. */
  856: #undef PACKAGE_TARNAME
  857: 
  858: /* Define to the home page for this package. */
  859: #undef PACKAGE_URL
  860: 
  861: /* Define to the version of this package. */
  862: #undef PACKAGE_VERSION
  863: 
  864: /* a suitable file to read random data from */
  865: #undef RANDOM_FILE
  866: 
  867: /* Define to the type of arg 1 for recv. */
  868: #undef RECV_TYPE_ARG1
  869: 
  870: /* Define to the type of arg 2 for recv. */
  871: #undef RECV_TYPE_ARG2
  872: 
  873: /* Define to the type of arg 3 for recv. */
  874: #undef RECV_TYPE_ARG3
  875: 
  876: /* Define to the type of arg 4 for recv. */
  877: #undef RECV_TYPE_ARG4
  878: 
  879: /* Define to the function return type for recv. */
  880: #undef RECV_TYPE_RETV
  881: 
  882: /* Define as the return type of signal handlers (`int' or `void'). */
  883: #undef RETSIGTYPE
  884: 
  885: /* Define to the type qualifier of arg 5 for select. */
  886: #undef SELECT_QUAL_ARG5
  887: 
  888: /* Define to the type of arg 1 for select. */
  889: #undef SELECT_TYPE_ARG1
  890: 
  891: /* Define to the type of args 2, 3 and 4 for select. */
  892: #undef SELECT_TYPE_ARG234
  893: 
  894: /* Define to the type of arg 5 for select. */
  895: #undef SELECT_TYPE_ARG5
  896: 
  897: /* Define to the function return type for select. */
  898: #undef SELECT_TYPE_RETV
  899: 
  900: /* Define to the type qualifier of arg 2 for send. */
  901: #undef SEND_QUAL_ARG2
  902: 
  903: /* Define to the type of arg 1 for send. */
  904: #undef SEND_TYPE_ARG1
  905: 
  906: /* Define to the type of arg 2 for send. */
  907: #undef SEND_TYPE_ARG2
  908: 
  909: /* Define to the type of arg 3 for send. */
  910: #undef SEND_TYPE_ARG3
  911: 
  912: /* Define to the type of arg 4 for send. */
  913: #undef SEND_TYPE_ARG4
  914: 
  915: /* Define to the function return type for send. */
  916: #undef SEND_TYPE_RETV
  917: 
  918: /* The number of bytes in type curl_off_t */
  919: #undef SIZEOF_CURL_OFF_T
  920: 
  921: /* The number of bytes in type int */
  922: #undef SIZEOF_INT
  923: 
  924: /* The number of bytes in type long */
  925: #undef SIZEOF_LONG
  926: 
  927: /* The number of bytes in type long long */
  928: #undef SIZEOF_LONG_LONG
  929: 
  930: /* The number of bytes in type off_t */
  931: #undef SIZEOF_OFF_T
  932: 
  933: /* The number of bytes in type short */
  934: #undef SIZEOF_SHORT
  935: 
  936: /* The number of bytes in type size_t */
  937: #undef SIZEOF_SIZE_T
  938: 
  939: /* The number of bytes in type time_t */
  940: #undef SIZEOF_TIME_T
  941: 
  942: /* Define to 1 if you have the ANSI C header files. */
  943: #undef STDC_HEADERS
  944: 
  945: /* Define to the type of arg 3 for strerror_r. */
  946: #undef STRERROR_R_TYPE_ARG3
  947: 
  948: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  949: #undef TIME_WITH_SYS_TIME
  950: 
  951: /* to enable alt-svc */
  952: #undef USE_ALTSVC
  953: 
  954: /* if AmiSSL is in use */
  955: #undef USE_AMISSL
  956: 
  957: /* Define to enable c-ares support */
  958: #undef USE_ARES
  959: 
  960: /* if BearSSL is enabled */
  961: #undef USE_BEARSSL
  962: 
  963: /* if ESNI support is available */
  964: #undef USE_ESNI
  965: 
  966: /* if GnuTLS is enabled */
  967: #undef USE_GNUTLS
  968: 
  969: /* if GnuTLS uses nettle as crypto backend */
  970: #undef USE_GNUTLS_NETTLE
  971: 
  972: /* PSL support enabled */
  973: #undef USE_LIBPSL
  974: 
  975: /* if librtmp is in use */
  976: #undef USE_LIBRTMP
  977: 
  978: /* if libSSH is in use */
  979: #undef USE_LIBSSH
  980: 
  981: /* if libSSH2 is in use */
  982: #undef USE_LIBSSH2
  983: 
  984: /* If you want to build curl with the built-in manual */
  985: #undef USE_MANUAL
  986: 
  987: /* if mbedTLS is enabled */
  988: #undef USE_MBEDTLS
  989: 
  990: /* if MesaLink is enabled */
  991: #undef USE_MESALINK
  992: 
  993: /* Define to enable metalink support */
  994: #undef USE_METALINK
  995: 
  996: /* if nghttp2 is in use */
  997: #undef USE_NGHTTP2
  998: 
  999: /* if nghttp3 is in use */
 1000: #undef USE_NGHTTP3
 1001: 
 1002: /* if ngtcp2 is in use */
 1003: #undef USE_NGTCP2
 1004: 
 1005: /* if ngtcp2_crypto_gnutls is in use */
 1006: #undef USE_NGTCP2_CRYPTO_GNUTLS
 1007: 
 1008: /* if ngtcp2_crypto_openssl is in use */
 1009: #undef USE_NGTCP2_CRYPTO_OPENSSL
 1010: 
 1011: /* if NSS is enabled */
 1012: #undef USE_NSS
 1013: 
 1014: /* Use OpenLDAP-specific code */
 1015: #undef USE_OPENLDAP
 1016: 
 1017: /* if OpenSSL is in use */
 1018: #undef USE_OPENSSL
 1019: 
 1020: /* if quiche is in use */
 1021: #undef USE_QUICHE
 1022: 
 1023: /* to enable Windows native SSL/TLS support */
 1024: #undef USE_SCHANNEL
 1025: 
 1026: /* enable Secure Transport */
 1027: #undef USE_SECTRANSP
 1028: 
 1029: /* if you want POSIX threaded DNS lookup */
 1030: #undef USE_THREADS_POSIX
 1031: 
 1032: /* if you want Win32 threaded DNS lookup */
 1033: #undef USE_THREADS_WIN32
 1034: 
 1035: /* Use TLS-SRP authentication */
 1036: #undef USE_TLS_SRP
 1037: 
 1038: /* Use Unix domain sockets */
 1039: #undef USE_UNIX_SOCKETS
 1040: 
 1041: /* Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz). */
 1042: #undef USE_WIN32_IDN
 1043: 
 1044: /* Define to 1 if you are building a Windows target with large file support.
 1045:    */
 1046: #undef USE_WIN32_LARGE_FILES
 1047: 
 1048: /* Use Windows LDAP implementation */
 1049: #undef USE_WIN32_LDAP
 1050: 
 1051: /* Define to 1 if you are building a Windows target without large file
 1052:    support. */
 1053: #undef USE_WIN32_SMALL_FILES
 1054: 
 1055: /* to enable SSPI support */
 1056: #undef USE_WINDOWS_SSPI
 1057: 
 1058: /* if wolfSSH is in use */
 1059: #undef USE_WOLFSSH
 1060: 
 1061: /* if wolfSSL is enabled */
 1062: #undef USE_WOLFSSL
 1063: 
 1064: /* Version number of package */
 1065: #undef VERSION
 1066: 
 1067: /* Define to 1 to provide own prototypes. */
 1068: #undef WANT_IDN_PROTOTYPES
 1069: 
 1070: /* Define to 1 if OS is AIX. */
 1071: #ifndef _ALL_SOURCE
 1072: #  undef _ALL_SOURCE
 1073: #endif
 1074: 
 1075: /* Enable large inode numbers on Mac OS X 10.5.  */
 1076: #ifndef _DARWIN_USE_64_BIT_INODE
 1077: # define _DARWIN_USE_64_BIT_INODE 1
 1078: #endif
 1079: 
 1080: /* Number of bits in a file offset, on hosts where this is settable. */
 1081: #undef _FILE_OFFSET_BITS
 1082: 
 1083: /* Define for large files, on AIX-style hosts. */
 1084: #undef _LARGE_FILES
 1085: 
 1086: /* Define to empty if `const' does not conform to ANSI C. */
 1087: #undef const
 1088: 
 1089: /* Type to use in place of in_addr_t when system does not provide it. */
 1090: #undef in_addr_t
 1091: 
 1092: /* Define to `__inline__' or `__inline' if that's what the C compiler
 1093:    calls it, or to nothing if 'inline' is not supported under any name.  */
 1094: #ifndef __cplusplus
 1095: #undef inline
 1096: #endif
 1097: 
 1098: /* Define to `unsigned int' if <sys/types.h> does not define. */
 1099: #undef size_t
 1100: 
 1101: /* the signed version of size_t */
 1102: #undef ssize_t

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