config-riscos.h 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. /* curl_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 to 1 if you want the built-in manual */
  11. #define USE_MANUAL 1
  12. /* Define if you have the gethostbyaddr_r() function with 5 arguments */
  13. #undef HAVE_GETHOSTBYADDR_R_5
  14. /* Define if you have the gethostbyaddr_r() function with 7 arguments */
  15. #undef HAVE_GETHOSTBYADDR_R_7
  16. /* Define if you have the gethostbyaddr_r() function with 8 arguments */
  17. #undef HAVE_GETHOSTBYADDR_R_8
  18. /* Define if you have the gethostbyname_r() function with 3 arguments */
  19. #undef HAVE_GETHOSTBYNAME_R_3
  20. /* Define if you have the gethostbyname_r() function with 5 arguments */
  21. #undef HAVE_GETHOSTBYNAME_R_5
  22. /* Define if you have the gethostbyname_r() function with 6 arguments */
  23. #undef HAVE_GETHOSTBYNAME_R_6
  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 if struct sockaddr_in6 has the sin6_scope_id member */
  31. #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
  32. /* Define this to 'int' if ssize_t is not an available typedefed type */
  33. #undef ssize_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. /* Define if you want to enable IPv6 support */
  39. #undef ENABLE_IPV6
  40. /* Define if you have the <alloca.h> header file. */
  41. #define HAVE_ALLOCA_H
  42. /* Define if you have the <arpa/inet.h> header file. */
  43. #define HAVE_ARPA_INET_H
  44. /* Define if you have the `closesocket' function. */
  45. #undef HAVE_CLOSESOCKET
  46. /* Define if you have the <crypto.h> header file. */
  47. #undef HAVE_CRYPTO_H
  48. /* Define if you have the <des.h> header file. */
  49. #undef HAVE_DES_H
  50. /* Define if you have the <err.h> header file. */
  51. #undef HAVE_ERR_H
  52. /* Define if you have the <fcntl.h> header file. */
  53. #define HAVE_FCNTL_H
  54. /* Define if you have the `ftruncate' function. */
  55. #define HAVE_FTRUNCATE
  56. /* Define if getaddrinfo exists and works */
  57. #define HAVE_GETADDRINFO
  58. /* Define if you have the `geteuid' function. */
  59. #undef HAVE_GETEUID
  60. /* Define if you have the `gethostbyaddr' function. */
  61. #define HAVE_GETHOSTBYADDR
  62. /* Define if you have the `gethostbyaddr_r' function. */
  63. #undef HAVE_GETHOSTBYADDR_R
  64. /* Define if you have the `gethostbyname_r' function. */
  65. #undef HAVE_GETHOSTBYNAME_R
  66. /* Define if you have the `gethostname' function. */
  67. #define HAVE_GETHOSTNAME
  68. /* Define if you have the <getopt.h> header file. */
  69. #define HAVE_GETOPT_H
  70. /* Define if you have the `getpass_r' function. */
  71. #undef HAVE_GETPASS_R
  72. /* Define if you have the `getpwuid' function. */
  73. #undef HAVE_GETPWUID
  74. /* Define if you have the `getservbyname' function. */
  75. #undef HAVE_GETSERVBYNAME
  76. /* Define if you have the `gettimeofday' function. */
  77. #define HAVE_GETTIMEOFDAY
  78. /* Define if you have the `timeval' struct. */
  79. #define HAVE_STRUCT_TIMEVAL
  80. /* Define if you have the `inet_addr' function. */
  81. #undef HAVE_INET_ADDR
  82. /* Define if you have the <inttypes.h> header file. */
  83. #define HAVE_INTTYPES_H
  84. /* Define if you have the <io.h> header file. */
  85. #undef HAVE_IO_H
  86. /* Define if you have the `krb_get_our_ip_for_realm' function. */
  87. #undef HAVE_KRB_GET_OUR_IP_FOR_REALM
  88. /* Define if you have the <krb.h> header file. */
  89. #undef HAVE_KRB_H
  90. /* Define if you have the `crypto' library (-lcrypto). */
  91. #undef HAVE_LIBCRYPTO
  92. /* Define if you have the `nsl' library (-lnsl). */
  93. #undef HAVE_LIBNSL
  94. /* Define if you have the `resolv' library (-lresolv). */
  95. #undef HAVE_LIBRESOLV
  96. /* Define if you have the `resolve' library (-lresolve). */
  97. #undef HAVE_LIBRESOLVE
  98. /* Define if you have the `socket' library (-lsocket). */
  99. #undef HAVE_LIBSOCKET
  100. /* Define if you have the `ssl' library (-lssl). */
  101. #undef HAVE_LIBSSL
  102. /* Define if you have the `ucb' library (-lucb). */
  103. #undef HAVE_LIBUCB
  104. /* Define if you have the `localtime_r' function. */
  105. #undef HAVE_LOCALTIME_R
  106. /* Define if you have the <malloc.h> header file. */
  107. #define HAVE_MALLOC_H
  108. /* Define to 1 if you need the malloc.h header file even with stdlib.h */
  109. /* #define NEED_MALLOC_H 1 */
  110. /* Define if you have the <memory.h> header file. */
  111. #undef HAVE_MEMORY_H
  112. /* Define if you have the <netdb.h> header file. */
  113. #define HAVE_NETDB_H
  114. /* Define if you have the <netinet/if_ether.h> header file. */
  115. #undef HAVE_NETINET_IF_ETHER_H
  116. /* Define if you have the <netinet/in.h> header file. */
  117. #define HAVE_NETINET_IN_H
  118. /* Define if you have the <net/if.h> header file. */
  119. #define HAVE_NET_IF_H
  120. /* Define if you have the <openssl/crypto.h> header file. */
  121. #undef HAVE_OPENSSL_CRYPTO_H
  122. /* Define if you have the <openssl/err.h> header file. */
  123. #undef HAVE_OPENSSL_ERR_H
  124. /* Define if you have the <openssl/pem.h> header file. */
  125. #undef HAVE_OPENSSL_PEM_H
  126. /* Define if you have the <openssl/rsa.h> header file. */
  127. #undef HAVE_OPENSSL_RSA_H
  128. /* Define if you have the <openssl/ssl.h> header file. */
  129. #undef HAVE_OPENSSL_SSL_H
  130. /* Define if you have the <openssl/x509.h> header file. */
  131. #undef HAVE_OPENSSL_X509_H
  132. /* Define if you have the <pem.h> header file. */
  133. #undef HAVE_PEM_H
  134. /* Define if you have the `perror' function. */
  135. #undef HAVE_PERROR
  136. /* Define if you have the <pwd.h> header file. */
  137. #undef HAVE_PWD_H
  138. /* Define if you have the `RAND_egd' function. */
  139. #undef HAVE_RAND_EGD
  140. /* Define if you have the `RAND_screen' function. */
  141. #undef HAVE_RAND_SCREEN
  142. /* Define if you have the `RAND_status' function. */
  143. #undef HAVE_RAND_STATUS
  144. /* Define if you have the <rsa.h> header file. */
  145. #undef HAVE_RSA_H
  146. /* Define if you have the `select' function. */
  147. #define HAVE_SELECT
  148. /* Define if you have the `setvbuf' function. */
  149. #undef HAVE_SETVBUF
  150. /* Define if you have the <sgtty.h> header file. */
  151. #define HAVE_SGTTY_H
  152. /* Define if you have the `sigaction' function. */
  153. #undef HAVE_SIGACTION
  154. /* Define if you have the `signal' function. */
  155. #define HAVE_SIGNAL
  156. /* Define if you have the `socket' function. */
  157. #define HAVE_SOCKET
  158. /* Define if you have the <ssl.h> header file. */
  159. #undef HAVE_SSL_H
  160. /* Define if you have the <stdint.h> header file. */
  161. #undef HAVE_STDINT_H
  162. /* Define if you have the <stdlib.h> header file. */
  163. #define HAVE_STDLIB_H
  164. /* Define if you have the `strcasecmp' function. */
  165. #undef HAVE_STRCASECMP
  166. /* Define if you have the `strcmpi' function. */
  167. #undef HAVE_STRCMPI
  168. /* Define if you have the `strdup' function. */
  169. #define HAVE_STRDUP
  170. /* Define if you have the `strftime' function. */
  171. #define HAVE_STRFTIME
  172. /* Define if you have the `stricmp' function. */
  173. #define HAVE_STRICMP
  174. /* Define if you have the <strings.h> header file. */
  175. #undef HAVE_STRINGS_H
  176. /* Define if you have the <string.h> header file. */
  177. #define HAVE_STRING_H
  178. /* Define if you have the `strlcat' function. */
  179. #undef HAVE_STRLCAT
  180. /* Define if you have the `strlcpy' function. */
  181. #undef HAVE_STRLCPY
  182. /* Define if you have the `strstr' function. */
  183. #define HAVE_STRSTR
  184. /* Define if you have the `strtok_r' function. */
  185. #undef HAVE_STRTOK_R
  186. /* Define if you have the <sys/param.h> header file. */
  187. #undef HAVE_SYS_PARAM_H
  188. /* Define if you have the <sys/select.h> header file. */
  189. #undef HAVE_SYS_SELECT_H
  190. /* Define if you have the <sys/socket.h> header file. */
  191. #define HAVE_SYS_SOCKET_H
  192. /* Define if you have the <sys/sockio.h> header file. */
  193. #undef HAVE_SYS_SOCKIO_H
  194. /* Define if you have the <sys/stat.h> header file. */
  195. #undef HAVE_SYS_STAT_H
  196. /* Define if you have the <sys/time.h> header file. */
  197. #define HAVE_SYS_TIME_H
  198. /* Define if you have the <sys/types.h> header file. */
  199. #define HAVE_SYS_TYPES_H
  200. /* Define if you have the `tcgetattr' function. */
  201. #define HAVE_TCGETATTR
  202. /* Define if you have the `tcsetattr' function. */
  203. #define HAVE_TCSETATTR
  204. /* Define if you have the <termios.h> header file. */
  205. #define HAVE_TERMIOS_H
  206. /* Define if you have the <termio.h> header file. */
  207. #undef HAVE_TERMIO_H
  208. /* Define if you have the <time.h> header file. */
  209. #undef HAVE_TIME_H
  210. /* Define if you have the `uname' function. */
  211. #define HAVE_UNAME
  212. /* Define if you have the <unistd.h> header file. */
  213. #define HAVE_UNISTD_H
  214. /* Define if you have the <winsock.h> header file. */
  215. #undef HAVE_WINSOCK_H
  216. /* Define if you have the <x509.h> header file. */
  217. #undef HAVE_X509_H
  218. /* Name of package */
  219. #undef PACKAGE
  220. /* Define as the return type of signal handlers (`int' or `void'). */
  221. #define RETSIGTYPE void
  222. /* The size of a `long double', as computed by sizeof. */
  223. #undef SIZEOF_LONG_DOUBLE
  224. /* The size of a `long long', as computed by sizeof. */
  225. #undef SIZEOF_LONG_LONG
  226. /* Define if you have the ANSI C header files. */
  227. #undef STDC_HEADERS
  228. /* Define if you can safely include both <sys/time.h> and <time.h>. */
  229. #undef TIME_WITH_SYS_TIME
  230. /* Version number of package */
  231. #undef VERSION
  232. /* Define if on AIX 3.
  233. System headers sometimes define this.
  234. We just want to avoid a redefinition error message. */
  235. #ifndef _ALL_SOURCE
  236. # undef _ALL_SOURCE
  237. #endif
  238. /* Number of bits in a file offset, on hosts where this is settable. */
  239. #undef _FILE_OFFSET_BITS
  240. /* Define for large files, on AIX-style hosts. */
  241. #undef _LARGE_FILES
  242. /* Define to empty if `const' does not conform to ANSI C. */
  243. #undef const
  244. /* Define to `unsigned' if <sys/types.h> does not define. */
  245. #undef size_t
  246. /* Define to `int' if <sys/types.h> does not define. */
  247. #undef ssize_t
  248. /* Define if you have the ioctl function. */
  249. #define HAVE_IOCTL
  250. /* Define if you have a working ioctl FIONBIO function. */
  251. #define HAVE_IOCTL_FIONBIO