config-riscos.h 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  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) 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.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. * SPDX-License-Identifier: curl
  24. *
  25. ***************************************************************************/
  26. /* ================================================================ */
  27. /* Hand crafted config file for RISC OS */
  28. /* ================================================================ */
  29. /* Name of this package! */
  30. #undef PACKAGE
  31. /* Version number of this archive. */
  32. #undef VERSION
  33. /* Define cpu-machine-OS */
  34. #ifndef OS
  35. #define OS "ARM-RISC OS"
  36. #endif
  37. /* Define if you want the built-in manual */
  38. #define USE_MANUAL
  39. /* Define if you have the gethostbyname_r() function with 3 arguments */
  40. #undef HAVE_GETHOSTBYNAME_R_3
  41. /* Define if you have the gethostbyname_r() function with 5 arguments */
  42. #undef HAVE_GETHOSTBYNAME_R_5
  43. /* Define if you have the gethostbyname_r() function with 6 arguments */
  44. #undef HAVE_GETHOSTBYNAME_R_6
  45. /* Define if you need the _REENTRANT define for some functions */
  46. #undef NEED_REENTRANT
  47. /* Define if you want to enable IPv6 support */
  48. #undef USE_IPV6
  49. /* Define if struct sockaddr_in6 has the sin6_scope_id member */
  50. #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
  51. /* Define this to 'int' if ssize_t is not an available typedefed type */
  52. #undef ssize_t
  53. /* Define this as a suitable file to read random data from */
  54. #undef RANDOM_FILE
  55. /* Define if you have the alarm function. */
  56. #define HAVE_ALARM
  57. /* Define if you have the <arpa/inet.h> header file. */
  58. #define HAVE_ARPA_INET_H
  59. /* Define if you have the `closesocket' function. */
  60. #undef HAVE_CLOSESOCKET
  61. /* Define if you have the <fcntl.h> header file. */
  62. #define HAVE_FCNTL_H
  63. /* Define if you have the `ftruncate' function. */
  64. #define HAVE_FTRUNCATE
  65. /* Define if getaddrinfo exists and works */
  66. #define HAVE_GETADDRINFO
  67. /* Define if you have the `geteuid' function. */
  68. #undef HAVE_GETEUID
  69. /* Define if you have the `gethostbyname_r' function. */
  70. #undef HAVE_GETHOSTBYNAME_R
  71. /* Define if you have the `gethostname' function. */
  72. #define HAVE_GETHOSTNAME
  73. /* Define if you have the `getpass_r' function. */
  74. #undef HAVE_GETPASS_R
  75. /* Define if you have the `getpwuid' function. */
  76. #undef HAVE_GETPWUID
  77. /* Define if you have the `gettimeofday' function. */
  78. #define HAVE_GETTIMEOFDAY
  79. /* Define if you have the `timeval' struct. */
  80. #define HAVE_STRUCT_TIMEVAL
  81. /* Define if you have the <io.h> header file. */
  82. #undef HAVE_IO_H
  83. /* Define if you have the `socket' library (-lsocket). */
  84. #undef HAVE_LIBSOCKET
  85. /* Define if you need the malloc.h header file even with stdlib.h */
  86. /* #define NEED_MALLOC_H 1 */
  87. /* Define if you have the <netdb.h> header file. */
  88. #define HAVE_NETDB_H
  89. /* Define if you have the <netinet/in.h> header file. */
  90. #define HAVE_NETINET_IN_H
  91. /* Define if you have the <net/if.h> header file. */
  92. #define HAVE_NET_IF_H
  93. /* Define if you have the <pwd.h> header file. */
  94. #undef HAVE_PWD_H
  95. /* Define if you have the `select' function. */
  96. #define HAVE_SELECT
  97. /* Define if you have the `sigaction' function. */
  98. #undef HAVE_SIGACTION
  99. /* Define if you have the `signal' function. */
  100. #define HAVE_SIGNAL
  101. /* Define if you have the `socket' function. */
  102. #define HAVE_SOCKET
  103. /* Define if you have the `strcasecmp' function. */
  104. #undef HAVE_STRCASECMP
  105. /* Define if you have the `strcmpi' function. */
  106. #undef HAVE_STRCMPI
  107. /* Define if you have the `strdup' function. */
  108. #define HAVE_STRDUP
  109. /* Define if you have the `stricmp' function. */
  110. #define HAVE_STRICMP
  111. /* Define if you have the <strings.h> header file. */
  112. #undef HAVE_STRINGS_H
  113. /* Define if you have the `strtok_r' function. */
  114. #undef HAVE_STRTOK_R
  115. /* Define if you have the `strtoll' function. */
  116. #undef HAVE_STRTOLL
  117. /* Define if you have the <sys/param.h> header file. */
  118. #undef HAVE_SYS_PARAM_H
  119. /* Define if you have the <sys/select.h> header file. */
  120. #undef HAVE_SYS_SELECT_H
  121. /* Define if you have the <sys/socket.h> header file. */
  122. #define HAVE_SYS_SOCKET_H
  123. /* Define if you have the <sys/sockio.h> header file. */
  124. #undef HAVE_SYS_SOCKIO_H
  125. /* Define if you have the <sys/stat.h> header file. */
  126. #undef HAVE_SYS_STAT_H
  127. /* Define if you have the <sys/time.h> header file. */
  128. #define HAVE_SYS_TIME_H
  129. /* Define if you have the <sys/types.h> header file. */
  130. #define HAVE_SYS_TYPES_H
  131. /* Define if you have the <termios.h> header file. */
  132. #define HAVE_TERMIOS_H
  133. /* Define if you have the <termio.h> header file. */
  134. #undef HAVE_TERMIO_H
  135. /* Define if you have the <unistd.h> header file. */
  136. #define HAVE_UNISTD_H
  137. /* Name of package */
  138. #undef PACKAGE
  139. /* The size of `int', as computed by sizeof. */
  140. #define SIZEOF_INT 4
  141. /* The size of `long long', as computed by sizeof. */
  142. #undef SIZEOF_LONG_LONG
  143. /* The size of `size_t', as computed by sizeof. */
  144. #define SIZEOF_SIZE_T 4
  145. /* Define if you have the ANSI C header files. */
  146. #undef STDC_HEADERS
  147. /* Version number of package */
  148. #undef VERSION
  149. /* Define if on AIX 3.
  150. System headers sometimes define this.
  151. We just want to avoid a redefinition error message. */
  152. #ifndef _ALL_SOURCE
  153. # undef _ALL_SOURCE
  154. #endif
  155. /* Number of bits in a file offset, on hosts where this is settable. */
  156. #undef _FILE_OFFSET_BITS
  157. /* Define for large files, on AIX-style hosts. */
  158. #undef _LARGE_FILES
  159. /* Define to empty if `const' does not conform to ANSI C. */
  160. #undef const
  161. /* Define to `unsigned' if <sys/types.h> does not define. */
  162. #undef size_t
  163. /* Define to `int' if <sys/types.h> does not define. */
  164. #undef ssize_t
  165. /* Define if you have a working ioctl FIONBIO function. */
  166. #define HAVE_IOCTL_FIONBIO
  167. /* to disable LDAP */
  168. #define CURL_DISABLE_LDAP
  169. /* Define if you have the recv function. */
  170. #define HAVE_RECV 1
  171. /* Define to the type of arg 1 for recv. */
  172. #define RECV_TYPE_ARG1 int
  173. /* Define to the type of arg 2 for recv. */
  174. #define RECV_TYPE_ARG2 void *
  175. /* Define to the type of arg 3 for recv. */
  176. #define RECV_TYPE_ARG3 size_t
  177. /* Define to the type of arg 4 for recv. */
  178. #define RECV_TYPE_ARG4 int
  179. /* Define to the function return type for recv. */
  180. #define RECV_TYPE_RETV ssize_t
  181. /* Define if you have the send function. */
  182. #define HAVE_SEND 1
  183. /* Define to the type of arg 1 for send. */
  184. #define SEND_TYPE_ARG1 int
  185. /* Define to the type qualifier of arg 2 for send. */
  186. #define SEND_QUAL_ARG2 const
  187. /* Define to the type of arg 2 for send. */
  188. #define SEND_TYPE_ARG2 void *
  189. /* Define to the type of arg 3 for send. */
  190. #define SEND_TYPE_ARG3 size_t
  191. /* Define to the type of arg 4 for send. */
  192. #define SEND_TYPE_ARG4 int
  193. /* Define to the function return type for send. */
  194. #define SEND_TYPE_RETV ssize_t
  195. #endif /* HEADER_CURL_CONFIG_RISCOS_H */