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