config-vxworks.h 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904
  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 - 2020, 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.haxx.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. /* Hand crafted config file for VxWorks */
  26. /* =============================================================== */
  27. /* Location of default ca bundle */
  28. /* #undef CURL_CA_BUNDLE */
  29. /* Location of default ca path */
  30. /* #undef CURL_CA_PATH */
  31. /* to disable cookies support */
  32. /* #undef CURL_DISABLE_COOKIES */
  33. /* to disable cryptographic authentication */
  34. /* #undef CURL_DISABLE_CRYPTO_AUTH */
  35. /* to disable DICT */
  36. /* #undef CURL_DISABLE_DICT */
  37. /* to disable FILE */
  38. /* #undef CURL_DISABLE_FILE */
  39. /* to disable FTP */
  40. #define CURL_DISABLE_FTP 1
  41. /* to disable HTTP */
  42. /* #undef CURL_DISABLE_HTTP */
  43. /* to disable LDAP */
  44. #define CURL_DISABLE_LDAP 1
  45. /* to disable LDAPS */
  46. #define CURL_DISABLE_LDAPS 1
  47. /* to disable NTLM authentication */
  48. #define CURL_DISABLE_NTLM 1
  49. /* to disable proxies */
  50. /* #undef CURL_DISABLE_PROXY */
  51. /* to disable TELNET */
  52. #define CURL_DISABLE_TELNET 1
  53. /* to disable TFTP */
  54. #define CURL_DISABLE_TFTP 1
  55. /* to disable verbose strings */
  56. /* #undef CURL_DISABLE_VERBOSE_STRINGS */
  57. /* Definition to make a library symbol externally visible. */
  58. /* #undef CURL_EXTERN_SYMBOL */
  59. /* Use Windows LDAP implementation */
  60. /* #undef USE_WIN32_LDAP */
  61. /* your Entropy Gathering Daemon socket pathname */
  62. /* #undef EGD_SOCKET */
  63. /* Define if you want to enable IPv6 support */
  64. #define ENABLE_IPV6 1
  65. /* Define to the type qualifier of arg 1 for getnameinfo. */
  66. #define GETNAMEINFO_QUAL_ARG1 const
  67. /* Define to the type of arg 1 for getnameinfo. */
  68. #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
  69. /* Define to the type of arg 2 for getnameinfo. */
  70. #define GETNAMEINFO_TYPE_ARG2 socklen_t
  71. /* Define to the type of args 4 and 6 for getnameinfo. */
  72. #define GETNAMEINFO_TYPE_ARG46 size_t
  73. /* Define to the type of arg 7 for getnameinfo. */
  74. #define GETNAMEINFO_TYPE_ARG7 unsigned int
  75. /* Specifies the number of arguments to getservbyport_r */
  76. #define GETSERVBYPORT_R_ARGS 6
  77. /* Specifies the size of the buffer to pass to getservbyport_r */
  78. #define GETSERVBYPORT_R_BUFSIZE 4096
  79. /* Define to 1 if you have the alarm function. */
  80. #define HAVE_ALARM 1
  81. /* Define to 1 if you have the <alloca.h> header file. */
  82. #define HAVE_ALLOCA_H 1
  83. /* Define to 1 if you have the <arpa/inet.h> header file. */
  84. #define HAVE_ARPA_INET_H 1
  85. /* Define to 1 if you have the <arpa/tftp.h> header file. */
  86. /* #undef HAVE_ARPA_TFTP_H */
  87. /* Define to 1 if you have the <assert.h> header file. */
  88. #define HAVE_ASSERT_H 1
  89. /* Define to 1 if you have the `basename' function. */
  90. /* #undef HAVE_BASENAME */
  91. /* Define to 1 if bool is an available type. */
  92. #define HAVE_BOOL_T 1
  93. /* Define to 1 if you have the clock_gettime function and monotonic timer. */
  94. /* #undef HAVE_CLOCK_GETTIME_MONOTONIC */
  95. /* Define to 1 if you have the `closesocket' function. */
  96. /* #undef HAVE_CLOSESOCKET */
  97. /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
  98. #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
  99. /* Define to 1 if you have the <crypto.h> header file. */
  100. /* #undef HAVE_CRYPTO_H */
  101. /* Define to 1 if you have the <dlfcn.h> header file. */
  102. #define HAVE_DLFCN_H 1
  103. /* Define to 1 if you have the <errno.h> header file. */
  104. #define HAVE_ERRNO_H 1
  105. /* Define to 1 if you have the <err.h> header file. */
  106. /* #undef HAVE_ERR_H */
  107. /* Define to 1 if you have the fcntl function. */
  108. #define HAVE_FCNTL 1
  109. /* Define to 1 if you have the <fcntl.h> header file. */
  110. #define HAVE_FCNTL_H 1
  111. /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
  112. #define HAVE_FCNTL_O_NONBLOCK 1
  113. /* Define to 1 if you have the `fork' function. */
  114. #define HAVE_FORK 1
  115. /* Define to 1 if you have the freeaddrinfo function. */
  116. #define HAVE_FREEADDRINFO 1
  117. /* Define to 1 if you have the freeifaddrs function. */
  118. #define HAVE_FREEIFADDRS 1
  119. /* Define to 1 if you have the ftruncate function. */
  120. #define HAVE_FTRUNCATE 1
  121. /* Define to 1 if you have a working getaddrinfo function. */
  122. #define HAVE_GETADDRINFO 1
  123. /* Define to 1 if you have the `geteuid' function. */
  124. /* #undef HAVE_GETEUID */
  125. /* Define to 1 if you have the gethostbyaddr function. */
  126. #define HAVE_GETHOSTBYADDR 1
  127. /* Define to 1 if you have the gethostbyaddr_r function. */
  128. #define HAVE_GETHOSTBYADDR_R 1
  129. /* gethostbyaddr_r() takes 5 args */
  130. /* #undef HAVE_GETHOSTBYADDR_R_5 */
  131. /* gethostbyaddr_r() takes 7 args */
  132. /* #undef HAVE_GETHOSTBYADDR_R_7 */
  133. /* gethostbyaddr_r() takes 8 args */
  134. #define HAVE_GETHOSTBYADDR_R_8 1
  135. /* Define to 1 if you have the gethostbyname function. */
  136. #define HAVE_GETHOSTBYNAME 1
  137. /* Define to 1 if you have the gethostbyname_r function. */
  138. /* #undef HAVE_GETHOSTBYNAME_R */
  139. /* gethostbyname_r() takes 3 args */
  140. /* #undef HAVE_GETHOSTBYNAME_R_3 */
  141. /* gethostbyname_r() takes 5 args */
  142. /* #undef HAVE_GETHOSTBYNAME_R_5 */
  143. /* gethostbyname_r() takes 6 args */
  144. /* #undef HAVE_GETHOSTBYNAME_R_6 */
  145. /* Define to 1 if you have the gethostname function. */
  146. #define HAVE_GETHOSTNAME 1
  147. /* Define to 1 if you have a working getifaddrs function. */
  148. /* #undef HAVE_GETIFADDRS */
  149. /* Define to 1 if you have the getnameinfo function. */
  150. #define HAVE_GETNAMEINFO 1
  151. /* Define to 1 if you have the `getpass_r' function. */
  152. /* #undef HAVE_GETPASS_R */
  153. /* Define to 1 if you have the `getppid' function. */
  154. #define HAVE_GETPPID 1
  155. /* Define to 1 if you have the `getprotobyname' function. */
  156. #define HAVE_GETPROTOBYNAME 1
  157. /* Define to 1 if you have the `getpwuid' function. */
  158. /* #undef HAVE_GETPWUID */
  159. /* Define to 1 if you have the `getrlimit' function. */
  160. #define HAVE_GETRLIMIT 1
  161. /* Define to 1 if you have the getservbyport_r function. */
  162. /* #undef HAVE_GETSERVBYPORT_R */
  163. /* Define to 1 if you have the `gettimeofday' function. */
  164. /* #undef HAVE_GETTIMEOFDAY */
  165. /* Define to 1 if you have a working glibc-style strerror_r function. */
  166. /* #undef HAVE_GLIBC_STRERROR_R */
  167. /* Define to 1 if you have a working gmtime_r function. */
  168. #define HAVE_GMTIME_R 1
  169. /* if you have the gssapi libraries */
  170. /* #undef HAVE_GSSAPI */
  171. /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
  172. /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
  173. /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
  174. /* #undef HAVE_GSSAPI_GSSAPI_H */
  175. /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
  176. /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
  177. /* if you have the GNU gssapi libraries */
  178. /* #undef HAVE_GSSGNU */
  179. /* if you have the Heimdal gssapi libraries */
  180. /* #undef HAVE_GSSHEIMDAL */
  181. /* if you have the MIT gssapi libraries */
  182. /* #undef HAVE_GSSMIT */
  183. /* Define to 1 if you have the `idna_strerror' function. */
  184. /* #undef HAVE_IDNA_STRERROR */
  185. /* Define to 1 if you have the `idn_free' function. */
  186. /* #undef HAVE_IDN_FREE */
  187. /* Define to 1 if you have the <idn-free.h> header file. */
  188. /* #undef HAVE_IDN_FREE_H */
  189. /* Define to 1 if you have the <ifaddrs.h> header file. */
  190. /* #undef HAVE_IFADDRS_H */
  191. /* Define to 1 if you have the `inet_addr' function. */
  192. #define HAVE_INET_ADDR 1
  193. /* Define to 1 if you have the inet_ntoa_r function. */
  194. /* #undef HAVE_INET_NTOA_R */
  195. /* inet_ntoa_r() takes 2 args */
  196. /* #undef HAVE_INET_NTOA_R_2 */
  197. /* inet_ntoa_r() takes 3 args */
  198. /* #undef HAVE_INET_NTOA_R_3 */
  199. /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
  200. /* #undef HAVE_INET_NTOP */
  201. /* Define to 1 if you have a IPv6 capable working inet_pton function. */
  202. /* #undef HAVE_INET_PTON */
  203. /* Define to 1 if you have the <inttypes.h> header file. */
  204. #define HAVE_INTTYPES_H 1
  205. /* Define to 1 if you have the ioctl function. */
  206. #define HAVE_IOCTL 1
  207. /* Define to 1 if you have the ioctlsocket function. */
  208. /* #undef HAVE_IOCTLSOCKET */
  209. /* Define to 1 if you have the IoctlSocket camel case function. */
  210. /* #undef HAVE_IOCTLSOCKET_CAMEL */
  211. /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
  212. */
  213. /* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
  214. /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
  215. /* #undef HAVE_IOCTLSOCKET_FIONBIO */
  216. /* Define to 1 if you have a working ioctl FIONBIO function. */
  217. #define HAVE_IOCTL_FIONBIO 1
  218. /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
  219. #define HAVE_IOCTL_SIOCGIFADDR 1
  220. /* Define to 1 if you have the <io.h> header file. */
  221. #define HAVE_IO_H 1
  222. /* if you have the Kerberos4 libraries (including -ldes) */
  223. /* #undef HAVE_KRB4 */
  224. /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
  225. /* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
  226. /* Define to 1 if you have the <krb.h> header file. */
  227. /* #undef HAVE_KRB_H */
  228. /* Define to 1 if you have the lber.h header file. */
  229. /* #undef HAVE_LBER_H */
  230. /* Define to 1 if you have the ldapssl.h header file. */
  231. /* #undef HAVE_LDAPSSL_H */
  232. /* Define to 1 if you have the ldap.h header file. */
  233. /* #undef HAVE_LDAP_H */
  234. /* Use LDAPS implementation */
  235. /* #undef HAVE_LDAP_SSL */
  236. /* Define to 1 if you have the ldap_ssl.h header file. */
  237. /* #undef HAVE_LDAP_SSL_H */
  238. /* Define to 1 if you have the `ldap_url_parse' function. */
  239. /* #undef HAVE_LDAP_URL_PARSE */
  240. /* Define to 1 if you have the <libgen.h> header file. */
  241. /* #undef HAVE_LIBGEN_H */
  242. /* Define to 1 if you have the `idn' library (-lidn). */
  243. /* #undef HAVE_LIBIDN */
  244. /* Define to 1 if you have the `resolv' library (-lresolv). */
  245. /* #undef HAVE_LIBRESOLV */
  246. /* Define to 1 if you have the `resolve' library (-lresolve). */
  247. /* #undef HAVE_LIBRESOLVE */
  248. /* Define to 1 if you have the `socket' library (-lsocket). */
  249. /* #undef HAVE_LIBSOCKET */
  250. /* Define to 1 if you have the `ssh2' library (-lssh2). */
  251. /* #undef HAVE_LIBSSH2 */
  252. /* Define to 1 if you have the <libssh2.h> header file. */
  253. /* #undef HAVE_LIBSSH2_H */
  254. /* Define to 1 if you have the `libssh2_version' function. */
  255. /* #undef HAVE_LIBSSH2_VERSION */
  256. /* if zlib is available */
  257. #define HAVE_LIBZ 1
  258. /* if your compiler supports LL */
  259. #define HAVE_LL 1
  260. /* Define to 1 if you have the <locale.h> header file. */
  261. #define HAVE_LOCALE_H 1
  262. /* Define to 1 if you have a working localtime_r function. */
  263. #define HAVE_LOCALTIME_R 1
  264. /* Define to 1 if the compiler supports the 'long long' data type. */
  265. #define HAVE_LONGLONG 1
  266. /* Define to 1 if you have the malloc.h header file. */
  267. #define HAVE_MALLOC_H 1
  268. /* Define to 1 if you have the memory.h header file. */
  269. #define HAVE_MEMORY_H 1
  270. /* Define to 1 if you have the MSG_NOSIGNAL flag. */
  271. /* #undef HAVE_MSG_NOSIGNAL */
  272. /* Define to 1 if you have the <netdb.h> header file. */
  273. #define HAVE_NETDB_H 1
  274. /* Define to 1 if you have the <netinet/in.h> header file. */
  275. #define HAVE_NETINET_IN_H 1
  276. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  277. #define HAVE_NETINET_TCP_H 1
  278. /* Define to 1 if you have the <net/if.h> header file. */
  279. #define HAVE_NET_IF_H 1
  280. /* Define to 1 if NI_WITHSCOPEID exists and works. */
  281. /* #undef HAVE_NI_WITHSCOPEID */
  282. /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE
  283. */
  284. /* #undef HAVE_OLD_GSSMIT */
  285. /* Define to 1 if you have the <openssl/crypto.h> header file. */
  286. #define HAVE_OPENSSL_CRYPTO_H 1
  287. /* Define to 1 if you have the <openssl/err.h> header file. */
  288. #define HAVE_OPENSSL_ERR_H 1
  289. /* Define to 1 if you have the <openssl/pem.h> header file. */
  290. #define HAVE_OPENSSL_PEM_H 1
  291. /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
  292. #define HAVE_OPENSSL_PKCS12_H 1
  293. /* Define to 1 if you have the <openssl/rsa.h> header file. */
  294. #define HAVE_OPENSSL_RSA_H 1
  295. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  296. #define HAVE_OPENSSL_SSL_H 1
  297. /* Define to 1 if you have the <openssl/x509.h> header file. */
  298. #define HAVE_OPENSSL_X509_H 1
  299. /* Define to 1 if you have the <pem.h> header file. */
  300. /* #undef HAVE_PEM_H */
  301. /* Define to 1 if you have the `perror' function. */
  302. #define HAVE_PERROR 1
  303. /* Define to 1 if you have the `pipe' function. */
  304. #define HAVE_PIPE 1
  305. /* Define to 1 if you have a working poll function. */
  306. /* #undef HAVE_POLL */
  307. /* If you have a fine poll */
  308. /* #undef HAVE_POLL_FINE */
  309. /* Define to 1 if you have the <poll.h> header file. */
  310. /* #undef HAVE_POLL_H */
  311. /* Define to 1 if you have a working POSIX-style strerror_r function. */
  312. /* #undef HAVE_POSIX_STRERROR_R */
  313. /* Define to 1 if you have the <pwd.h> header file. */
  314. /* #undef HAVE_PWD_H */
  315. /* Define to 1 if you have the `RAND_egd' function. */
  316. #define HAVE_RAND_EGD 1
  317. /* Define to 1 if you have the `RAND_screen' function. */
  318. /* #undef HAVE_RAND_SCREEN */
  319. /* Define to 1 if you have the `RAND_status' function. */
  320. #define HAVE_RAND_STATUS 1
  321. /* Define to 1 if you have the recv function. */
  322. #define HAVE_RECV 1
  323. /* Define to 1 if you have the recvfrom function. */
  324. #define HAVE_RECVFROM 1
  325. /* Define to 1 if you have the <rsa.h> header file. */
  326. /* #undef HAVE_RSA_H */
  327. /* Define to 1 if you have the select function. */
  328. #define HAVE_SELECT 1
  329. /* Define to 1 if you have the send function. */
  330. #define HAVE_SEND 1
  331. /* Define to 1 if you have the <setjmp.h> header file. */
  332. #define HAVE_SETJMP_H 1
  333. /* Define to 1 if you have the `setlocale' function. */
  334. #define HAVE_SETLOCALE 1
  335. /* Define to 1 if you have the `setmode' function. */
  336. #define HAVE_SETMODE 1
  337. /* Define to 1 if you have the `setrlimit' function. */
  338. #define HAVE_SETRLIMIT 1
  339. /* Define to 1 if you have the setsockopt function. */
  340. #define HAVE_SETSOCKOPT 1
  341. /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
  342. /* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
  343. /* Define to 1 if you have the <sgtty.h> header file. */
  344. /* #undef HAVE_SGTTY_H */
  345. /* Define to 1 if you have the sigaction function. */
  346. #define HAVE_SIGACTION 1
  347. /* Define to 1 if you have the siginterrupt function. */
  348. #define HAVE_SIGINTERRUPT 1
  349. /* Define to 1 if you have the signal function. */
  350. #define HAVE_SIGNAL 1
  351. /* Define to 1 if you have the <signal.h> header file. */
  352. #define HAVE_SIGNAL_H 1
  353. /* Define to 1 if you have the sigsetjmp function or macro. */
  354. /* #undef HAVE_SIGSETJMP */
  355. /* Define to 1 if sig_atomic_t is an available typedef. */
  356. #define HAVE_SIG_ATOMIC_T 1
  357. /* Define to 1 if sig_atomic_t is already defined as volatile. */
  358. /* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
  359. /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
  360. #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
  361. /* Define to 1 if you have the `socket' function. */
  362. #define HAVE_SOCKET 1
  363. /* Define to 1 if you have the <ssl.h> header file. */
  364. /* #undef HAVE_SSL_H */
  365. /* Define to 1 if you have the <stdbool.h> header file. */
  366. #define HAVE_STDBOOL_H 1
  367. /* Define to 1 if you have the <stdint.h> header file. */
  368. /* #undef HAVE_STDINT_H */
  369. /* Define to 1 if you have the <stdio.h> header file. */
  370. #define HAVE_STDIO_H 1
  371. /* Define to 1 if you have the <stdlib.h> header file. */
  372. #define HAVE_STDLIB_H 1
  373. /* Define to 1 if you have the strcasecmp function. */
  374. #define HAVE_STRCASECMP 1
  375. /* Define to 1 if you have the strcmpi function. */
  376. /* #undef HAVE_STRCMPI */
  377. /* Define to 1 if you have the strdup function. */
  378. #define HAVE_STRDUP 1
  379. /* Define to 1 if you have the strerror_r function. */
  380. #define HAVE_STRERROR_R 1
  381. /* Define to 1 if you have the stricmp function. */
  382. /* #undef HAVE_STRICMP */
  383. /* Define to 1 if you have the <strings.h> header file. */
  384. #define HAVE_STRINGS_H 1
  385. /* Define to 1 if you have the <string.h> header file. */
  386. #define HAVE_STRING_H 1
  387. /* Define to 1 if you have the `strlcpy' function. */
  388. /* #undef HAVE_STRLCPY */
  389. /* Define to 1 if you have the strncasecmp function. */
  390. #define HAVE_STRNCASECMP 1
  391. /* Define to 1 if you have the strncmpi function. */
  392. /* #undef HAVE_STRNCMPI */
  393. /* Define to 1 if you have the strnicmp function. */
  394. /* #undef HAVE_STRNICMP */
  395. /* Define to 1 if you have the <stropts.h> header file. */
  396. /* #undef HAVE_STROPTS_H */
  397. /* Define to 1 if you have the strstr function. */
  398. #define HAVE_STRSTR 1
  399. /* Define to 1 if you have the strtok_r function. */
  400. #define HAVE_STRTOK_R 1
  401. /* Define to 1 if you have the strtoll function. */
  402. /* #undef HAVE_STRTOLL */
  403. /* if struct sockaddr_storage is defined */
  404. #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  405. /* Define to 1 if you have the timeval struct. */
  406. #define HAVE_STRUCT_TIMEVAL 1
  407. /* Define to 1 if you have the <sys/filio.h> header file. */
  408. /* #undef HAVE_SYS_FILIO_H */
  409. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  410. #define HAVE_SYS_IOCTL_H 1
  411. /* Define to 1 if you have the <sys/param.h> header file. */
  412. /* #undef HAVE_SYS_PARAM_H */
  413. /* Define to 1 if you have the <sys/poll.h> header file. */
  414. /* #undef HAVE_SYS_POLL_H */
  415. /* Define to 1 if you have the <sys/resource.h> header file. */
  416. #define HAVE_SYS_RESOURCE_H 1
  417. /* Define to 1 if you have the <sys/select.h> header file. */
  418. /* #undef HAVE_SYS_SELECT_H */
  419. /* Define to 1 if you have the <sys/socket.h> header file. */
  420. #define HAVE_SYS_SOCKET_H 1
  421. /* Define to 1 if you have the <sys/sockio.h> header file. */
  422. /* #undef HAVE_SYS_SOCKIO_H */
  423. /* Define to 1 if you have the <sys/stat.h> header file. */
  424. #define HAVE_SYS_STAT_H 1
  425. /* Define to 1 if you have the <sys/time.h> header file. */
  426. /* #undef HAVE_SYS_TIME_H */
  427. /* Define to 1 if you have the <sys/types.h> header file. */
  428. #define HAVE_SYS_TYPES_H 1
  429. /* Define to 1 if you have the <sys/uio.h> header file. */
  430. #define HAVE_SYS_UIO_H 1
  431. /* Define to 1 if you have the <sys/un.h> header file. */
  432. #define HAVE_SYS_UN_H 1
  433. /* Define to 1 if you have the <sys/utime.h> header file. */
  434. #define HAVE_SYS_UTIME_H 1
  435. /* Define to 1 if you have the <termios.h> header file. */
  436. #define HAVE_TERMIOS_H 1
  437. /* Define to 1 if you have the <termio.h> header file. */
  438. #define HAVE_TERMIO_H 1
  439. /* Define to 1 if you have the <time.h> header file. */
  440. #define HAVE_TIME_H 1
  441. /* Define to 1 if you have the <tld.h> header file. */
  442. /* #undef HAVE_TLD_H */
  443. /* Define to 1 if you have the `tld_strerror' function. */
  444. /* #undef HAVE_TLD_STRERROR */
  445. /* Define to 1 if you have the `uname' function. */
  446. #define HAVE_UNAME 1
  447. /* Define to 1 if you have the <unistd.h> header file. */
  448. #define HAVE_UNISTD_H 1
  449. /* Define to 1 if you have the `utime' function. */
  450. #define HAVE_UTIME 1
  451. /* Define to 1 if you have the <utime.h> header file. */
  452. #define HAVE_UTIME_H 1
  453. /* Define to 1 if compiler supports C99 variadic macro style. */
  454. #define HAVE_VARIADIC_MACROS_C99 1
  455. /* Define to 1 if compiler supports old gcc variadic macro style. */
  456. #define HAVE_VARIADIC_MACROS_GCC 1
  457. /* Define to 1 if you have a working vxworks-style strerror_r function. */
  458. #define HAVE_VXWORKS_STRERROR_R 1
  459. /* Define to 1 if you have the winber.h header file. */
  460. /* #undef HAVE_WINBER_H */
  461. /* Define to 1 if you have the windows.h header file. */
  462. /* #undef HAVE_WINDOWS_H */
  463. /* Define to 1 if you have the winldap.h header file. */
  464. /* #undef HAVE_WINLDAP_H */
  465. /* Define to 1 if you have the winsock2.h header file. */
  466. /* #undef HAVE_WINSOCK2_H */
  467. /* Define to 1 if you have the winsock.h header file. */
  468. /* #undef HAVE_WINSOCK_H */
  469. /* Define this symbol if your OS supports changing the contents of argv */
  470. #define HAVE_WRITABLE_ARGV 1
  471. /* Define to 1 if you have the writev function. */
  472. #define HAVE_WRITEV 1
  473. /* Define to 1 if you have the ws2tcpip.h header file. */
  474. /* #undef HAVE_WS2TCPIP_H */
  475. /* Define to 1 if you have the <x509.h> header file. */
  476. /* #undef HAVE_X509_H */
  477. /* if you have the zlib.h header file */
  478. #define HAVE_ZLIB_H 1
  479. /* Define to 1 if you need the lber.h header file even with ldap.h */
  480. /* #undef NEED_LBER_H */
  481. /* Define to 1 if you need the malloc.h header file even with stdlib.h */
  482. /* #undef NEED_MALLOC_H */
  483. /* Define to 1 if you need the memory.h header file even with stdlib.h */
  484. /* #undef NEED_MEMORY_H */
  485. /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
  486. /* #undef NEED_REENTRANT */
  487. /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
  488. /* #undef NEED_THREAD_SAFE */
  489. /* Define to 1 if the open function requires three arguments. */
  490. #define OPEN_NEEDS_ARG3 1
  491. /* cpu-machine-OS */
  492. #define OS "unknown-unknown-vxworks"
  493. /* Name of package */
  494. #define PACKAGE "curl"
  495. /* a suitable file to read random data from */
  496. #define RANDOM_FILE "/dev/urandom"
  497. /* Define to the type of arg 1 for recvfrom. */
  498. #define RECVFROM_TYPE_ARG1 int
  499. /* Define to the type pointed by arg 2 for recvfrom. */
  500. #define RECVFROM_TYPE_ARG2 void
  501. /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
  502. #define RECVFROM_TYPE_ARG2_IS_VOID 1
  503. /* Define to the type of arg 3 for recvfrom. */
  504. #define RECVFROM_TYPE_ARG3 size_t
  505. /* Define to the type of arg 4 for recvfrom. */
  506. #define RECVFROM_TYPE_ARG4 int
  507. /* Define to the type pointed by arg 5 for recvfrom. */
  508. #define RECVFROM_TYPE_ARG5 struct sockaddr
  509. /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
  510. /* #undef RECVFROM_TYPE_ARG5_IS_VOID */
  511. /* Define to the type pointed by arg 6 for recvfrom. */
  512. #define RECVFROM_TYPE_ARG6 socklen_t
  513. /* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
  514. /* #undef RECVFROM_TYPE_ARG6_IS_VOID */
  515. /* Define to the function return type for recvfrom. */
  516. #define RECVFROM_TYPE_RETV int
  517. /* Define to the type of arg 1 for recv. */
  518. #define RECV_TYPE_ARG1 int
  519. /* Define to the type of arg 2 for recv. */
  520. #define RECV_TYPE_ARG2 void *
  521. /* Define to the type of arg 3 for recv. */
  522. #define RECV_TYPE_ARG3 size_t
  523. /* Define to the type of arg 4 for recv. */
  524. #define RECV_TYPE_ARG4 int
  525. /* Define to the function return type for recv. */
  526. #define RECV_TYPE_RETV int
  527. /* Define as the return type of signal handlers (`int' or `void'). */
  528. #define RETSIGTYPE void
  529. /* Define to the type qualifier of arg 5 for select. */
  530. #define SELECT_QUAL_ARG5
  531. /* Define to the type of arg 1 for select. */
  532. #define SELECT_TYPE_ARG1 int
  533. /* Define to the type of args 2, 3 and 4 for select. */
  534. #define SELECT_TYPE_ARG234 fd_set *
  535. /* Define to the type of arg 5 for select. */
  536. #define SELECT_TYPE_ARG5 struct timeval *
  537. /* Define to the function return type for select. */
  538. #define SELECT_TYPE_RETV int
  539. /* Define to the type qualifier of arg 2 for send. */
  540. #define SEND_QUAL_ARG2 const
  541. /* Define to the type of arg 1 for send. */
  542. #define SEND_TYPE_ARG1 int
  543. /* Define to the type of arg 2 for send. */
  544. #define SEND_TYPE_ARG2 void *
  545. /* Define to the type of arg 3 for send. */
  546. #define SEND_TYPE_ARG3 size_t
  547. /* Define to the type of arg 4 for send. */
  548. #define SEND_TYPE_ARG4 int
  549. /* Define to the function return type for send. */
  550. #define SEND_TYPE_RETV int
  551. /* The size of `int', as computed by sizeof. */
  552. #define SIZEOF_INT 4
  553. /* The size of `long', as computed by sizeof. */
  554. #define SIZEOF_LONG 4
  555. /* The size of `off_t', as computed by sizeof. */
  556. #define SIZEOF_OFF_T 8
  557. /* The size of `short', as computed by sizeof. */
  558. #define SIZEOF_SHORT 2
  559. /* The size of `size_t', as computed by sizeof. */
  560. #define SIZEOF_SIZE_T 4
  561. /* The size of `time_t', as computed by sizeof. */
  562. #define SIZEOF_TIME_T 4
  563. /* Define to 1 if you have the ANSI C header files. */
  564. #define STDC_HEADERS 1
  565. /* Define to the type of arg 3 for strerror_r. */
  566. /* #undef STRERROR_R_TYPE_ARG3 */
  567. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  568. /* #undef TIME_WITH_SYS_TIME */
  569. /* Define if you want to enable c-ares support */
  570. /* #undef USE_ARES */
  571. /* Define to disable non-blocking sockets. */
  572. /* #undef USE_BLOCKING_SOCKETS */
  573. /* if GnuTLS is enabled */
  574. /* #undef USE_GNUTLS */
  575. /* if libSSH2 is in use */
  576. /* #undef USE_LIBSSH2 */
  577. /* If you want to build curl with the built-in manual */
  578. #define USE_MANUAL 1
  579. /* if NSS is enabled */
  580. /* #undef USE_NSS */
  581. /* if OpenSSL is in use */
  582. #define USE_OPENSSL 1
  583. /* Define to 1 if you are building a Windows target without large file
  584. support. */
  585. /* #undef USE_WIN32_LARGE_FILES */
  586. /* to enable SSPI support */
  587. /* #undef USE_WINDOWS_SSPI */
  588. /* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
  589. /* #undef USE_YASSLEMUL */
  590. /* Define to avoid automatic inclusion of winsock.h */
  591. /* #undef WIN32_LEAN_AND_MEAN */
  592. /* Define to 1 if OS is AIX. */
  593. #ifndef _ALL_SOURCE
  594. /* # undef _ALL_SOURCE */
  595. #endif
  596. /* Number of bits in a file offset, on hosts where this is settable. */
  597. /* #undef _FILE_OFFSET_BITS */
  598. /* Define for large files, on AIX-style hosts. */
  599. /* #undef _LARGE_FILES */
  600. /* Define to empty if `const' does not conform to ANSI C. */
  601. /* #undef const */
  602. /* Type to use in place of in_addr_t when system does not provide it. */
  603. /* #undef in_addr_t */
  604. /* Define to `__inline__' or `__inline' if that's what the C compiler
  605. calls it, or to nothing if 'inline' is not supported under any name. */
  606. #ifndef __cplusplus
  607. /* #undef inline */
  608. #endif
  609. /* Define to `unsigned int' if <sys/types.h> does not define. */
  610. /* #undef size_t */
  611. /* the signed version of size_t */
  612. /* #undef ssize_t */
  613. #endif /* HEADER_CURL_CONFIG_VXWORKS_H */