e525c6a60ff806ae9c1d92552d9585bbb3d74e7b
[platform/upstream/curl.git] / lib / config-riscos.h
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2 /* Name of this package! */
3 #undef PACKAGE
4
5 /* Version number of this archive. */
6 #undef VERSION
7
8 /* Define if you have the getpass function.  */
9 #undef HAVE_GETPASS
10
11 /* Define cpu-machine-OS */
12 #define OS "ARM-RISC OS"
13
14 /* Define if you have the gethostbyaddr_r() function with 5 arguments */
15 #undef HAVE_GETHOSTBYADDR_R_5
16
17 /* Define if you have the gethostbyaddr_r() function with 7 arguments */
18 #undef HAVE_GETHOSTBYADDR_R_7
19
20 /* Define if you have the gethostbyaddr_r() function with 8 arguments */
21 #undef HAVE_GETHOSTBYADDR_R_8
22
23 /* Define if you have the gethostbyname_r() function with 3 arguments */
24 #undef HAVE_GETHOSTBYNAME_R_3
25
26 /* Define if you have the gethostbyname_r() function with 5 arguments */
27 #undef HAVE_GETHOSTBYNAME_R_5
28
29 /* Define if you have the gethostbyname_r() function with 6 arguments */
30 #undef HAVE_GETHOSTBYNAME_R_6
31
32 /* Define if you need the _REENTRANT define for some functions */
33 #undef NEED_REENTRANT
34
35 /* Define if you have the Kerberos4 libraries (including -ldes) */
36 #undef HAVE_KRB4
37
38 /* Define if you want to enable IPv6 support */
39 #undef ENABLE_IPV6
40
41 /* Define if struct sockaddr_in6 has the sin6_scope_id member */
42 #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
43
44 /* Define this to 'int' if ssize_t is not an available typedefed type */
45 #undef ssize_t
46
47 /* Type to use in place of socklen_t when system does not provide it. */
48 #undef socklen_t
49
50 /* Define this as a suitable file to read random data from */
51 #undef RANDOM_FILE
52
53 /* Define this to your Entropy Gathering Daemon socket pathname */
54 #undef EGD_SOCKET
55
56 /* Set to explicitly specify we don't want to use thread-safe functions */
57 #define DISABLED_THREADSAFE
58
59 /* Define if you want to enable IPv6 support */
60 #undef ENABLE_IPV6
61
62 /* Define to 1 if you have the alarm function. */
63 #define HAVE_ALARM 1
64
65 /* Define if you have the <alloca.h> header file. */
66 #define HAVE_ALLOCA_H
67
68 /* Define if you have the <arpa/inet.h> header file. */
69 #define HAVE_ARPA_INET_H
70
71 /* Define if you have the `closesocket' function. */
72 #undef HAVE_CLOSESOCKET
73
74 /* Define if you have the <crypto.h> header file. */
75 #undef HAVE_CRYPTO_H
76
77 /* Define if you have the <des.h> header file. */
78 #undef HAVE_DES_H
79
80 /* Define if you have the <err.h> header file. */
81 #undef HAVE_ERR_H
82
83 /* Define if you have the <fcntl.h> header file. */
84 #define HAVE_FCNTL_H
85
86 /* Define if getaddrinfo exists and works */
87 #define HAVE_GETADDRINFO
88
89 /* Define if you have the `geteuid' function. */
90 #undef HAVE_GETEUID
91
92 /* Define if you have the `gethostbyaddr' function. */
93 #define HAVE_GETHOSTBYADDR
94
95 /* Define if you have the `gethostbyaddr_r' function. */
96 #undef HAVE_GETHOSTBYADDR_R
97
98 /* Define if you have the `gethostbyname_r' function. */
99 #undef HAVE_GETHOSTBYNAME_R
100
101 /* Define if you have the `gethostname' function. */
102 #define HAVE_GETHOSTNAME
103
104 /* Define if you have the <getopt.h> header file. */
105 #define HAVE_GETOPT_H
106
107 /* Define if you have the `getpass_r' function. */
108 #undef HAVE_GETPASS_R
109
110 /* Define if you have the `getpwuid' function. */
111 #undef HAVE_GETPWUID
112
113 /* Define if you have the `getservbyname' function. */
114 #undef HAVE_GETSERVBYNAME
115
116 /* Define if you have the `gettimeofday' function. */
117 #define HAVE_GETTIMEOFDAY
118
119 /* Define if you have the `timeval' struct. */
120 #define HAVE_STRUCT_TIMEVAL
121
122 /* Define if you have the `inet_addr' function. */
123 #undef HAVE_INET_ADDR
124
125 /* Define if you have the <inttypes.h> header file. */
126 #define HAVE_INTTYPES_H
127
128 /* Define if you have the <io.h> header file. */
129 #define HAVE_IO_H
130
131 /* Define if you have the `krb_get_our_ip_for_realm' function. */
132 #undef HAVE_KRB_GET_OUR_IP_FOR_REALM
133
134 /* Define if you have the <krb.h> header file. */
135 #undef HAVE_KRB_H
136
137 /* Define if you have the `crypto' library (-lcrypto). */
138 #undef HAVE_LIBCRYPTO
139
140 /* Define if you have the `nsl' library (-lnsl). */
141 #undef HAVE_LIBNSL
142
143 /* Define if you have the `resolv' library (-lresolv). */
144 #undef HAVE_LIBRESOLV
145
146 /* Define if you have the `resolve' library (-lresolve). */
147 #undef HAVE_LIBRESOLVE
148
149 /* Define if you have the `socket' library (-lsocket). */
150 #undef HAVE_LIBSOCKET
151
152 /* Define if you have the `ssl' library (-lssl). */
153 #undef HAVE_LIBSSL
154
155 /* Define if you have the `ucb' library (-lucb). */
156 #undef HAVE_LIBUCB
157
158 /* Define if you have the `localtime_r' function. */
159 #undef HAVE_LOCALTIME_R
160
161 /* Define if you have the <malloc.h> header file. */
162 #define HAVE_MALLOC_H
163
164 /* Define if you need the malloc.h header file even with stdlib.h  */
165 /* #define NEED_MALLOC_H 1 */
166
167 /* Define if you have the <memory.h> header file. */
168 #undef HAVE_MEMORY_H
169
170 /* Define if you have the <netdb.h> header file. */
171 #define HAVE_NETDB_H
172
173 /* Define if you have the <netinet/if_ether.h> header file. */
174 #undef HAVE_NETINET_IF_ETHER_H
175
176 /* Define if you have the <netinet/in.h> header file. */
177 #define HAVE_NETINET_IN_H
178
179 /* Define if you have the <net/if.h> header file. */
180 #define HAVE_NET_IF_H
181
182 /* Define if you have the <openssl/crypto.h> header file. */
183 #undef HAVE_OPENSSL_CRYPTO_H
184
185 /* Define if you have the <openssl/err.h> header file. */
186 #undef HAVE_OPENSSL_ERR_H
187
188 /* Define if you have the <openssl/pem.h> header file. */
189 #undef HAVE_OPENSSL_PEM_H
190
191 /* Define if you have the <openssl/rsa.h> header file. */
192 #undef HAVE_OPENSSL_RSA_H
193
194 /* Define if you have the <openssl/ssl.h> header file. */
195 #undef HAVE_OPENSSL_SSL_H
196
197 /* Define if you have the <openssl/x509.h> header file. */
198 #undef HAVE_OPENSSL_X509_H
199
200 /* Define if you have the <pem.h> header file. */
201 #undef HAVE_PEM_H
202
203 /* Define if you have the `perror' function. */
204 #undef HAVE_PERROR
205
206 /* Define if you have the <pwd.h> header file. */
207 #undef HAVE_PWD_H
208
209 /* Define if you have the `RAND_egd' function. */
210 #undef HAVE_RAND_EGD
211
212 /* Define if you have the `RAND_screen' function. */
213 #undef HAVE_RAND_SCREEN
214
215 /* Define if you have the `RAND_status' function. */
216 #undef HAVE_RAND_STATUS
217
218 /* Define if you have the <rsa.h> header file. */
219 #undef HAVE_RSA_H
220
221 /* Define if you have the `select' function. */
222 #define HAVE_SELECT
223
224 /* Define if you have the `setvbuf' function. */
225 #undef HAVE_SETVBUF
226
227 /* Define if you have the <sgtty.h> header file. */
228 #define HAVE_SGTTY_H
229
230 /* Define if you have the `sigaction' function. */
231 #undef HAVE_SIGACTION
232
233 /* Define if you have the `signal' function. */
234 #define HAVE_SIGNAL
235
236 /* Define if you have the <signal.h> header file. */
237 #define HAVE_SIGNAL_H
238
239 /* Define if sig_atomic_t is an available typedef. */
240 #define HAVE_SIG_ATOMIC_T
241
242 /* Define if sig_atomic_t is already defined as volatile. */
243 #undef HAVE_SIG_ATOMIC_T_VOLATILE
244
245 /* Define if you have the `socket' function. */
246 #define HAVE_SOCKET
247
248 /* Define if you have the <ssl.h> header file. */
249 #undef HAVE_SSL_H
250
251 /* Define if you have the <stdint.h> header file. */
252 #undef HAVE_STDINT_H
253
254 /* Define if you have the <stdlib.h> header file. */
255 #define HAVE_STDLIB_H
256
257 /* Define if you have the `strcasecmp' function. */
258 #undef HAVE_STRCASECMP
259
260 /* Define if you have the `strcmpi' function. */
261 #undef HAVE_STRCMPI
262
263 /* Define if you have the `strdup' function. */
264 #define HAVE_STRDUP
265
266 /* Define if you have the `strftime' function. */
267 #define HAVE_STRFTIME
268
269 /* Define if you have the `stricmp' function. */
270 #define HAVE_STRICMP
271
272 /* Define if you have the <strings.h> header file. */
273 #undef HAVE_STRINGS_H
274
275 /* Define if you have the <string.h> header file. */
276 #define HAVE_STRING_H
277
278 /* Define if you have the `strlcat' function. */
279 #undef HAVE_STRLCAT
280
281 /* Define if you have the `strlcpy' function. */
282 #undef HAVE_STRLCPY
283
284 /* Define if you have the `strstr' function. */
285 #define HAVE_STRSTR
286
287 /* Define if you have the `strtok_r' function. */
288 #undef HAVE_STRTOK_R
289
290 /* Define if you have the `strtoll' function. */
291 #undef HAVE_STRTOLL
292
293 /* Define if you have the <sys/param.h> header file. */
294 #undef HAVE_SYS_PARAM_H
295
296 /* Define if you have the <sys/select.h> header file. */
297 #undef HAVE_SYS_SELECT_H
298
299 /* Define if you have the <sys/socket.h> header file. */
300 #define HAVE_SYS_SOCKET_H
301
302 /* Define if you have the <sys/sockio.h> header file. */
303 #undef HAVE_SYS_SOCKIO_H
304
305 /* Define if you have the <sys/stat.h> header file. */
306 #undef HAVE_SYS_STAT_H
307
308 /* Define if you have the <sys/time.h> header file. */
309 #define HAVE_SYS_TIME_H
310
311 /* Define if you have the <sys/types.h> header file. */
312 #define HAVE_SYS_TYPES_H
313
314 /* Define if you have the `tcgetattr' function. */
315 #define HAVE_TCGETATTR
316
317 /* Define if you have the `tcsetattr' function. */
318 #define HAVE_TCSETATTR
319
320 /* Define if you have the <termios.h> header file. */
321 #define HAVE_TERMIOS_H
322
323 /* Define if you have the <termio.h> header file. */
324 #undef HAVE_TERMIO_H
325
326 /* Define if you have the <time.h> header file. */
327 #undef HAVE_TIME_H
328
329 /* Define if you have the `uname' function. */
330 #define HAVE_UNAME
331
332 /* Define if you have the <unistd.h> header file. */
333 #define HAVE_UNISTD_H
334
335 /* Define if you have the <winsock.h> header file. */
336 #undef HAVE_WINSOCK_H
337
338 /* Define if you have the <x509.h> header file. */
339 #undef HAVE_X509_H
340
341 /* Name of package */
342 #undef PACKAGE
343
344 /* Define as the return type of signal handlers (`int' or `void'). */
345 #define RETSIGTYPE void
346
347 /* The size of a `long double', as computed by sizeof. */
348 #undef SIZEOF_LONG_DOUBLE
349
350 /* The size of a `long long', as computed by sizeof. */
351 #undef SIZEOF_LONG_LONG
352
353 /* Define if you have the ANSI C header files. */
354 #undef STDC_HEADERS
355
356 /* Define if you can safely include both <sys/time.h> and <time.h>. */
357 #undef TIME_WITH_SYS_TIME
358
359 /* Version number of package */
360 #undef VERSION
361
362 /* Define if on AIX 3.
363    System headers sometimes define this.
364    We just want to avoid a redefinition error message.  */
365 #ifndef _ALL_SOURCE
366 # undef _ALL_SOURCE
367 #endif
368
369 /* Number of bits in a file offset, on hosts where this is settable. */
370 #undef _FILE_OFFSET_BITS
371
372 /* Define for large files, on AIX-style hosts. */
373 #undef _LARGE_FILES
374
375 /* Define to empty if `const' does not conform to ANSI C. */
376 #undef const
377
378 /* Define to `unsigned' if <sys/types.h> does not define. */
379 #undef size_t
380
381 /* Define to `int' if <sys/types.h> does not define. */
382 #undef ssize_t
383
384 /* Define if you have the ioctl function. */
385 #define HAVE_IOCTL
386
387 /* Define if you have a working ioctl FIONBIO function. */
388 #define HAVE_IOCTL_FIONBIO
389
390 /* to disable LDAP */
391 #define CURL_DISABLE_LDAP
392
393 /* Define if you have the getnameinfo function. */
394 #define HAVE_GETNAMEINFO 1
395
396 /* Define to the type qualifier of arg 1 for getnameinfo. */
397 #define GETNAMEINFO_QUAL_ARG1 const
398
399 /* Define to the type of arg 1 for getnameinfo. */
400 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
401
402 /* Define to the type of arg 2 for getnameinfo. */
403 #define GETNAMEINFO_TYPE_ARG2 socklen_t
404
405 /* Define to the type of args 4 and 6 for getnameinfo. */
406 #define GETNAMEINFO_TYPE_ARG46 size_t
407
408 /* Define to the type of arg 7 for getnameinfo. */
409 #define GETNAMEINFO_TYPE_ARG7 int
410
411 /* Define if you have the recv function. */
412 #define HAVE_RECV 1
413
414 /* Define to the type of arg 1 for recv. */
415 #define RECV_TYPE_ARG1 int
416
417 /* Define to the type of arg 2 for recv. */
418 #define RECV_TYPE_ARG2 void *
419
420 /* Define to the type of arg 3 for recv. */
421 #define RECV_TYPE_ARG3 size_t
422
423 /* Define to the type of arg 4 for recv. */
424 #define RECV_TYPE_ARG4 int
425
426 /* Define to the function return type for recv. */
427 #define RECV_TYPE_RETV ssize_t
428
429 /* Define 1 if you have the recvfrom function. */
430 #define HAVE_RECVFROM 1
431
432 /* Define to the type of arg 1 for recvfrom. */
433 #define RECVFROM_TYPE_ARG1 int
434
435 /* Define to the type pointed by arg 2 for recvfrom. */
436 #define RECVFROM_TYPE_ARG2 void
437
438 /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
439 #define RECVFROM_TYPE_ARG2_IS_VOID 1
440
441 /* Define to the type of arg 3 for recvfrom. */
442 #define RECVFROM_TYPE_ARG3 size_t
443
444 /* Define to the type of arg 4 for recvfrom. */
445 #define RECVFROM_TYPE_ARG4 int
446
447 /* Define to the type pointed by arg 5 for recvfrom. */
448 #define RECVFROM_TYPE_ARG5 struct sockaddr
449
450 /* Define to the type pointed by arg 6 for recvfrom. */
451 #define RECVFROM_TYPE_ARG6 int
452
453 /* Define to the function return type for recvfrom. */
454 #define RECVFROM_TYPE_RETV ssize_t
455
456 /* Define if you have the send function. */
457 #define HAVE_SEND 1
458
459 /* Define to the type of arg 1 for send. */
460 #define SEND_TYPE_ARG1 int
461
462 /* Define to the type qualifier of arg 2 for send. */
463 #define SEND_QUAL_ARG2 const
464
465 /* Define to the type of arg 2 for send. */
466 #define SEND_TYPE_ARG2 void *
467
468 /* Define to the type of arg 3 for send. */
469 #define SEND_TYPE_ARG3 size_t
470
471 /* Define to the type of arg 4 for send. */
472 #define SEND_TYPE_ARG4 int
473
474 /* Define to the function return type for send. */
475 #define SEND_TYPE_RETV ssize_t