config-symbian.h 23 KB

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