config-riscos.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. /* config.h.in. Generated automatically from configure.in by autoheader. */
  2. /* Name of this package! */
  3. #undef PACKAGE
  4. /* Version number of this archive. */
  5. #undef VERSION
  6. /* Define if you have the getpass function. */
  7. #undef HAVE_GETPASS
  8. /* Define cpu-machine-OS */
  9. #define OS "ARM-RISC OS"
  10. /* Define if you have the gethostbyaddr_r() function with 5 arguments */
  11. #undef HAVE_GETHOSTBYADDR_R_5
  12. /* Define if you have the gethostbyaddr_r() function with 7 arguments */
  13. #undef HAVE_GETHOSTBYADDR_R_7
  14. /* Define if you have the gethostbyaddr_r() function with 8 arguments */
  15. #undef HAVE_GETHOSTBYADDR_R_8
  16. /* Define if you have the gethostbyname_r() function with 3 arguments */
  17. #undef HAVE_GETHOSTBYNAME_R_3
  18. /* Define if you have the gethostbyname_r() function with 5 arguments */
  19. #undef HAVE_GETHOSTBYNAME_R_5
  20. /* Define if you have the gethostbyname_r() function with 6 arguments */
  21. #undef HAVE_GETHOSTBYNAME_R_6
  22. /* Define if you have the inet_ntoa_r function declared. */
  23. #undef HAVE_INET_NTOA_R_DECL
  24. /* Define if you need the _REENTRANT define for some functions */
  25. #undef NEED_REENTRANT
  26. /* Define if you have the Kerberos4 libraries (including -ldes) */
  27. #undef HAVE_KRB4
  28. /* Define if you want to enable IPv6 support */
  29. #undef ENABLE_IPV6
  30. /* Define this to 'int' if ssize_t is not an available typedefed type */
  31. #undef ssize_t
  32. /* Define this to 'int' if socklen_t is not an available typedefed type */
  33. #undef socklen_t
  34. /* Define this as a suitable file to read random data from */
  35. #undef RANDOM_FILE
  36. /* Define this to your Entropy Gathering Daemon socket pathname */
  37. #undef EGD_SOCKET
  38. /* Set to explicitly specify we don't want to use thread-safe functions */
  39. #define DISABLED_THREADSAFE
  40. /* Define if you want to enable IPv6 support */
  41. #undef ENABLE_IPV6
  42. /* Define if you have the <alloca.h> header file. */
  43. #define HAVE_ALLOCA_H
  44. /* Define if you have the <arpa/inet.h> header file. */
  45. #define HAVE_ARPA_INET_H
  46. /* Define if you have the `closesocket' function. */
  47. #undef HAVE_CLOSESOCKET
  48. /* Define if you have the <crypto.h> header file. */
  49. #undef HAVE_CRYPTO_H
  50. /* Define if you have the <des.h> header file. */
  51. #undef HAVE_DES_H
  52. /* Define if you have the <dlfcn.h> header file. */
  53. #undef HAVE_DLFCN_H
  54. /* Define if you have the `dlopen' function. */
  55. #undef HAVE_DLOPEN
  56. /* Define if you have the <err.h> header file. */
  57. #undef HAVE_ERR_H
  58. /* Define if you have the <fcntl.h> header file. */
  59. #define HAVE_FCNTL_H
  60. /* Define if getaddrinfo exists and works */
  61. #define HAVE_GETADDRINFO
  62. /* Define if you have the `geteuid' function. */
  63. #undef HAVE_GETEUID
  64. /* Define if you have the `gethostbyaddr' function. */
  65. #define HAVE_GETHOSTBYADDR
  66. /* Define if you have the `gethostbyaddr_r' function. */
  67. #undef HAVE_GETHOSTBYADDR_R
  68. /* Define if you have the `gethostbyname_r' function. */
  69. #undef HAVE_GETHOSTBYNAME_R
  70. /* Define if you have the `gethostname' function. */
  71. #define HAVE_GETHOSTNAME
  72. /* Define if you have the <getopt.h> header file. */
  73. #define HAVE_GETOPT_H
  74. /* Define if you have the `getpass_r' function. */
  75. #undef HAVE_GETPASS_R
  76. /* Define if you have the `getpwuid' function. */
  77. #undef HAVE_GETPWUID
  78. /* Define if you have the `getservbyname' function. */
  79. #undef HAVE_GETSERVBYNAME
  80. /* Define if you have the `gettimeofday' function. */
  81. #define HAVE_GETTIMEOFDAY
  82. /* Define if you have the `timeval' struct. */
  83. #define HAVE_STRUCT_TIMEVAL
  84. /* Define if you have the `inet_addr' function. */
  85. #undef HAVE_INET_ADDR
  86. /* Define if you have the `inet_ntoa' function. */
  87. #undef HAVE_INET_NTOA
  88. /* Define if you have the `inet_ntoa_r' function. */
  89. #undef HAVE_INET_NTOA_R
  90. /* Define if you have the <inttypes.h> header file. */
  91. #define HAVE_INTTYPES_H
  92. /* Define if you have the <io.h> header file. */
  93. #define HAVE_IO_H
  94. /* Define if you have the `krb_get_our_ip_for_realm' function. */
  95. #undef HAVE_KRB_GET_OUR_IP_FOR_REALM
  96. /* Define if you have the <krb.h> header file. */
  97. #undef HAVE_KRB_H
  98. /* Define if you have the `crypto' library (-lcrypto). */
  99. #undef HAVE_LIBCRYPTO
  100. /* Define if you have the `dl' library (-ldl). */
  101. #undef HAVE_LIBDL
  102. /* Define if you have the `nsl' library (-lnsl). */
  103. #undef HAVE_LIBNSL
  104. /* Define if you have the `resolv' library (-lresolv). */
  105. #undef HAVE_LIBRESOLV
  106. /* Define if you have the `resolve' library (-lresolve). */
  107. #undef HAVE_LIBRESOLVE
  108. /* Define if you have the `socket' library (-lsocket). */
  109. #undef HAVE_LIBSOCKET
  110. /* Define if you have the `ssl' library (-lssl). */
  111. #undef HAVE_LIBSSL
  112. /* Define if you have the `ucb' library (-lucb). */
  113. #undef HAVE_LIBUCB
  114. /* Define if you have the `localtime_r' function. */
  115. #undef HAVE_LOCALTIME_R
  116. /* Define if you have the <malloc.h> header file. */
  117. #define HAVE_MALLOC_H
  118. /* Define if you need the malloc.h header file even with stdlib.h */
  119. /* #define NEED_MALLOC_H 1 */
  120. /* Define if you have the <memory.h> header file. */
  121. #undef HAVE_MEMORY_H
  122. /* Define if you have the <netdb.h> header file. */
  123. #define HAVE_NETDB_H
  124. /* Define if you have the <netinet/if_ether.h> header file. */
  125. #undef HAVE_NETINET_IF_ETHER_H
  126. /* Define if you have the <netinet/in.h> header file. */
  127. #define HAVE_NETINET_IN_H
  128. /* Define if you have the <net/if.h> header file. */
  129. #define HAVE_NET_IF_H
  130. /* Define if you have the <openssl/crypto.h> header file. */
  131. #undef HAVE_OPENSSL_CRYPTO_H
  132. /* Define if you have the <openssl/err.h> header file. */
  133. #undef HAVE_OPENSSL_ERR_H
  134. /* Define if you have the <openssl/pem.h> header file. */
  135. #undef HAVE_OPENSSL_PEM_H
  136. /* Define if you have the <openssl/rsa.h> header file. */
  137. #undef HAVE_OPENSSL_RSA_H
  138. /* Define if you have the <openssl/ssl.h> header file. */
  139. #undef HAVE_OPENSSL_SSL_H
  140. /* Define if you have the <openssl/x509.h> header file. */
  141. #undef HAVE_OPENSSL_X509_H
  142. /* Define if you have the <pem.h> header file. */
  143. #undef HAVE_PEM_H
  144. /* Define if you have the `perror' function. */
  145. #undef HAVE_PERROR
  146. /* Define if you have the <pwd.h> header file. */
  147. #undef HAVE_PWD_H
  148. /* Define if you have the `RAND_egd' function. */
  149. #undef HAVE_RAND_EGD
  150. /* Define if you have the `RAND_screen' function. */
  151. #undef HAVE_RAND_SCREEN
  152. /* Define if you have the `RAND_status' function. */
  153. #undef HAVE_RAND_STATUS
  154. /* Define if you have the <rsa.h> header file. */
  155. #undef HAVE_RSA_H
  156. /* Define if you have the `select' function. */
  157. #define HAVE_SELECT
  158. /* Define if you have the `setvbuf' function. */
  159. #undef HAVE_SETVBUF
  160. /* Define if you have the <sgtty.h> header file. */
  161. #define HAVE_SGTTY_H
  162. /* Define if you have the `sigaction' function. */
  163. #undef HAVE_SIGACTION
  164. /* Define if you have the `signal' function. */
  165. #define HAVE_SIGNAL
  166. /* Define if you have the <signal.h> header file. */
  167. #define HAVE_SIGNAL_H
  168. /* Define if sig_atomic_t is an available typedef. */
  169. #define HAVE_SIG_ATOMIC_T
  170. /* Define if sig_atomic_t is already defined as volatile. */
  171. #undef HAVE_SIG_ATOMIC_T_VOLATILE
  172. /* Define if you have the `socket' function. */
  173. #define HAVE_SOCKET
  174. /* Define if you have the <ssl.h> header file. */
  175. #undef HAVE_SSL_H
  176. /* Define if you have the <stdint.h> header file. */
  177. #undef HAVE_STDINT_H
  178. /* Define if you have the <stdlib.h> header file. */
  179. #define HAVE_STDLIB_H
  180. /* Define if you have the `strcasecmp' function. */
  181. #undef HAVE_STRCASECMP
  182. /* Define if you have the `strcmpi' function. */
  183. #undef HAVE_STRCMPI
  184. /* Define if you have the `strdup' function. */
  185. #define HAVE_STRDUP
  186. /* Define if you have the `strftime' function. */
  187. #define HAVE_STRFTIME
  188. /* Define if you have the `stricmp' function. */
  189. #define HAVE_STRICMP
  190. /* Define if you have the <strings.h> header file. */
  191. #undef HAVE_STRINGS_H
  192. /* Define if you have the <string.h> header file. */
  193. #define HAVE_STRING_H
  194. /* Define if you have the `strlcat' function. */
  195. #undef HAVE_STRLCAT
  196. /* Define if you have the `strlcpy' function. */
  197. #undef HAVE_STRLCPY
  198. /* Define if you have the `strstr' function. */
  199. #define HAVE_STRSTR
  200. /* Define if you have the `strtok_r' function. */
  201. #undef HAVE_STRTOK_R
  202. /* Define if you have the `strtoll' function. */
  203. #undef HAVE_STRTOLL
  204. /* Define if you have the <sys/param.h> header file. */
  205. #undef HAVE_SYS_PARAM_H
  206. /* Define if you have the <sys/select.h> header file. */
  207. #undef HAVE_SYS_SELECT_H
  208. /* Define if you have the <sys/socket.h> header file. */
  209. #define HAVE_SYS_SOCKET_H
  210. /* Define if you have the <sys/sockio.h> header file. */
  211. #undef HAVE_SYS_SOCKIO_H
  212. /* Define if you have the <sys/stat.h> header file. */
  213. #undef HAVE_SYS_STAT_H
  214. /* Define if you have the <sys/time.h> header file. */
  215. #define HAVE_SYS_TIME_H
  216. /* Define if you have the <sys/types.h> header file. */
  217. #define HAVE_SYS_TYPES_H
  218. /* Define if you have the `tcgetattr' function. */
  219. #define HAVE_TCGETATTR
  220. /* Define if you have the `tcsetattr' function. */
  221. #define HAVE_TCSETATTR
  222. /* Define if you have the <termios.h> header file. */
  223. #define HAVE_TERMIOS_H
  224. /* Define if you have the <termio.h> header file. */
  225. #undef HAVE_TERMIO_H
  226. /* Define if you have the <time.h> header file. */
  227. #undef HAVE_TIME_H
  228. /* Define if you have the `uname' function. */
  229. #define HAVE_UNAME
  230. /* Define if you have the <unistd.h> header file. */
  231. #define HAVE_UNISTD_H
  232. /* Define if you have the <winsock.h> header file. */
  233. #undef HAVE_WINSOCK_H
  234. /* Define if you have the <x509.h> header file. */
  235. #undef HAVE_X509_H
  236. /* Name of package */
  237. #undef PACKAGE
  238. /* Define as the return type of signal handlers (`int' or `void'). */
  239. #define RETSIGTYPE void
  240. /* The size of a `long double', as computed by sizeof. */
  241. #undef SIZEOF_LONG_DOUBLE
  242. /* The size of a `long long', as computed by sizeof. */
  243. #undef SIZEOF_LONG_LONG
  244. /* Define if you have the ANSI C header files. */
  245. #undef STDC_HEADERS
  246. /* Define if you can safely include both <sys/time.h> and <time.h>. */
  247. #undef TIME_WITH_SYS_TIME
  248. /* Version number of package */
  249. #undef VERSION
  250. /* Define if on AIX 3.
  251. System headers sometimes define this.
  252. We just want to avoid a redefinition error message. */
  253. #ifndef _ALL_SOURCE
  254. # undef _ALL_SOURCE
  255. #endif
  256. /* Number of bits in a file offset, on hosts where this is settable. */
  257. #undef _FILE_OFFSET_BITS
  258. /* Define for large files, on AIX-style hosts. */
  259. #undef _LARGE_FILES
  260. /* Define to empty if `const' does not conform to ANSI C. */
  261. #undef const
  262. /* Define to `unsigned' if <sys/types.h> does not define. */
  263. #undef size_t
  264. /* type to use in place of socklen_t if not defined */
  265. #undef socklen_t
  266. /* Define to `int' if <sys/types.h> does not define. */
  267. #undef ssize_t
  268. /* this is a quick hack. I hope it's correct. */
  269. #define ifr_dstaddr ifr_addr
  270. #define IOCTL_3_ARGS
  271. #define HAVE_FIONBIO
  272. /* to disable LDAP */
  273. #define CURL_DISABLE_LDAP
  274. /* Define if you have the getnameinfo function. */
  275. #define HAVE_GETNAMEINFO 1
  276. /* Define to the type qualifier of arg 1 for getnameinfo. */
  277. #define GETNAMEINFO_QUAL_ARG1 const
  278. /* Define to the type of arg 1 for getnameinfo. */
  279. #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
  280. /* Define to the type of arg 2 for getnameinfo. */
  281. #define GETNAMEINFO_TYPE_ARG2 socklen_t
  282. /* Define to the type of args 4 and 6 for getnameinfo. */
  283. #define GETNAMEINFO_TYPE_ARG46 size_t
  284. /* Define to the type of arg 7 for getnameinfo. */
  285. #define GETNAMEINFO_TYPE_ARG7 int
  286. /* Define if you have the recv function. */
  287. #define HAVE_RECV 1
  288. /* Define to the type of arg 1 for recv. */
  289. #define RECV_TYPE_ARG1 int
  290. /* Define to the type of arg 2 for recv. */
  291. #define RECV_TYPE_ARG2 void *
  292. /* Define to the type of arg 3 for recv. */
  293. #define RECV_TYPE_ARG3 size_t
  294. /* Define to the type of arg 4 for recv. */
  295. #define RECV_TYPE_ARG4 int
  296. /* Define to the function return type for recv. */
  297. #define RECV_TYPE_RETV ssize_t
  298. /* Define if you have the send function. */
  299. #define HAVE_SEND 1
  300. /* Define to the type of arg 1 for send. */
  301. #define SEND_TYPE_ARG1 int
  302. /* Define to the type qualifier of arg 2 for send. */
  303. #define SEND_QUAL_ARG2 const
  304. /* Define to the type of arg 2 for send. */
  305. #define SEND_TYPE_ARG2 void *
  306. /* Define to the type of arg 3 for send. */
  307. #define SEND_TYPE_ARG3 size_t
  308. /* Define to the type of arg 4 for send. */
  309. #define SEND_TYPE_ARG4 int
  310. /* Define to the function return type for send. */
  311. #define SEND_TYPE_RETV ssize_t