PageRenderTime 48ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/lib/config-riscos.h

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