1 #ifndef HEADER_CURL_CONFIG_VXWORKS_H 2 #define HEADER_CURL_CONFIG_VXWORKS_H 3 /*************************************************************************** 4 * _ _ ____ _ 5 * Project ___| | | | _ \| | 6 * / __| | | | |_) | | 7 * | (__| |_| | _ <| |___ 8 * \___|\___/|_| \_\_____| 9 * 10 * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al. 11 * 12 * This software is licensed as described in the file COPYING, which 13 * you should have received as part of this distribution. The terms 14 * are also available at https://curl.se/docs/copyright.html. 15 * 16 * You may opt to use, copy, modify, merge, publish, distribute and/or sell 17 * copies of the Software, and permit persons to whom the Software is 18 * furnished to do so, under the terms of the COPYING file. 19 * 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 * KIND, either express or implied. 22 * 23 ***************************************************************************/ 24 25 /* =============================================================== */ 26 /* Hand crafted config file for VxWorks */ 27 /* =============================================================== */ 28 29 /* Location of default ca bundle */ 30 /* #undef CURL_CA_BUNDLE */ 31 32 /* Location of default ca path */ 33 /* #undef CURL_CA_PATH */ 34 35 /* to disable cookies support */ 36 /* #undef CURL_DISABLE_COOKIES */ 37 38 /* to disable cryptographic authentication */ 39 /* #undef CURL_DISABLE_CRYPTO_AUTH */ 40 41 /* to disable DICT */ 42 /* #undef CURL_DISABLE_DICT */ 43 44 /* to disable FILE */ 45 /* #undef CURL_DISABLE_FILE */ 46 47 /* to disable FTP */ 48 #define CURL_DISABLE_FTP 1 49 50 /* to disable HTTP */ 51 /* #undef CURL_DISABLE_HTTP */ 52 53 /* to disable LDAP */ 54 #define CURL_DISABLE_LDAP 1 55 56 /* to disable LDAPS */ 57 #define CURL_DISABLE_LDAPS 1 58 59 /* to disable NTLM authentication */ 60 #define CURL_DISABLE_NTLM 1 61 62 /* to disable proxies */ 63 /* #undef CURL_DISABLE_PROXY */ 64 65 /* to disable TELNET */ 66 #define CURL_DISABLE_TELNET 1 67 68 /* to disable TFTP */ 69 #define CURL_DISABLE_TFTP 1 70 71 /* to disable verbose strings */ 72 /* #undef CURL_DISABLE_VERBOSE_STRINGS */ 73 74 /* Definition to make a library symbol externally visible. */ 75 /* #undef CURL_EXTERN_SYMBOL */ 76 77 /* Use Windows LDAP implementation */ 78 /* #undef USE_WIN32_LDAP */ 79 80 /* your Entropy Gathering Daemon socket pathname */ 81 /* #undef EGD_SOCKET */ 82 83 /* Define if you want to enable IPv6 support */ 84 #define ENABLE_IPV6 1 85 86 /* Define to 1 if you have the alarm function. */ 87 #define HAVE_ALARM 1 88 89 /* Define to 1 if you have the <alloca.h> header file. */ 90 #define HAVE_ALLOCA_H 1 91 92 /* Define to 1 if you have the <arpa/inet.h> header file. */ 93 #define HAVE_ARPA_INET_H 1 94 95 /* Define to 1 if you have the <arpa/tftp.h> header file. */ 96 /* #undef HAVE_ARPA_TFTP_H */ 97 98 /* Define to 1 if you have the <assert.h> header file. */ 99 #define HAVE_ASSERT_H 1 100 101 /* Define to 1 if you have the `basename' function. */ 102 /* #undef HAVE_BASENAME */ 103 104 /* Define to 1 if bool is an available type. */ 105 #define HAVE_BOOL_T 1 106 107 /* Define to 1 if you have the clock_gettime function and monotonic timer. */ 108 /* #undef HAVE_CLOCK_GETTIME_MONOTONIC */ 109 110 /* Define to 1 if you have the `closesocket' function. */ 111 /* #undef HAVE_CLOSESOCKET */ 112 113 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */ 114 #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 115 116 /* Define to 1 if you have the <dlfcn.h> header file. */ 117 #define HAVE_DLFCN_H 1 118 119 /* Define to 1 if you have the <errno.h> header file. */ 120 #define HAVE_ERRNO_H 1 121 122 /* Define to 1 if you have the fcntl function. */ 123 #define HAVE_FCNTL 1 124 125 /* Define to 1 if you have the <fcntl.h> header file. */ 126 #define HAVE_FCNTL_H 1 127 128 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */ 129 #define HAVE_FCNTL_O_NONBLOCK 1 130 131 /* Define to 1 if you have the freeaddrinfo function. */ 132 #define HAVE_FREEADDRINFO 1 133 134 /* Define to 1 if you have the ftruncate function. */ 135 #define HAVE_FTRUNCATE 1 136 137 /* Define to 1 if you have a working getaddrinfo function. */ 138 #define HAVE_GETADDRINFO 1 139 140 /* Define to 1 if you have the `geteuid' function. */ 141 /* #undef HAVE_GETEUID */ 142 143 /* Define to 1 if you have the gethostbyname function. */ 144 #define HAVE_GETHOSTBYNAME 1 145 146 /* Define to 1 if you have the gethostbyname_r function. */ 147 /* #undef HAVE_GETHOSTBYNAME_R */ 148 149 /* gethostbyname_r() takes 3 args */ 150 /* #undef HAVE_GETHOSTBYNAME_R_3 */ 151 152 /* gethostbyname_r() takes 5 args */ 153 /* #undef HAVE_GETHOSTBYNAME_R_5 */ 154 155 /* gethostbyname_r() takes 6 args */ 156 /* #undef HAVE_GETHOSTBYNAME_R_6 */ 157 158 /* Define to 1 if you have the gethostname function. */ 159 #define HAVE_GETHOSTNAME 1 160 161 /* Define to 1 if you have a working getifaddrs function. */ 162 /* #undef HAVE_GETIFADDRS */ 163 164 /* Define to 1 if you have the `getpass_r' function. */ 165 /* #undef HAVE_GETPASS_R */ 166 167 /* Define to 1 if you have the `getppid' function. */ 168 #define HAVE_GETPPID 1 169 170 /* Define to 1 if you have the `getprotobyname' function. */ 171 #define HAVE_GETPROTOBYNAME 1 172 173 /* Define to 1 if you have the `getpwuid' function. */ 174 /* #undef HAVE_GETPWUID */ 175 176 /* Define to 1 if you have the `getrlimit' function. */ 177 #define HAVE_GETRLIMIT 1 178 179 /* Define to 1 if you have the `gettimeofday' function. */ 180 /* #undef HAVE_GETTIMEOFDAY */ 181 182 /* Define to 1 if you have a working glibc-style strerror_r function. */ 183 /* #undef HAVE_GLIBC_STRERROR_R */ 184 185 /* Define to 1 if you have a working gmtime_r function. */ 186 #define HAVE_GMTIME_R 1 187 188 /* if you have the gssapi libraries */ 189 /* #undef HAVE_GSSAPI */ 190 191 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */ 192 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */ 193 194 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */ 195 /* #undef HAVE_GSSAPI_GSSAPI_H */ 196 197 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */ 198 /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */ 199 200 /* if you have the GNU gssapi libraries */ 201 /* #undef HAVE_GSSGNU */ 202 203 /* if you have the Heimdal gssapi libraries */ 204 /* #undef HAVE_GSSHEIMDAL */ 205 206 /* if you have the MIT gssapi libraries */ 207 /* #undef HAVE_GSSMIT */ 208 209 /* Define to 1 if you have the `idna_strerror' function. */ 210 /* #undef HAVE_IDNA_STRERROR */ 211 212 /* Define to 1 if you have the `idn_free' function. */ 213 /* #undef HAVE_IDN_FREE */ 214 215 /* Define to 1 if you have the <idn-free.h> header file. */ 216 /* #undef HAVE_IDN_FREE_H */ 217 218 /* Define to 1 if you have the <ifaddrs.h> header file. */ 219 /* #undef HAVE_IFADDRS_H */ 220 221 /* Define to 1 if you have the `inet_addr' function. */ 222 #define HAVE_INET_ADDR 1 223 224 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */ 225 /* #undef HAVE_INET_NTOP */ 226 227 /* Define to 1 if you have a IPv6 capable working inet_pton function. */ 228 /* #undef HAVE_INET_PTON */ 229 230 /* Define to 1 if you have the <inttypes.h> header file. */ 231 #define HAVE_INTTYPES_H 1 232 233 /* Define to 1 if you have the ioctl function. */ 234 #define HAVE_IOCTL 1 235 236 /* Define to 1 if you have the ioctlsocket function. */ 237 /* #undef HAVE_IOCTLSOCKET */ 238 239 /* Define to 1 if you have the IoctlSocket camel case function. */ 240 /* #undef HAVE_IOCTLSOCKET_CAMEL */ 241 242 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function. 243 */ 244 /* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */ 245 246 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */ 247 /* #undef HAVE_IOCTLSOCKET_FIONBIO */ 248 249 /* Define to 1 if you have a working ioctl FIONBIO function. */ 250 #define HAVE_IOCTL_FIONBIO 1 251 252 /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */ 253 #define HAVE_IOCTL_SIOCGIFADDR 1 254 255 /* Define to 1 if you have the <io.h> header file. */ 256 #define HAVE_IO_H 1 257 258 /* if you have the Kerberos4 libraries (including -ldes) */ 259 /* #undef HAVE_KRB4 */ 260 261 /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */ 262 /* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */ 263 264 /* Define to 1 if you have the <krb.h> header file. */ 265 /* #undef HAVE_KRB_H */ 266 267 /* Define to 1 if you have the lber.h header file. */ 268 /* #undef HAVE_LBER_H */ 269 270 /* Define to 1 if you have the ldapssl.h header file. */ 271 /* #undef HAVE_LDAPSSL_H */ 272 273 /* Define to 1 if you have the ldap.h header file. */ 274 /* #undef HAVE_LDAP_H */ 275 276 /* Use LDAPS implementation */ 277 /* #undef HAVE_LDAP_SSL */ 278 279 /* Define to 1 if you have the ldap_ssl.h header file. */ 280 /* #undef HAVE_LDAP_SSL_H */ 281 282 /* Define to 1 if you have the `ldap_url_parse' function. */ 283 /* #undef HAVE_LDAP_URL_PARSE */ 284 285 /* Define to 1 if you have the <libgen.h> header file. */ 286 /* #undef HAVE_LIBGEN_H */ 287 288 /* Define to 1 if you have the `idn' library (-lidn). */ 289 /* #undef HAVE_LIBIDN */ 290 291 /* Define to 1 if you have the `resolv' library (-lresolv). */ 292 /* #undef HAVE_LIBRESOLV */ 293 294 /* Define to 1 if you have the `resolve' library (-lresolve). */ 295 /* #undef HAVE_LIBRESOLVE */ 296 297 /* Define to 1 if you have the `socket' library (-lsocket). */ 298 /* #undef HAVE_LIBSOCKET */ 299 300 /* Define to 1 if you have the `ssh2' library (-lssh2). */ 301 /* #undef HAVE_LIBSSH2 */ 302 303 /* Define to 1 if you have the <libssh2.h> header file. */ 304 /* #undef HAVE_LIBSSH2_H */ 305 306 /* Define to 1 if you have the `libssh2_version' function. */ 307 /* #undef HAVE_LIBSSH2_VERSION */ 308 309 /* if zlib is available */ 310 #define HAVE_LIBZ 1 311 312 /* if your compiler supports LL */ 313 #define HAVE_LL 1 314 315 /* Define to 1 if you have the <locale.h> header file. */ 316 #define HAVE_LOCALE_H 1 317 318 /* Define to 1 if you have a working localtime_r function. */ 319 #define HAVE_LOCALTIME_R 1 320 321 /* Define to 1 if the compiler supports the 'long long' data type. */ 322 #define HAVE_LONGLONG 1 323 324 /* Define to 1 if you have the malloc.h header file. */ 325 #define HAVE_MALLOC_H 1 326 327 /* Define to 1 if you have the memory.h header file. */ 328 #define HAVE_MEMORY_H 1 329 330 /* Define to 1 if you have the MSG_NOSIGNAL flag. */ 331 /* #undef HAVE_MSG_NOSIGNAL */ 332 333 /* Define to 1 if you have the <netdb.h> header file. */ 334 #define HAVE_NETDB_H 1 335 336 /* Define to 1 if you have the <netinet/in.h> header file. */ 337 #define HAVE_NETINET_IN_H 1 338 339 /* Define to 1 if you have the <netinet/tcp.h> header file. */ 340 #define HAVE_NETINET_TCP_H 1 341 342 /* Define to 1 if you have the <net/if.h> header file. */ 343 #define HAVE_NET_IF_H 1 344 345 /* Define to 1 if NI_WITHSCOPEID exists and works. */ 346 /* #undef HAVE_NI_WITHSCOPEID */ 347 348 /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE 349 */ 350 /* #undef HAVE_OLD_GSSMIT */ 351 352 /* Define to 1 if you have the <openssl/crypto.h> header file. */ 353 #define HAVE_OPENSSL_CRYPTO_H 1 354 355 /* Define to 1 if you have the <openssl/err.h> header file. */ 356 #define HAVE_OPENSSL_ERR_H 1 357 358 /* Define to 1 if you have the <openssl/pem.h> header file. */ 359 #define HAVE_OPENSSL_PEM_H 1 360 361 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */ 362 #define HAVE_OPENSSL_PKCS12_H 1 363 364 /* Define to 1 if you have the <openssl/rsa.h> header file. */ 365 #define HAVE_OPENSSL_RSA_H 1 366 367 /* Define to 1 if you have the <openssl/ssl.h> header file. */ 368 #define HAVE_OPENSSL_SSL_H 1 369 370 /* Define to 1 if you have the <openssl/x509.h> header file. */ 371 #define HAVE_OPENSSL_X509_H 1 372 373 /* Define to 1 if you have the <pem.h> header file. */ 374 /* #undef HAVE_PEM_H */ 375 376 /* Define to 1 if you have the `pipe' function. */ 377 #define HAVE_PIPE 1 378 379 /* Define to 1 if you have a working poll function. */ 380 /* #undef HAVE_POLL */ 381 382 /* If you have a fine poll */ 383 /* #undef HAVE_POLL_FINE */ 384 385 /* Define to 1 if you have the <poll.h> header file. */ 386 /* #undef HAVE_POLL_H */ 387 388 /* Define to 1 if you have a working POSIX-style strerror_r function. */ 389 /* #undef HAVE_POSIX_STRERROR_R */ 390 391 /* Define to 1 if you have the <pwd.h> header file. */ 392 /* #undef HAVE_PWD_H */ 393 394 /* Define to 1 if you have the `RAND_egd' function. */ 395 #define HAVE_RAND_EGD 1 396 397 /* Define to 1 if you have the `RAND_screen' function. */ 398 /* #undef HAVE_RAND_SCREEN */ 399 400 /* Define to 1 if you have the `RAND_status' function. */ 401 #define HAVE_RAND_STATUS 1 402 403 /* Define to 1 if you have the recv function. */ 404 #define HAVE_RECV 1 405 406 /* Define to 1 if you have the recvfrom function. */ 407 #define HAVE_RECVFROM 1 408 409 /* Define to 1 if you have the select function. */ 410 #define HAVE_SELECT 1 411 412 /* Define to 1 if you have the send function. */ 413 #define HAVE_SEND 1 414 415 /* Define to 1 if you have the <setjmp.h> header file. */ 416 #define HAVE_SETJMP_H 1 417 418 /* Define to 1 if you have the `setlocale' function. */ 419 #define HAVE_SETLOCALE 1 420 421 /* Define to 1 if you have the `setmode' function. */ 422 #define HAVE_SETMODE 1 423 424 /* Define to 1 if you have the `setrlimit' function. */ 425 #define HAVE_SETRLIMIT 1 426 427 /* Define to 1 if you have the setsockopt function. */ 428 #define HAVE_SETSOCKOPT 1 429 430 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */ 431 /* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */ 432 433 /* Define to 1 if you have the sigaction function. */ 434 #define HAVE_SIGACTION 1 435 436 /* Define to 1 if you have the siginterrupt function. */ 437 #define HAVE_SIGINTERRUPT 1 438 439 /* Define to 1 if you have the signal function. */ 440 #define HAVE_SIGNAL 1 441 442 /* Define to 1 if you have the <signal.h> header file. */ 443 #define HAVE_SIGNAL_H 1 444 445 /* Define to 1 if you have the sigsetjmp function or macro. */ 446 /* #undef HAVE_SIGSETJMP */ 447 448 /* Define to 1 if sig_atomic_t is an available typedef. */ 449 #define HAVE_SIG_ATOMIC_T 1 450 451 /* Define to 1 if sig_atomic_t is already defined as volatile. */ 452 /* #undef HAVE_SIG_ATOMIC_T_VOLATILE */ 453 454 /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */ 455 #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 456 457 /* Define to 1 if you have the `socket' function. */ 458 #define HAVE_SOCKET 1 459 460 /* Define to 1 if you have the <ssl.h> header file. */ 461 /* #undef HAVE_SSL_H */ 462 463 /* Define to 1 if you have the <stdbool.h> header file. */ 464 #define HAVE_STDBOOL_H 1 465 466 /* Define to 1 if you have the <stdint.h> header file. */ 467 /* #undef HAVE_STDINT_H */ 468 469 /* Define to 1 if you have the <stdio.h> header file. */ 470 #define HAVE_STDIO_H 1 471 472 /* Define to 1 if you have the <stdlib.h> header file. */ 473 #define HAVE_STDLIB_H 1 474 475 /* Define to 1 if you have the strcasecmp function. */ 476 #define HAVE_STRCASECMP 1 477 478 /* Define to 1 if you have the strcmpi function. */ 479 /* #undef HAVE_STRCMPI */ 480 481 /* Define to 1 if you have the strdup function. */ 482 #define HAVE_STRDUP 1 483 484 /* Define to 1 if you have the strerror_r function. */ 485 #define HAVE_STRERROR_R 1 486 487 /* Define to 1 if you have the stricmp function. */ 488 /* #undef HAVE_STRICMP */ 489 490 /* Define to 1 if you have the <strings.h> header file. */ 491 #define HAVE_STRINGS_H 1 492 493 /* Define to 1 if you have the <string.h> header file. */ 494 #define HAVE_STRING_H 1 495 496 /* Define to 1 if you have the strncmpi function. */ 497 /* #undef HAVE_STRNCMPI */ 498 499 /* Define to 1 if you have the strnicmp function. */ 500 /* #undef HAVE_STRNICMP */ 501 502 /* Define to 1 if you have the <stropts.h> header file. */ 503 /* #undef HAVE_STROPTS_H */ 504 505 /* Define to 1 if you have the strstr function. */ 506 #define HAVE_STRSTR 1 507 508 /* Define to 1 if you have the strtok_r function. */ 509 #define HAVE_STRTOK_R 1 510 511 /* Define to 1 if you have the strtoll function. */ 512 /* #undef HAVE_STRTOLL */ 513 514 /* if struct sockaddr_storage is defined */ 515 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 516 517 /* Define to 1 if you have the timeval struct. */ 518 #define HAVE_STRUCT_TIMEVAL 1 519 520 /* Define to 1 if you have the <sys/filio.h> header file. */ 521 /* #undef HAVE_SYS_FILIO_H */ 522 523 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 524 #define HAVE_SYS_IOCTL_H 1 525 526 /* Define to 1 if you have the <sys/param.h> header file. */ 527 /* #undef HAVE_SYS_PARAM_H */ 528 529 /* Define to 1 if you have the <sys/poll.h> header file. */ 530 /* #undef HAVE_SYS_POLL_H */ 531 532 /* Define to 1 if you have the <sys/resource.h> header file. */ 533 #define HAVE_SYS_RESOURCE_H 1 534 535 /* Define to 1 if you have the <sys/select.h> header file. */ 536 /* #undef HAVE_SYS_SELECT_H */ 537 538 /* Define to 1 if you have the <sys/socket.h> header file. */ 539 #define HAVE_SYS_SOCKET_H 1 540 541 /* Define to 1 if you have the <sys/sockio.h> header file. */ 542 /* #undef HAVE_SYS_SOCKIO_H */ 543 544 /* Define to 1 if you have the <sys/stat.h> header file. */ 545 #define HAVE_SYS_STAT_H 1 546 547 /* Define to 1 if you have the <sys/time.h> header file. */ 548 /* #undef HAVE_SYS_TIME_H */ 549 550 /* Define to 1 if you have the <sys/types.h> header file. */ 551 #define HAVE_SYS_TYPES_H 1 552 553 /* Define to 1 if you have the <sys/uio.h> header file. */ 554 #define HAVE_SYS_UIO_H 1 555 556 /* Define to 1 if you have the <sys/un.h> header file. */ 557 #define HAVE_SYS_UN_H 1 558 559 /* Define to 1 if you have the <sys/utime.h> header file. */ 560 #define HAVE_SYS_UTIME_H 1 561 562 /* Define to 1 if you have the <termios.h> header file. */ 563 #define HAVE_TERMIOS_H 1 564 565 /* Define to 1 if you have the <termio.h> header file. */ 566 #define HAVE_TERMIO_H 1 567 568 /* Define to 1 if you have the <time.h> header file. */ 569 #define HAVE_TIME_H 1 570 571 /* Define to 1 if you have the <tld.h> header file. */ 572 /* #undef HAVE_TLD_H */ 573 574 /* Define to 1 if you have the `tld_strerror' function. */ 575 /* #undef HAVE_TLD_STRERROR */ 576 577 /* Define to 1 if you have the `uname' function. */ 578 #define HAVE_UNAME 1 579 580 /* Define to 1 if you have the <unistd.h> header file. */ 581 #define HAVE_UNISTD_H 1 582 583 /* Define to 1 if you have the `utime' function. */ 584 #define HAVE_UTIME 1 585 586 /* Define to 1 if you have the <utime.h> header file. */ 587 #define HAVE_UTIME_H 1 588 589 /* Define to 1 if compiler supports C99 variadic macro style. */ 590 #define HAVE_VARIADIC_MACROS_C99 1 591 592 /* Define to 1 if compiler supports old gcc variadic macro style. */ 593 #define HAVE_VARIADIC_MACROS_GCC 1 594 595 /* Define to 1 if you have a working vxworks-style strerror_r function. */ 596 #define HAVE_VXWORKS_STRERROR_R 1 597 598 /* Define to 1 if you have the winber.h header file. */ 599 /* #undef HAVE_WINBER_H */ 600 601 /* Define to 1 if you have the windows.h header file. */ 602 /* #undef HAVE_WINDOWS_H */ 603 604 /* Define to 1 if you have the winldap.h header file. */ 605 /* #undef HAVE_WINLDAP_H */ 606 607 /* Define to 1 if you have the winsock2.h header file. */ 608 /* #undef HAVE_WINSOCK2_H */ 609 610 /* Define to 1 if you have the winsock.h header file. */ 611 /* #undef HAVE_WINSOCK_H */ 612 613 /* Define this symbol if your OS supports changing the contents of argv */ 614 #define HAVE_WRITABLE_ARGV 1 615 616 /* Define to 1 if you have the writev function. */ 617 #define HAVE_WRITEV 1 618 619 /* Define to 1 if you have the ws2tcpip.h header file. */ 620 /* #undef HAVE_WS2TCPIP_H */ 621 622 /* Define to 1 if you have the <x509.h> header file. */ 623 /* #undef HAVE_X509_H */ 624 625 /* if you have the zlib.h header file */ 626 #define HAVE_ZLIB_H 1 627 628 /* Define to 1 if you need the lber.h header file even with ldap.h */ 629 /* #undef NEED_LBER_H */ 630 631 /* Define to 1 if you need the malloc.h header file even with stdlib.h */ 632 /* #undef NEED_MALLOC_H */ 633 634 /* Define to 1 if you need the memory.h header file even with stdlib.h */ 635 /* #undef NEED_MEMORY_H */ 636 637 /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */ 638 /* #undef NEED_REENTRANT */ 639 640 /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */ 641 /* #undef NEED_THREAD_SAFE */ 642 643 /* Define to 1 if the open function requires three arguments. */ 644 #define OPEN_NEEDS_ARG3 1 645 646 /* cpu-machine-OS */ 647 #define OS "unknown-unknown-vxworks" 648 649 /* Name of package */ 650 #define PACKAGE "curl" 651 652 /* a suitable file to read random data from */ 653 #define RANDOM_FILE "/dev/urandom" 654 655 /* Define to the type of arg 1 for recvfrom. */ 656 #define RECVFROM_TYPE_ARG1 int 657 658 /* Define to the type pointed by arg 2 for recvfrom. */ 659 #define RECVFROM_TYPE_ARG2 void 660 661 /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */ 662 #define RECVFROM_TYPE_ARG2_IS_VOID 1 663 664 /* Define to the type of arg 3 for recvfrom. */ 665 #define RECVFROM_TYPE_ARG3 size_t 666 667 /* Define to the type of arg 4 for recvfrom. */ 668 #define RECVFROM_TYPE_ARG4 int 669 670 /* Define to the type pointed by arg 5 for recvfrom. */ 671 #define RECVFROM_TYPE_ARG5 struct sockaddr 672 673 /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */ 674 /* #undef RECVFROM_TYPE_ARG5_IS_VOID */ 675 676 /* Define to the type pointed by arg 6 for recvfrom. */ 677 #define RECVFROM_TYPE_ARG6 socklen_t 678 679 /* Define to 1 if the type pointed by arg 6 for recvfrom is void. */ 680 /* #undef RECVFROM_TYPE_ARG6_IS_VOID */ 681 682 /* Define to the function return type for recvfrom. */ 683 #define RECVFROM_TYPE_RETV int 684 685 /* Define to the type of arg 1 for recv. */ 686 #define RECV_TYPE_ARG1 int 687 688 /* Define to the type of arg 2 for recv. */ 689 #define RECV_TYPE_ARG2 void * 690 691 /* Define to the type of arg 3 for recv. */ 692 #define RECV_TYPE_ARG3 size_t 693 694 /* Define to the type of arg 4 for recv. */ 695 #define RECV_TYPE_ARG4 int 696 697 /* Define to the function return type for recv. */ 698 #define RECV_TYPE_RETV int 699 700 /* Define to the type qualifier of arg 5 for select. */ 701 #define SELECT_QUAL_ARG5 702 703 /* Define to the type of arg 1 for select. */ 704 #define SELECT_TYPE_ARG1 int 705 706 /* Define to the type of args 2, 3 and 4 for select. */ 707 #define SELECT_TYPE_ARG234 fd_set * 708 709 /* Define to the type of arg 5 for select. */ 710 #define SELECT_TYPE_ARG5 struct timeval * 711 712 /* Define to the function return type for select. */ 713 #define SELECT_TYPE_RETV int 714 715 /* Define to the type qualifier of arg 2 for send. */ 716 #define SEND_QUAL_ARG2 const 717 718 /* Define to the type of arg 1 for send. */ 719 #define SEND_TYPE_ARG1 int 720 721 /* Define to the type of arg 2 for send. */ 722 #define SEND_TYPE_ARG2 void * 723 724 /* Define to the type of arg 3 for send. */ 725 #define SEND_TYPE_ARG3 size_t 726 727 /* Define to the type of arg 4 for send. */ 728 #define SEND_TYPE_ARG4 int 729 730 /* Define to the function return type for send. */ 731 #define SEND_TYPE_RETV int 732 733 /* The size of `int', as computed by sizeof. */ 734 #define SIZEOF_INT 4 735 736 /* The size of `long', as computed by sizeof. */ 737 #define SIZEOF_LONG 4 738 739 /* The size of `off_t', as computed by sizeof. */ 740 #define SIZEOF_OFF_T 8 741 742 /* The size of `short', as computed by sizeof. */ 743 #define SIZEOF_SHORT 2 744 745 /* The size of `size_t', as computed by sizeof. */ 746 #define SIZEOF_SIZE_T 4 747 748 /* The size of `time_t', as computed by sizeof. */ 749 #define SIZEOF_TIME_T 4 750 751 /* Define to 1 if you have the ANSI C header files. */ 752 #define STDC_HEADERS 1 753 754 /* Define to the type of arg 3 for strerror_r. */ 755 /* #undef STRERROR_R_TYPE_ARG3 */ 756 757 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 758 /* #undef TIME_WITH_SYS_TIME */ 759 760 /* Define if you want to enable c-ares support */ 761 /* #undef USE_ARES */ 762 763 /* if GnuTLS is enabled */ 764 /* #undef USE_GNUTLS */ 765 766 /* if libSSH2 is in use */ 767 /* #undef USE_LIBSSH2 */ 768 769 /* If you want to build curl with the built-in manual */ 770 #define USE_MANUAL 1 771 772 /* if NSS is enabled */ 773 /* #undef USE_NSS */ 774 775 /* if OpenSSL is in use */ 776 #define USE_OPENSSL 1 777 778 /* Define to 1 if you are building a Windows target without large file 779 support. */ 780 /* #undef USE_WIN32_LARGE_FILES */ 781 782 /* to enable SSPI support */ 783 /* #undef USE_WINDOWS_SSPI */ 784 785 /* Define to 1 if using yaSSL in OpenSSL compatibility mode. */ 786 /* #undef USE_YASSLEMUL */ 787 788 /* Define to avoid automatic inclusion of winsock.h */ 789 /* #undef WIN32_LEAN_AND_MEAN */ 790 791 /* Define to 1 if OS is AIX. */ 792 #ifndef _ALL_SOURCE 793 /* # undef _ALL_SOURCE */ 794 #endif 795 796 /* Number of bits in a file offset, on hosts where this is settable. */ 797 /* #undef _FILE_OFFSET_BITS */ 798 799 /* Define for large files, on AIX-style hosts. */ 800 /* #undef _LARGE_FILES */ 801 802 /* Define to empty if `const' does not conform to ANSI C. */ 803 /* #undef const */ 804 805 /* Type to use in place of in_addr_t when system does not provide it. */ 806 /* #undef in_addr_t */ 807 808 /* Define to `__inline__' or `__inline' if that's what the C compiler 809 calls it, or to nothing if 'inline' is not supported under any name. */ 810 #ifndef __cplusplus 811 /* #undef inline */ 812 #endif 813 814 /* Define to `unsigned int' if <sys/types.h> does not define. */ 815 /* #undef size_t */ 816 817 /* the signed version of size_t */ 818 /* #undef ssize_t */ 819 820 #endif /* HEADER_CURL_CONFIG_VXWORKS_H */ 821