00001 #ifndef HEADER_CURL_CONFIG_VXWORKS_H 00002 #define HEADER_CURL_CONFIG_VXWORKS_H 00003 /*************************************************************************** 00004 * _ _ ____ _ 00005 * Project ___| | | | _ \| | 00006 * / __| | | | |_) | | 00007 * | (__| |_| | _ <| |___ 00008 * \___|\___/|_| \_\_____| 00009 * 00010 * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. 00011 * 00012 * This software is licensed as described in the file COPYING, which 00013 * you should have received as part of this distribution. The terms 00014 * are also available at https://curl.haxx.se/docs/copyright.html. 00015 * 00016 * You may opt to use, copy, modify, merge, publish, distribute and/or sell 00017 * copies of the Software, and permit persons to whom the Software is 00018 * furnished to do so, under the terms of the COPYING file. 00019 * 00020 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 00021 * KIND, either express or implied. 00022 * 00023 ***************************************************************************/ 00024 00025 /* =============================================================== */ 00026 /* Hand crafted config file for VxWorks */ 00027 /* =============================================================== */ 00028 00029 /* Location of default ca bundle */ 00030 /* #undef CURL_CA_BUNDLE */ 00031 00032 /* Location of default ca path */ 00033 /* #undef CURL_CA_PATH */ 00034 00035 /* to disable cookies support */ 00036 /* #undef CURL_DISABLE_COOKIES */ 00037 00038 /* to disable cryptographic authentication */ 00039 /* #undef CURL_DISABLE_CRYPTO_AUTH */ 00040 00041 /* to disable DICT */ 00042 /* #undef CURL_DISABLE_DICT */ 00043 00044 /* to disable FILE */ 00045 /* #undef CURL_DISABLE_FILE */ 00046 00047 /* to disable FTP */ 00048 #define CURL_DISABLE_FTP 1 00049 00050 /* to disable HTTP */ 00051 /* #undef CURL_DISABLE_HTTP */ 00052 00053 /* to disable LDAP */ 00054 #define CURL_DISABLE_LDAP 1 00055 00056 /* to disable LDAPS */ 00057 #define CURL_DISABLE_LDAPS 1 00058 00059 /* to disable NTLM authentication */ 00060 #define CURL_DISABLE_NTLM 1 00061 00062 /* to disable proxies */ 00063 /* #undef CURL_DISABLE_PROXY */ 00064 00065 /* to disable TELNET */ 00066 #define CURL_DISABLE_TELNET 1 00067 00068 /* to disable TFTP */ 00069 #define CURL_DISABLE_TFTP 1 00070 00071 /* to disable verbose strings */ 00072 /* #undef CURL_DISABLE_VERBOSE_STRINGS */ 00073 00074 /* Definition to make a library symbol externally visible. */ 00075 /* #undef CURL_EXTERN_SYMBOL */ 00076 00077 /* Use Windows LDAP implementation */ 00078 /* #undef USE_WIN32_LDAP */ 00079 00080 /* your Entropy Gathering Daemon socket pathname */ 00081 /* #undef EGD_SOCKET */ 00082 00083 /* Define if you want to enable IPv6 support */ 00084 #define ENABLE_IPV6 1 00085 00086 /* Define to the type qualifier of arg 1 for getnameinfo. */ 00087 #define GETNAMEINFO_QUAL_ARG1 const 00088 00089 /* Define to the type of arg 1 for getnameinfo. */ 00090 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr * 00091 00092 /* Define to the type of arg 2 for getnameinfo. */ 00093 #define GETNAMEINFO_TYPE_ARG2 socklen_t 00094 00095 /* Define to the type of args 4 and 6 for getnameinfo. */ 00096 #define GETNAMEINFO_TYPE_ARG46 size_t 00097 00098 /* Define to the type of arg 7 for getnameinfo. */ 00099 #define GETNAMEINFO_TYPE_ARG7 unsigned int 00100 00101 /* Specifies the number of arguments to getservbyport_r */ 00102 #define GETSERVBYPORT_R_ARGS 6 00103 00104 /* Specifies the size of the buffer to pass to getservbyport_r */ 00105 #define GETSERVBYPORT_R_BUFSIZE 4096 00106 00107 /* Define to 1 if you have the alarm function. */ 00108 #define HAVE_ALARM 1 00109 00110 /* Define to 1 if you have the <alloca.h> header file. */ 00111 #define HAVE_ALLOCA_H 1 00112 00113 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00114 #define HAVE_ARPA_INET_H 1 00115 00116 /* Define to 1 if you have the <arpa/tftp.h> header file. */ 00117 /* #undef HAVE_ARPA_TFTP_H */ 00118 00119 /* Define to 1 if you have the <assert.h> header file. */ 00120 #define HAVE_ASSERT_H 1 00121 00122 /* Define to 1 if you have the `basename' function. */ 00123 /* #undef HAVE_BASENAME */ 00124 00125 /* Define to 1 if bool is an available type. */ 00126 #define HAVE_BOOL_T 1 00127 00128 /* Define to 1 if you have the clock_gettime function and monotonic timer. */ 00129 /* #undef HAVE_CLOCK_GETTIME_MONOTONIC */ 00130 00131 /* Define to 1 if you have the `closesocket' function. */ 00132 /* #undef HAVE_CLOSESOCKET */ 00133 00134 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */ 00135 #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 00136 00137 /* Define to 1 if you have the <crypto.h> header file. */ 00138 /* #undef HAVE_CRYPTO_H */ 00139 00140 /* Define to 1 if you have the <des.h> header file. */ 00141 /* #undef HAVE_DES_H */ 00142 00143 /* Define to 1 if you have the <dlfcn.h> header file. */ 00144 #define HAVE_DLFCN_H 1 00145 00146 /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */ 00147 #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 00148 00149 /* Define to 1 if you have the <errno.h> header file. */ 00150 #define HAVE_ERRNO_H 1 00151 00152 /* Define to 1 if you have the <err.h> header file. */ 00153 /* #undef HAVE_ERR_H */ 00154 00155 /* Define to 1 if you have the fcntl function. */ 00156 #define HAVE_FCNTL 1 00157 00158 /* Define to 1 if you have the <fcntl.h> header file. */ 00159 #define HAVE_FCNTL_H 1 00160 00161 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */ 00162 #define HAVE_FCNTL_O_NONBLOCK 1 00163 00164 /* Define to 1 if you have the fdopen function. */ 00165 #define HAVE_FDOPEN 1 00166 00167 /* Define to 1 if you have the `fork' function. */ 00168 #define HAVE_FORK 1 00169 00170 /* Define to 1 if you have the freeaddrinfo function. */ 00171 #define HAVE_FREEADDRINFO 1 00172 00173 /* Define to 1 if you have the freeifaddrs function. */ 00174 #define HAVE_FREEIFADDRS 1 00175 00176 /* Define to 1 if you have the ftruncate function. */ 00177 #define HAVE_FTRUNCATE 1 00178 00179 /* Define to 1 if you have a working getaddrinfo function. */ 00180 #define HAVE_GETADDRINFO 1 00181 00182 /* Define to 1 if you have the `geteuid' function. */ 00183 /* #undef HAVE_GETEUID */ 00184 00185 /* Define to 1 if you have the gethostbyaddr function. */ 00186 #define HAVE_GETHOSTBYADDR 1 00187 00188 /* Define to 1 if you have the gethostbyaddr_r function. */ 00189 #define HAVE_GETHOSTBYADDR_R 1 00190 00191 /* gethostbyaddr_r() takes 5 args */ 00192 /* #undef HAVE_GETHOSTBYADDR_R_5 */ 00193 00194 /* gethostbyaddr_r() takes 7 args */ 00195 /* #undef HAVE_GETHOSTBYADDR_R_7 */ 00196 00197 /* gethostbyaddr_r() takes 8 args */ 00198 #define HAVE_GETHOSTBYADDR_R_8 1 00199 00200 /* Define to 1 if you have the gethostbyname function. */ 00201 #define HAVE_GETHOSTBYNAME 1 00202 00203 /* Define to 1 if you have the gethostbyname_r function. */ 00204 /* #undef HAVE_GETHOSTBYNAME_R */ 00205 00206 /* gethostbyname_r() takes 3 args */ 00207 /* #undef HAVE_GETHOSTBYNAME_R_3 */ 00208 00209 /* gethostbyname_r() takes 5 args */ 00210 /* #undef HAVE_GETHOSTBYNAME_R_5 */ 00211 00212 /* gethostbyname_r() takes 6 args */ 00213 /* #undef HAVE_GETHOSTBYNAME_R_6 */ 00214 00215 /* Define to 1 if you have the gethostname function. */ 00216 #define HAVE_GETHOSTNAME 1 00217 00218 /* Define to 1 if you have a working getifaddrs function. */ 00219 /* #undef HAVE_GETIFADDRS */ 00220 00221 /* Define to 1 if you have the getnameinfo function. */ 00222 #define HAVE_GETNAMEINFO 1 00223 00224 /* Define to 1 if you have the `getpass_r' function. */ 00225 /* #undef HAVE_GETPASS_R */ 00226 00227 /* Define to 1 if you have the `getppid' function. */ 00228 #define HAVE_GETPPID 1 00229 00230 /* Define to 1 if you have the `getprotobyname' function. */ 00231 #define HAVE_GETPROTOBYNAME 1 00232 00233 /* Define to 1 if you have the `getpwuid' function. */ 00234 /* #undef HAVE_GETPWUID */ 00235 00236 /* Define to 1 if you have the `getrlimit' function. */ 00237 #define HAVE_GETRLIMIT 1 00238 00239 /* Define to 1 if you have the getservbyport_r function. */ 00240 /* #undef HAVE_GETSERVBYPORT_R */ 00241 00242 /* Define to 1 if you have the `gettimeofday' function. */ 00243 /* #undef HAVE_GETTIMEOFDAY */ 00244 00245 /* Define to 1 if you have a working glibc-style strerror_r function. */ 00246 /* #undef HAVE_GLIBC_STRERROR_R */ 00247 00248 /* Define to 1 if you have a working gmtime_r function. */ 00249 #define HAVE_GMTIME_R 1 00250 00251 /* if you have the gssapi libraries */ 00252 /* #undef HAVE_GSSAPI */ 00253 00254 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */ 00255 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */ 00256 00257 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */ 00258 /* #undef HAVE_GSSAPI_GSSAPI_H */ 00259 00260 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */ 00261 /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */ 00262 00263 /* if you have the GNU gssapi libraries */ 00264 /* #undef HAVE_GSSGNU */ 00265 00266 /* if you have the Heimdal gssapi libraries */ 00267 /* #undef HAVE_GSSHEIMDAL */ 00268 00269 /* if you have the MIT gssapi libraries */ 00270 /* #undef HAVE_GSSMIT */ 00271 00272 /* Define to 1 if you have the `idna_strerror' function. */ 00273 /* #undef HAVE_IDNA_STRERROR */ 00274 00275 /* Define to 1 if you have the `idn_free' function. */ 00276 /* #undef HAVE_IDN_FREE */ 00277 00278 /* Define to 1 if you have the <idn-free.h> header file. */ 00279 /* #undef HAVE_IDN_FREE_H */ 00280 00281 /* Define to 1 if you have the <ifaddrs.h> header file. */ 00282 /* #undef HAVE_IFADDRS_H */ 00283 00284 /* Define to 1 if you have the `inet_addr' function. */ 00285 #define HAVE_INET_ADDR 1 00286 00287 /* Define to 1 if you have the inet_ntoa_r function. */ 00288 /* #undef HAVE_INET_NTOA_R */ 00289 00290 /* inet_ntoa_r() takes 2 args */ 00291 /* #undef HAVE_INET_NTOA_R_2 */ 00292 00293 /* inet_ntoa_r() takes 3 args */ 00294 /* #undef HAVE_INET_NTOA_R_3 */ 00295 00296 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */ 00297 /* #undef HAVE_INET_NTOP */ 00298 00299 /* Define to 1 if you have a IPv6 capable working inet_pton function. */ 00300 /* #undef HAVE_INET_PTON */ 00301 00302 /* Define to 1 if you have the <inttypes.h> header file. */ 00303 #define HAVE_INTTYPES_H 1 00304 00305 /* Define to 1 if you have the ioctl function. */ 00306 #define HAVE_IOCTL 1 00307 00308 /* Define to 1 if you have the ioctlsocket function. */ 00309 /* #undef HAVE_IOCTLSOCKET */ 00310 00311 /* Define to 1 if you have the IoctlSocket camel case function. */ 00312 /* #undef HAVE_IOCTLSOCKET_CAMEL */ 00313 00314 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function. 00315 */ 00316 /* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */ 00317 00318 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */ 00319 /* #undef HAVE_IOCTLSOCKET_FIONBIO */ 00320 00321 /* Define to 1 if you have a working ioctl FIONBIO function. */ 00322 #define HAVE_IOCTL_FIONBIO 1 00323 00324 /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */ 00325 #define HAVE_IOCTL_SIOCGIFADDR 1 00326 00327 /* Define to 1 if you have the <io.h> header file. */ 00328 #define HAVE_IO_H 1 00329 00330 /* if you have the Kerberos4 libraries (including -ldes) */ 00331 /* #undef HAVE_KRB4 */ 00332 00333 /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */ 00334 /* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */ 00335 00336 /* Define to 1 if you have the <krb.h> header file. */ 00337 /* #undef HAVE_KRB_H */ 00338 00339 /* Define to 1 if you have the lber.h header file. */ 00340 /* #undef HAVE_LBER_H */ 00341 00342 /* Define to 1 if you have the ldapssl.h header file. */ 00343 /* #undef HAVE_LDAPSSL_H */ 00344 00345 /* Define to 1 if you have the ldap.h header file. */ 00346 /* #undef HAVE_LDAP_H */ 00347 00348 /* Use LDAPS implementation */ 00349 /* #undef HAVE_LDAP_SSL */ 00350 00351 /* Define to 1 if you have the ldap_ssl.h header file. */ 00352 /* #undef HAVE_LDAP_SSL_H */ 00353 00354 /* Define to 1 if you have the `ldap_url_parse' function. */ 00355 /* #undef HAVE_LDAP_URL_PARSE */ 00356 00357 /* Define to 1 if you have the <libgen.h> header file. */ 00358 /* #undef HAVE_LIBGEN_H */ 00359 00360 /* Define to 1 if you have the `idn' library (-lidn). */ 00361 /* #undef HAVE_LIBIDN */ 00362 00363 /* Define to 1 if you have the `resolv' library (-lresolv). */ 00364 /* #undef HAVE_LIBRESOLV */ 00365 00366 /* Define to 1 if you have the `resolve' library (-lresolve). */ 00367 /* #undef HAVE_LIBRESOLVE */ 00368 00369 /* Define to 1 if you have the `socket' library (-lsocket). */ 00370 /* #undef HAVE_LIBSOCKET */ 00371 00372 /* Define to 1 if you have the `ssh2' library (-lssh2). */ 00373 /* #undef HAVE_LIBSSH2 */ 00374 00375 /* Define to 1 if you have the <libssh2.h> header file. */ 00376 /* #undef HAVE_LIBSSH2_H */ 00377 00378 /* Define to 1 if you have the `libssh2_version' function. */ 00379 /* #undef HAVE_LIBSSH2_VERSION */ 00380 00381 /* Define to 1 if you have the `ssl' library (-lssl). */ 00382 #define HAVE_LIBSSL 1 00383 00384 /* if zlib is available */ 00385 #define HAVE_LIBZ 1 00386 00387 /* Define to 1 if you have the <limits.h> header file. */ 00388 #define HAVE_LIMITS_H 1 00389 00390 /* if your compiler supports LL */ 00391 #define HAVE_LL 1 00392 00393 /* Define to 1 if you have the <locale.h> header file. */ 00394 #define HAVE_LOCALE_H 1 00395 00396 /* Define to 1 if you have a working localtime_r function. */ 00397 #define HAVE_LOCALTIME_R 1 00398 00399 /* Define to 1 if the compiler supports the 'long long' data type. */ 00400 #define HAVE_LONGLONG 1 00401 00402 /* Define to 1 if you have the malloc.h header file. */ 00403 #define HAVE_MALLOC_H 1 00404 00405 /* Define to 1 if you have the memory.h header file. */ 00406 #define HAVE_MEMORY_H 1 00407 00408 /* Define to 1 if you have the MSG_NOSIGNAL flag. */ 00409 /* #undef HAVE_MSG_NOSIGNAL */ 00410 00411 /* Define to 1 if you have the <netdb.h> header file. */ 00412 #define HAVE_NETDB_H 1 00413 00414 /* Define to 1 if you have the <netinet/in.h> header file. */ 00415 #define HAVE_NETINET_IN_H 1 00416 00417 /* Define to 1 if you have the <netinet/tcp.h> header file. */ 00418 #define HAVE_NETINET_TCP_H 1 00419 00420 /* Define to 1 if you have the <net/if.h> header file. */ 00421 #define HAVE_NET_IF_H 1 00422 00423 /* Define to 1 if NI_WITHSCOPEID exists and works. */ 00424 /* #undef HAVE_NI_WITHSCOPEID */ 00425 00426 /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE 00427 */ 00428 /* #undef HAVE_OLD_GSSMIT */ 00429 00430 /* Define to 1 if you have the <openssl/crypto.h> header file. */ 00431 #define HAVE_OPENSSL_CRYPTO_H 1 00432 00433 /* Define to 1 if you have the <openssl/engine.h> header file. */ 00434 #define HAVE_OPENSSL_ENGINE_H 1 00435 00436 /* Define to 1 if you have the <openssl/err.h> header file. */ 00437 #define HAVE_OPENSSL_ERR_H 1 00438 00439 /* Define to 1 if you have the <openssl/pem.h> header file. */ 00440 #define HAVE_OPENSSL_PEM_H 1 00441 00442 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */ 00443 #define HAVE_OPENSSL_PKCS12_H 1 00444 00445 /* Define to 1 if you have the <openssl/rsa.h> header file. */ 00446 #define HAVE_OPENSSL_RSA_H 1 00447 00448 /* Define to 1 if you have the <openssl/ssl.h> header file. */ 00449 #define HAVE_OPENSSL_SSL_H 1 00450 00451 /* Define to 1 if you have the <openssl/x509.h> header file. */ 00452 #define HAVE_OPENSSL_X509_H 1 00453 00454 /* Define to 1 if you have the <pem.h> header file. */ 00455 /* #undef HAVE_PEM_H */ 00456 00457 /* Define to 1 if you have the `perror' function. */ 00458 #define HAVE_PERROR 1 00459 00460 /* Define to 1 if you have the `pipe' function. */ 00461 #define HAVE_PIPE 1 00462 00463 /* Define to 1 if you have a working poll function. */ 00464 /* #undef HAVE_POLL */ 00465 00466 /* If you have a fine poll */ 00467 /* #undef HAVE_POLL_FINE */ 00468 00469 /* Define to 1 if you have the <poll.h> header file. */ 00470 /* #undef HAVE_POLL_H */ 00471 00472 /* Define to 1 if you have a working POSIX-style strerror_r function. */ 00473 /* #undef HAVE_POSIX_STRERROR_R */ 00474 00475 /* Define to 1 if you have the <pwd.h> header file. */ 00476 /* #undef HAVE_PWD_H */ 00477 00478 /* Define to 1 if you have the `RAND_egd' function. */ 00479 #define HAVE_RAND_EGD 1 00480 00481 /* Define to 1 if you have the `RAND_screen' function. */ 00482 /* #undef HAVE_RAND_SCREEN */ 00483 00484 /* Define to 1 if you have the `RAND_status' function. */ 00485 #define HAVE_RAND_STATUS 1 00486 00487 /* Define to 1 if you have the recv function. */ 00488 #define HAVE_RECV 1 00489 00490 /* Define to 1 if you have the recvfrom function. */ 00491 #define HAVE_RECVFROM 1 00492 00493 /* Define to 1 if you have the <rsa.h> header file. */ 00494 /* #undef HAVE_RSA_H */ 00495 00496 /* Define to 1 if you have the select function. */ 00497 #define HAVE_SELECT 1 00498 00499 /* Define to 1 if you have the send function. */ 00500 #define HAVE_SEND 1 00501 00502 /* Define to 1 if you have the <setjmp.h> header file. */ 00503 #define HAVE_SETJMP_H 1 00504 00505 /* Define to 1 if you have the `setlocale' function. */ 00506 #define HAVE_SETLOCALE 1 00507 00508 /* Define to 1 if you have the `setmode' function. */ 00509 #define HAVE_SETMODE 1 00510 00511 /* Define to 1 if you have the `setrlimit' function. */ 00512 #define HAVE_SETRLIMIT 1 00513 00514 /* Define to 1 if you have the setsockopt function. */ 00515 #define HAVE_SETSOCKOPT 1 00516 00517 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */ 00518 /* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */ 00519 00520 /* Define to 1 if you have the <sgtty.h> header file. */ 00521 /* #undef HAVE_SGTTY_H */ 00522 00523 /* Define to 1 if you have the sigaction function. */ 00524 #define HAVE_SIGACTION 1 00525 00526 /* Define to 1 if you have the siginterrupt function. */ 00527 #define HAVE_SIGINTERRUPT 1 00528 00529 /* Define to 1 if you have the signal function. */ 00530 #define HAVE_SIGNAL 1 00531 00532 /* Define to 1 if you have the <signal.h> header file. */ 00533 #define HAVE_SIGNAL_H 1 00534 00535 /* Define to 1 if you have the sigsetjmp function or macro. */ 00536 /* #undef HAVE_SIGSETJMP */ 00537 00538 /* Define to 1 if sig_atomic_t is an available typedef. */ 00539 #define HAVE_SIG_ATOMIC_T 1 00540 00541 /* Define to 1 if sig_atomic_t is already defined as volatile. */ 00542 /* #undef HAVE_SIG_ATOMIC_T_VOLATILE */ 00543 00544 /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */ 00545 #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 00546 00547 /* Define to 1 if you have the `socket' function. */ 00548 #define HAVE_SOCKET 1 00549 00550 /* Define to 1 if you have the `SSL_get_shutdown' function. */ 00551 #define HAVE_SSL_GET_SHUTDOWN 1 00552 00553 /* Define to 1 if you have the <ssl.h> header file. */ 00554 /* #undef HAVE_SSL_H */ 00555 00556 /* Define to 1 if you have the <stdbool.h> header file. */ 00557 #define HAVE_STDBOOL_H 1 00558 00559 /* Define to 1 if you have the <stdint.h> header file. */ 00560 /* #undef HAVE_STDINT_H */ 00561 00562 /* Define to 1 if you have the <stdio.h> header file. */ 00563 #define HAVE_STDIO_H 1 00564 00565 /* Define to 1 if you have the <stdlib.h> header file. */ 00566 #define HAVE_STDLIB_H 1 00567 00568 /* Define to 1 if you have the strcasecmp function. */ 00569 #define HAVE_STRCASECMP 1 00570 00571 /* Define to 1 if you have the strcmpi function. */ 00572 /* #undef HAVE_STRCMPI */ 00573 00574 /* Define to 1 if you have the strdup function. */ 00575 #define HAVE_STRDUP 1 00576 00577 /* Define to 1 if you have the strerror_r function. */ 00578 #define HAVE_STRERROR_R 1 00579 00580 /* Define to 1 if you have the stricmp function. */ 00581 /* #undef HAVE_STRICMP */ 00582 00583 /* Define to 1 if you have the <strings.h> header file. */ 00584 #define HAVE_STRINGS_H 1 00585 00586 /* Define to 1 if you have the <string.h> header file. */ 00587 #define HAVE_STRING_H 1 00588 00589 /* Define to 1 if you have the `strlcpy' function. */ 00590 /* #undef HAVE_STRLCPY */ 00591 00592 /* Define to 1 if you have the strncasecmp function. */ 00593 #define HAVE_STRNCASECMP 1 00594 00595 /* Define to 1 if you have the strncmpi function. */ 00596 /* #undef HAVE_STRNCMPI */ 00597 00598 /* Define to 1 if you have the strnicmp function. */ 00599 /* #undef HAVE_STRNICMP */ 00600 00601 /* Define to 1 if you have the <stropts.h> header file. */ 00602 /* #undef HAVE_STROPTS_H */ 00603 00604 /* Define to 1 if you have the strstr function. */ 00605 #define HAVE_STRSTR 1 00606 00607 /* Define to 1 if you have the strtok_r function. */ 00608 #define HAVE_STRTOK_R 1 00609 00610 /* Define to 1 if you have the strtoll function. */ 00611 /* #undef HAVE_STRTOLL */ 00612 00613 /* if struct sockaddr_storage is defined */ 00614 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 00615 00616 /* Define to 1 if you have the timeval struct. */ 00617 #define HAVE_STRUCT_TIMEVAL 1 00618 00619 /* Define to 1 if you have the <sys/filio.h> header file. */ 00620 /* #undef HAVE_SYS_FILIO_H */ 00621 00622 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00623 #define HAVE_SYS_IOCTL_H 1 00624 00625 /* Define to 1 if you have the <sys/param.h> header file. */ 00626 /* #undef HAVE_SYS_PARAM_H */ 00627 00628 /* Define to 1 if you have the <sys/poll.h> header file. */ 00629 /* #undef HAVE_SYS_POLL_H */ 00630 00631 /* Define to 1 if you have the <sys/resource.h> header file. */ 00632 #define HAVE_SYS_RESOURCE_H 1 00633 00634 /* Define to 1 if you have the <sys/select.h> header file. */ 00635 /* #undef HAVE_SYS_SELECT_H */ 00636 00637 /* Define to 1 if you have the <sys/socket.h> header file. */ 00638 #define HAVE_SYS_SOCKET_H 1 00639 00640 /* Define to 1 if you have the <sys/sockio.h> header file. */ 00641 /* #undef HAVE_SYS_SOCKIO_H */ 00642 00643 /* Define to 1 if you have the <sys/stat.h> header file. */ 00644 #define HAVE_SYS_STAT_H 1 00645 00646 /* Define to 1 if you have the <sys/time.h> header file. */ 00647 /* #undef HAVE_SYS_TIME_H */ 00648 00649 /* Define to 1 if you have the <sys/types.h> header file. */ 00650 #define HAVE_SYS_TYPES_H 1 00651 00652 /* Define to 1 if you have the <sys/uio.h> header file. */ 00653 #define HAVE_SYS_UIO_H 1 00654 00655 /* Define to 1 if you have the <sys/un.h> header file. */ 00656 #define HAVE_SYS_UN_H 1 00657 00658 /* Define to 1 if you have the <sys/utime.h> header file. */ 00659 #define HAVE_SYS_UTIME_H 1 00660 00661 /* Define to 1 if you have the <termios.h> header file. */ 00662 #define HAVE_TERMIOS_H 1 00663 00664 /* Define to 1 if you have the <termio.h> header file. */ 00665 #define HAVE_TERMIO_H 1 00666 00667 /* Define to 1 if you have the <time.h> header file. */ 00668 #define HAVE_TIME_H 1 00669 00670 /* Define to 1 if you have the <tld.h> header file. */ 00671 /* #undef HAVE_TLD_H */ 00672 00673 /* Define to 1 if you have the `tld_strerror' function. */ 00674 /* #undef HAVE_TLD_STRERROR */ 00675 00676 /* Define to 1 if you have the `uname' function. */ 00677 #define HAVE_UNAME 1 00678 00679 /* Define to 1 if you have the <unistd.h> header file. */ 00680 #define HAVE_UNISTD_H 1 00681 00682 /* Define to 1 if you have the `utime' function. */ 00683 #define HAVE_UTIME 1 00684 00685 /* Define to 1 if you have the <utime.h> header file. */ 00686 #define HAVE_UTIME_H 1 00687 00688 /* Define to 1 if compiler supports C99 variadic macro style. */ 00689 #define HAVE_VARIADIC_MACROS_C99 1 00690 00691 /* Define to 1 if compiler supports old gcc variadic macro style. */ 00692 #define HAVE_VARIADIC_MACROS_GCC 1 00693 00694 /* Define to 1 if you have a working vxworks-style strerror_r function. */ 00695 #define HAVE_VXWORKS_STRERROR_R 1 00696 00697 /* Define to 1 if you have the winber.h header file. */ 00698 /* #undef HAVE_WINBER_H */ 00699 00700 /* Define to 1 if you have the windows.h header file. */ 00701 /* #undef HAVE_WINDOWS_H */ 00702 00703 /* Define to 1 if you have the winldap.h header file. */ 00704 /* #undef HAVE_WINLDAP_H */ 00705 00706 /* Define to 1 if you have the winsock2.h header file. */ 00707 /* #undef HAVE_WINSOCK2_H */ 00708 00709 /* Define to 1 if you have the winsock.h header file. */ 00710 /* #undef HAVE_WINSOCK_H */ 00711 00712 /* Define this symbol if your OS supports changing the contents of argv */ 00713 #define HAVE_WRITABLE_ARGV 1 00714 00715 /* Define to 1 if you have the writev function. */ 00716 #define HAVE_WRITEV 1 00717 00718 /* Define to 1 if you have the ws2tcpip.h header file. */ 00719 /* #undef HAVE_WS2TCPIP_H */ 00720 00721 /* Define to 1 if you have the <x509.h> header file. */ 00722 /* #undef HAVE_X509_H */ 00723 00724 /* if you have the zlib.h header file */ 00725 #define HAVE_ZLIB_H 1 00726 00727 /* Define to 1 if you need the lber.h header file even with ldap.h */ 00728 /* #undef NEED_LBER_H */ 00729 00730 /* Define to 1 if you need the malloc.h header file even with stdlib.h */ 00731 /* #undef NEED_MALLOC_H */ 00732 00733 /* Define to 1 if you need the memory.h header file even with stdlib.h */ 00734 /* #undef NEED_MEMORY_H */ 00735 00736 /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */ 00737 /* #undef NEED_REENTRANT */ 00738 00739 /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */ 00740 /* #undef NEED_THREAD_SAFE */ 00741 00742 /* Define to 1 if the open function requires three arguments. */ 00743 #define OPEN_NEEDS_ARG3 1 00744 00745 /* cpu-machine-OS */ 00746 #define OS "unknown-unknown-vxworks" 00747 00748 /* Name of package */ 00749 #define PACKAGE "curl" 00750 00751 /* a suitable file to read random data from */ 00752 #define RANDOM_FILE "/dev/urandom" 00753 00754 /* Define to the type of arg 1 for recvfrom. */ 00755 #define RECVFROM_TYPE_ARG1 int 00756 00757 /* Define to the type pointed by arg 2 for recvfrom. */ 00758 #define RECVFROM_TYPE_ARG2 void 00759 00760 /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */ 00761 #define RECVFROM_TYPE_ARG2_IS_VOID 1 00762 00763 /* Define to the type of arg 3 for recvfrom. */ 00764 #define RECVFROM_TYPE_ARG3 size_t 00765 00766 /* Define to the type of arg 4 for recvfrom. */ 00767 #define RECVFROM_TYPE_ARG4 int 00768 00769 /* Define to the type pointed by arg 5 for recvfrom. */ 00770 #define RECVFROM_TYPE_ARG5 struct sockaddr 00771 00772 /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */ 00773 /* #undef RECVFROM_TYPE_ARG5_IS_VOID */ 00774 00775 /* Define to the type pointed by arg 6 for recvfrom. */ 00776 #define RECVFROM_TYPE_ARG6 socklen_t 00777 00778 /* Define to 1 if the type pointed by arg 6 for recvfrom is void. */ 00779 /* #undef RECVFROM_TYPE_ARG6_IS_VOID */ 00780 00781 /* Define to the function return type for recvfrom. */ 00782 #define RECVFROM_TYPE_RETV int 00783 00784 /* Define to the type of arg 1 for recv. */ 00785 #define RECV_TYPE_ARG1 int 00786 00787 /* Define to the type of arg 2 for recv. */ 00788 #define RECV_TYPE_ARG2 void * 00789 00790 /* Define to the type of arg 3 for recv. */ 00791 #define RECV_TYPE_ARG3 size_t 00792 00793 /* Define to the type of arg 4 for recv. */ 00794 #define RECV_TYPE_ARG4 int 00795 00796 /* Define to the function return type for recv. */ 00797 #define RECV_TYPE_RETV int 00798 00799 /* Define as the return type of signal handlers (`int' or `void'). */ 00800 #define RETSIGTYPE void 00801 00802 /* Define to the type qualifier of arg 5 for select. */ 00803 #define SELECT_QUAL_ARG5 00804 00805 /* Define to the type of arg 1 for select. */ 00806 #define SELECT_TYPE_ARG1 int 00807 00808 /* Define to the type of args 2, 3 and 4 for select. */ 00809 #define SELECT_TYPE_ARG234 fd_set * 00810 00811 /* Define to the type of arg 5 for select. */ 00812 #define SELECT_TYPE_ARG5 struct timeval * 00813 00814 /* Define to the function return type for select. */ 00815 #define SELECT_TYPE_RETV int 00816 00817 /* Define to the type qualifier of arg 2 for send. */ 00818 #define SEND_QUAL_ARG2 const 00819 00820 /* Define to the type of arg 1 for send. */ 00821 #define SEND_TYPE_ARG1 int 00822 00823 /* Define to the type of arg 2 for send. */ 00824 #define SEND_TYPE_ARG2 void * 00825 00826 /* Define to the type of arg 3 for send. */ 00827 #define SEND_TYPE_ARG3 size_t 00828 00829 /* Define to the type of arg 4 for send. */ 00830 #define SEND_TYPE_ARG4 int 00831 00832 /* Define to the function return type for send. */ 00833 #define SEND_TYPE_RETV int 00834 00835 /* The size of `int', as computed by sizeof. */ 00836 #define SIZEOF_INT 4 00837 00838 /* The size of `long', as computed by sizeof. */ 00839 #define SIZEOF_LONG 4 00840 00841 /* The size of `off_t', as computed by sizeof. */ 00842 #define SIZEOF_OFF_T 8 00843 00844 /* The size of `short', as computed by sizeof. */ 00845 #define SIZEOF_SHORT 2 00846 00847 /* The size of `size_t', as computed by sizeof. */ 00848 #define SIZEOF_SIZE_T 4 00849 00850 /* The size of `time_t', as computed by sizeof. */ 00851 #define SIZEOF_TIME_T 4 00852 00853 /* The size of `void*', as computed by sizeof. */ 00854 #define SIZEOF_VOIDP 4 00855 00856 /* Define to 1 if you have the ANSI C header files. */ 00857 #define STDC_HEADERS 1 00858 00859 /* Define to the type of arg 3 for strerror_r. */ 00860 /* #undef STRERROR_R_TYPE_ARG3 */ 00861 00862 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00863 /* #undef TIME_WITH_SYS_TIME */ 00864 00865 /* Define if you want to enable c-ares support */ 00866 /* #undef USE_ARES */ 00867 00868 /* Define to disable non-blocking sockets. */ 00869 /* #undef USE_BLOCKING_SOCKETS */ 00870 00871 /* if GnuTLS is enabled */ 00872 /* #undef USE_GNUTLS */ 00873 00874 /* if libSSH2 is in use */ 00875 /* #undef USE_LIBSSH2 */ 00876 00877 /* If you want to build curl with the built-in manual */ 00878 #define USE_MANUAL 1 00879 00880 /* if NSS is enabled */ 00881 /* #undef USE_NSS */ 00882 00883 /* if OpenSSL is in use */ 00884 #define USE_OPENSSL 1 00885 00886 /* Define to 1 if you are building a Windows target without large file 00887 support. */ 00888 /* #undef USE_WIN32_LARGE_FILES */ 00889 00890 /* to enable SSPI support */ 00891 /* #undef USE_WINDOWS_SSPI */ 00892 00893 /* Define to 1 if using yaSSL in OpenSSL compatibility mode. */ 00894 /* #undef USE_YASSLEMUL */ 00895 00896 /* Define to avoid automatic inclusion of winsock.h */ 00897 /* #undef WIN32_LEAN_AND_MEAN */ 00898 00899 /* Define to 1 if OS is AIX. */ 00900 #ifndef _ALL_SOURCE 00901 /* # undef _ALL_SOURCE */ 00902 #endif 00903 00904 /* Number of bits in a file offset, on hosts where this is settable. */ 00905 /* #undef _FILE_OFFSET_BITS */ 00906 00907 /* Define for large files, on AIX-style hosts. */ 00908 /* #undef _LARGE_FILES */ 00909 00910 /* Define to empty if `const' does not conform to ANSI C. */ 00911 /* #undef const */ 00912 00913 /* Type to use in place of in_addr_t when system does not provide it. */ 00914 /* #undef in_addr_t */ 00915 00916 /* Define to `__inline__' or `__inline' if that's what the C compiler 00917 calls it, or to nothing if 'inline' is not supported under any name. */ 00918 #ifndef __cplusplus 00919 /* #undef inline */ 00920 #endif 00921 00922 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00923 /* #undef size_t */ 00924 00925 /* the signed version of size_t */ 00926 /* #undef ssize_t */ 00927 00928 #endif /* HEADER_CURL_CONFIG_VXWORKS_H */