config-vxworks.h 25 KB

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