VirtualBox

source: vbox/trunk/src/libs/curl-7.87.0/lib/config-riscos.h@ 98929

Last change on this file since 98929 was 98326, checked in by vboxsync, 2 years ago

curl-7.87.0: Applied and adjusted our curl changes to 7.83.1. bugref:10356

  • Property svn:eol-style set to native
File size: 8.2 KB
Line 
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 - 2022, Daniel Stenberg, <[email protected]>, 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/* ================================================================ */
28/* Hand crafted config file for RISC OS */
29/* ================================================================ */
30
31/* Name of this package! */
32#undef PACKAGE
33
34/* Version number of this archive. */
35#undef VERSION
36
37/* Define cpu-machine-OS */
38#ifndef OS
39#define OS "ARM-RISC OS"
40#endif
41
42/* Define if you want the built-in manual */
43#define USE_MANUAL
44
45/* Define if you have the gethostbyname_r() function with 3 arguments */
46#undef HAVE_GETHOSTBYNAME_R_3
47
48/* Define if you have the gethostbyname_r() function with 5 arguments */
49#undef HAVE_GETHOSTBYNAME_R_5
50
51/* Define if you have the gethostbyname_r() function with 6 arguments */
52#undef HAVE_GETHOSTBYNAME_R_6
53
54/* Define if you need the _REENTRANT define for some functions */
55#undef NEED_REENTRANT
56
57/* Define if you want to enable IPv6 support */
58#undef ENABLE_IPV6
59
60/* Define if struct sockaddr_in6 has the sin6_scope_id member */
61#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
62
63/* Define this to 'int' if ssize_t is not an available typedefed type */
64#undef ssize_t
65
66/* Define this as a suitable file to read random data from */
67#undef RANDOM_FILE
68
69/* Define this to your Entropy Gathering Daemon socket pathname */
70#undef EGD_SOCKET
71
72/* Define if you want to enable IPv6 support */
73#undef ENABLE_IPV6
74
75/* Define if you have the alarm function. */
76#define HAVE_ALARM
77
78/* Define if you have the <arpa/inet.h> header file. */
79#define HAVE_ARPA_INET_H
80
81/* Define if you have the `closesocket' function. */
82#undef HAVE_CLOSESOCKET
83
84/* Define if you have the <fcntl.h> header file. */
85#define HAVE_FCNTL_H
86
87/* Define if you have the `ftruncate' function. */
88#define HAVE_FTRUNCATE
89
90/* Define if getaddrinfo exists and works */
91#define HAVE_GETADDRINFO
92
93/* Define if you have the `geteuid' function. */
94#undef HAVE_GETEUID
95
96/* Define if you have the `gethostbyname_r' function. */
97#undef HAVE_GETHOSTBYNAME_R
98
99/* Define if you have the `gethostname' function. */
100#define HAVE_GETHOSTNAME
101
102/* Define if you have the `getpass_r' function. */
103#undef HAVE_GETPASS_R
104
105/* Define if you have the `getpwuid' function. */
106#undef HAVE_GETPWUID
107
108/* Define if you have the `gettimeofday' function. */
109#define HAVE_GETTIMEOFDAY
110
111/* Define if you have the `timeval' struct. */
112#define HAVE_STRUCT_TIMEVAL
113
114/* Define if you have the <inttypes.h> header file. */
115#define HAVE_INTTYPES_H
116
117/* Define if you have the <io.h> header file. */
118#undef HAVE_IO_H
119
120/* Define if you have the `socket' library (-lsocket). */
121#undef HAVE_LIBSOCKET
122
123/* Define if you need the malloc.h header file even with stdlib.h */
124/* #define NEED_MALLOC_H 1 */
125
126/* Define if you have the <netdb.h> header file. */
127#define HAVE_NETDB_H
128
129/* Define if you have the <netinet/in.h> header file. */
130#define HAVE_NETINET_IN_H
131
132/* Define if you have the <net/if.h> header file. */
133#define HAVE_NET_IF_H
134
135/* Define if you have the <pwd.h> header file. */
136#undef HAVE_PWD_H
137
138/* Define if you have the `RAND_egd' function. */
139#undef HAVE_RAND_EGD
140
141/* Define if you have the `select' function. */
142#define HAVE_SELECT
143
144/* Define if you have the `sigaction' function. */
145#undef HAVE_SIGACTION
146
147/* Define if you have the `signal' function. */
148#define HAVE_SIGNAL
149
150/* Define if you have the <signal.h> header file. */
151#define HAVE_SIGNAL_H
152
153/* Define if you have the `socket' function. */
154#define HAVE_SOCKET
155
156/* Define if you have the <ssl.h> header file. */
157#undef HAVE_SSL_H
158
159/* Define if you have the <stdint.h> header file. */
160#undef HAVE_STDINT_H
161
162/* Define if you have the <stdlib.h> header file. */
163#define HAVE_STDLIB_H
164
165/* Define if you have the `strcasecmp' function. */
166#undef HAVE_STRCASECMP
167
168/* Define if you have the `strcmpi' function. */
169#undef HAVE_STRCMPI
170
171/* Define if you have the `strdup' function. */
172#define HAVE_STRDUP
173
174/* Define if you have the `stricmp' function. */
175#define HAVE_STRICMP
176
177/* Define if you have the <strings.h> header file. */
178#undef HAVE_STRINGS_H
179
180/* Define if you have the <string.h> header file. */
181#define HAVE_STRING_H
182
183/* Define if you have the `strtok_r' function. */
184#undef HAVE_STRTOK_R
185
186/* Define if you have the `strtoll' function. */
187#undef HAVE_STRTOLL
188
189/* Define if you have the <sys/param.h> header file. */
190#undef HAVE_SYS_PARAM_H
191
192/* Define if you have the <sys/select.h> header file. */
193#undef HAVE_SYS_SELECT_H
194
195/* Define if you have the <sys/socket.h> header file. */
196#define HAVE_SYS_SOCKET_H
197
198/* Define if you have the <sys/sockio.h> header file. */
199#undef HAVE_SYS_SOCKIO_H
200
201/* Define if you have the <sys/stat.h> header file. */
202#undef HAVE_SYS_STAT_H
203
204/* Define if you have the <sys/time.h> header file. */
205#define HAVE_SYS_TIME_H
206
207/* Define if you have the <sys/types.h> header file. */
208#define HAVE_SYS_TYPES_H
209
210/* Define if you have the <termios.h> header file. */
211#define HAVE_TERMIOS_H
212
213/* Define if you have the <termio.h> header file. */
214#undef HAVE_TERMIO_H
215
216/* Define if you have the <time.h> header file. */
217#undef HAVE_TIME_H
218
219/* Define if you have the <unistd.h> header file. */
220#define HAVE_UNISTD_H
221
222/* Name of package */
223#undef PACKAGE
224
225/* The size of `int', as computed by sizeof. */
226#define SIZEOF_INT 4
227
228/* The size of `long long', as computed by sizeof. */
229#undef SIZEOF_LONG_LONG
230
231/* The size of `size_t', as computed by sizeof. */
232#define SIZEOF_SIZE_T 4
233
234/* Define if you have the ANSI C header files. */
235#undef STDC_HEADERS
236
237/* Define if you can safely include both <sys/time.h> and <time.h>. */
238#undef TIME_WITH_SYS_TIME
239
240/* Version number of package */
241#undef VERSION
242
243/* Define if on AIX 3.
244 System headers sometimes define this.
245 We just want to avoid a redefinition error message. */
246#ifndef _ALL_SOURCE
247# undef _ALL_SOURCE
248#endif
249
250/* Number of bits in a file offset, on hosts where this is settable. */
251#undef _FILE_OFFSET_BITS
252
253/* Define for large files, on AIX-style hosts. */
254#undef _LARGE_FILES
255
256/* Define to empty if `const' does not conform to ANSI C. */
257#undef const
258
259/* Define to `unsigned' if <sys/types.h> does not define. */
260#undef size_t
261
262/* Define to `int' if <sys/types.h> does not define. */
263#undef ssize_t
264
265/* Define if you have a working ioctl FIONBIO function. */
266#define HAVE_IOCTL_FIONBIO
267
268/* to disable LDAP */
269#define CURL_DISABLE_LDAP
270
271/* Define if you have the recv function. */
272#define HAVE_RECV 1
273
274/* Define to the type of arg 1 for recv. */
275#define RECV_TYPE_ARG1 int
276
277/* Define to the type of arg 2 for recv. */
278#define RECV_TYPE_ARG2 void *
279
280/* Define to the type of arg 3 for recv. */
281#define RECV_TYPE_ARG3 size_t
282
283/* Define to the type of arg 4 for recv. */
284#define RECV_TYPE_ARG4 int
285
286/* Define to the function return type for recv. */
287#define RECV_TYPE_RETV ssize_t
288
289/* Define if you have the send function. */
290#define HAVE_SEND 1
291
292/* Define to the type of arg 1 for send. */
293#define SEND_TYPE_ARG1 int
294
295/* Define to the type qualifier of arg 2 for send. */
296#define SEND_QUAL_ARG2 const
297
298/* Define to the type of arg 2 for send. */
299#define SEND_TYPE_ARG2 void *
300
301/* Define to the type of arg 3 for send. */
302#define SEND_TYPE_ARG3 size_t
303
304/* Define to the type of arg 4 for send. */
305#define SEND_TYPE_ARG4 int
306
307/* Define to the function return type for send. */
308#define SEND_TYPE_RETV ssize_t
309
310#endif /* HEADER_CURL_CONFIG_RISCOS_H */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette