1/***************************************************************************
2 *                                  _   _ ____  _
3 *  Project                     ___| | | |  _ \| |
4 *                             / __| | | | |_) | |
5 *                            | (__| |_| |  _ <| |___
6 *                             \___|\___/|_| \_\_____|
7 *
8 * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
9 *
10 * This software is licensed as described in the file COPYING, which
11 * you should have received as part of this distribution. The terms
12 * are also available at http://curl.haxx.se/docs/copyright.html.
13 *
14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
15 * copies of the Software, and permit persons to whom the Software is
16 * furnished to do so, under the terms of the COPYING file.
17 *
18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 * KIND, either express or implied.
20 *
21 ***************************************************************************/
22/* Name of this package! */
23#undef PACKAGE
24
25/* Version number of this archive. */
26#undef VERSION
27
28/* Define if you have the getpass function.  */
29#undef HAVE_GETPASS
30
31/* Define cpu-machine-OS */
32#define OS "ARM-RISC OS"
33
34/* Define to 1 if you want the built-in manual */
35#define USE_MANUAL 1
36
37/* Define if you have the gethostbyaddr_r() function with 5 arguments */
38#undef HAVE_GETHOSTBYADDR_R_5
39
40/* Define if you have the gethostbyaddr_r() function with 7 arguments */
41#undef HAVE_GETHOSTBYADDR_R_7
42
43/* Define if you have the gethostbyaddr_r() function with 8 arguments */
44#undef HAVE_GETHOSTBYADDR_R_8
45
46/* Define if you have the gethostbyname_r() function with 3 arguments */
47#undef HAVE_GETHOSTBYNAME_R_3
48
49/* Define if you have the gethostbyname_r() function with 5 arguments */
50#undef HAVE_GETHOSTBYNAME_R_5
51
52/* Define if you have the gethostbyname_r() function with 6 arguments */
53#undef HAVE_GETHOSTBYNAME_R_6
54
55/* Define if you need the _REENTRANT define for some functions */
56#undef NEED_REENTRANT
57
58/* Define if you have the Kerberos4 libraries (including -ldes) */
59#undef HAVE_KRB4
60
61/* Define if you want to enable IPv6 support */
62#undef ENABLE_IPV6
63
64/* Define if struct sockaddr_in6 has the sin6_scope_id member */
65#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
66
67/* Define this to 'int' if ssize_t is not an available typedefed type */
68#undef ssize_t
69
70/* Define this as a suitable file to read random data from */
71#undef RANDOM_FILE
72
73/* Define this to your Entropy Gathering Daemon socket pathname */
74#undef EGD_SOCKET
75
76/* Define if you want to enable IPv6 support */
77#undef ENABLE_IPV6
78
79/* Define if you have the <alloca.h> header file. */
80#define HAVE_ALLOCA_H
81
82/* Define if you have the <arpa/inet.h> header file. */
83#define HAVE_ARPA_INET_H
84
85/* Define if you have the `closesocket' function. */
86#undef HAVE_CLOSESOCKET
87
88/* Define if you have the <crypto.h> header file. */
89#undef HAVE_CRYPTO_H
90
91/* Define if you have the <des.h> header file. */
92#undef HAVE_DES_H
93
94/* Define if you have the <errno.h> header file. */
95#define HAVE_ERRNO_H
96
97/* Define if you have the <err.h> header file. */
98#undef HAVE_ERR_H
99
100/* Define if you have the <fcntl.h> header file. */
101#define HAVE_FCNTL_H
102
103/* Define if you have the `ftruncate' function. */
104#define HAVE_FTRUNCATE
105
106/* Define if getaddrinfo exists and works */
107#define HAVE_GETADDRINFO
108
109/* Define if you have the `geteuid' function. */
110#undef HAVE_GETEUID
111
112/* Define if you have the `gethostbyaddr' function. */
113#define HAVE_GETHOSTBYADDR
114
115/* Define if you have the `gethostbyaddr_r' function. */
116#undef HAVE_GETHOSTBYADDR_R
117
118/* Define if you have the `gethostbyname_r' function. */
119#undef HAVE_GETHOSTBYNAME_R
120
121/* Define if you have the `gethostname' function. */
122#define HAVE_GETHOSTNAME
123
124/* Define if you have the <getopt.h> header file. */
125#define HAVE_GETOPT_H
126
127/* Define if you have the `getpass_r' function. */
128#undef HAVE_GETPASS_R
129
130/* Define if you have the `getpwuid' function. */
131#undef HAVE_GETPWUID
132
133/* Define if you have the `getservbyname' function. */
134#undef HAVE_GETSERVBYNAME
135
136/* Define if you have the `gettimeofday' function. */
137#define HAVE_GETTIMEOFDAY
138
139/* Define if you have the `timeval' struct. */
140#define HAVE_STRUCT_TIMEVAL
141
142/* Define if you have the `inet_addr' function. */
143#undef HAVE_INET_ADDR
144
145/* Define if you have the <inttypes.h> header file. */
146#define HAVE_INTTYPES_H
147
148/* Define if you have the <io.h> header file. */
149#undef HAVE_IO_H
150
151/* Define if you have the `krb_get_our_ip_for_realm' function. */
152#undef HAVE_KRB_GET_OUR_IP_FOR_REALM
153
154/* Define if you have the <krb.h> header file. */
155#undef HAVE_KRB_H
156
157/* Define if you have the `crypto' library (-lcrypto). */
158#undef HAVE_LIBCRYPTO
159
160/* Define if you have the `nsl' library (-lnsl). */
161#undef HAVE_LIBNSL
162
163/* Define if you have the `resolv' library (-lresolv). */
164#undef HAVE_LIBRESOLV
165
166/* Define if you have the `resolve' library (-lresolve). */
167#undef HAVE_LIBRESOLVE
168
169/* Define if you have the `socket' library (-lsocket). */
170#undef HAVE_LIBSOCKET
171
172/* Define if you have the `ssl' library (-lssl). */
173#undef HAVE_LIBSSL
174
175/* Define if you have the `ucb' library (-lucb). */
176#undef HAVE_LIBUCB
177
178/* Define if you have the `localtime_r' function. */
179#undef HAVE_LOCALTIME_R
180
181/* Define if you have the <malloc.h> header file. */
182#define HAVE_MALLOC_H
183
184/* Define to 1 if you need the malloc.h header file even with stdlib.h */
185/* #define NEED_MALLOC_H 1 */
186
187/* Define if you have the <memory.h> header file. */
188#undef HAVE_MEMORY_H
189
190/* Define if you have the <netdb.h> header file. */
191#define HAVE_NETDB_H
192
193/* Define if you have the <netinet/if_ether.h> header file. */
194#undef HAVE_NETINET_IF_ETHER_H
195
196/* Define if you have the <netinet/in.h> header file. */
197#define HAVE_NETINET_IN_H
198
199/* Define if you have the <net/if.h> header file. */
200#define HAVE_NET_IF_H
201
202/* Define if you have the <openssl/crypto.h> header file. */
203#undef HAVE_OPENSSL_CRYPTO_H
204
205/* Define if you have the <openssl/err.h> header file. */
206#undef HAVE_OPENSSL_ERR_H
207
208/* Define if you have the <openssl/pem.h> header file. */
209#undef HAVE_OPENSSL_PEM_H
210
211/* Define if you have the <openssl/rsa.h> header file. */
212#undef HAVE_OPENSSL_RSA_H
213
214/* Define if you have the <openssl/ssl.h> header file. */
215#undef HAVE_OPENSSL_SSL_H
216
217/* Define if you have the <openssl/x509.h> header file. */
218#undef HAVE_OPENSSL_X509_H
219
220/* Define if you have the <pem.h> header file. */
221#undef HAVE_PEM_H
222
223/* Define if you have the `perror' function. */
224#undef HAVE_PERROR
225
226/* Define if you have the <pwd.h> header file. */
227#undef HAVE_PWD_H
228
229/* Define if you have the `RAND_egd' function. */
230#undef HAVE_RAND_EGD
231
232/* Define if you have the `RAND_screen' function. */
233#undef HAVE_RAND_SCREEN
234
235/* Define if you have the `RAND_status' function. */
236#undef HAVE_RAND_STATUS
237
238/* Define if you have the <rsa.h> header file. */
239#undef HAVE_RSA_H
240
241/* Define if you have the `select' function. */
242#define HAVE_SELECT
243
244/* Define if you have the `setvbuf' function. */
245#undef HAVE_SETVBUF
246
247/* Define if you have the <sgtty.h> header file. */
248#define HAVE_SGTTY_H
249
250/* Define if you have the `sigaction' function. */
251#undef HAVE_SIGACTION
252
253/* Define if you have the `signal' function. */
254#define HAVE_SIGNAL
255
256/* Define if you have the `socket' function. */
257#define HAVE_SOCKET
258
259/* Define if you have the <ssl.h> header file. */
260#undef HAVE_SSL_H
261
262/* Define if you have the <stdint.h> header file. */
263#undef HAVE_STDINT_H
264
265/* Define if you have the <stdlib.h> header file. */
266#define HAVE_STDLIB_H
267
268/* Define if you have the `strcasecmp' function. */
269#undef HAVE_STRCASECMP
270
271/* Define if you have the `strcmpi' function. */
272#undef HAVE_STRCMPI
273
274/* Define if you have the `strdup' function. */
275#define HAVE_STRDUP
276
277/* Define if you have the `strftime' function. */
278#define HAVE_STRFTIME
279
280/* Define if you have the `stricmp' function. */
281#define HAVE_STRICMP
282
283/* Define if you have the <strings.h> header file. */
284#undef HAVE_STRINGS_H
285
286/* Define if you have the <string.h> header file. */
287#define HAVE_STRING_H
288
289/* Define if you have the `strlcat' function. */
290#undef HAVE_STRLCAT
291
292/* Define if you have the `strlcpy' function. */
293#undef HAVE_STRLCPY
294
295/* Define if you have the `strstr' function. */
296#define HAVE_STRSTR
297
298/* Define if you have the `strtok_r' function. */
299#undef HAVE_STRTOK_R
300
301/* Define if you have the <sys/param.h> header file. */
302#undef HAVE_SYS_PARAM_H
303
304/* Define if you have the <sys/select.h> header file. */
305#undef HAVE_SYS_SELECT_H
306
307/* Define if you have the <sys/socket.h> header file. */
308#define HAVE_SYS_SOCKET_H
309
310/* Define if you have the <sys/sockio.h> header file. */
311#undef HAVE_SYS_SOCKIO_H
312
313/* Define if you have the <sys/stat.h> header file. */
314#undef HAVE_SYS_STAT_H
315
316/* Define if you have the <sys/time.h> header file. */
317#define HAVE_SYS_TIME_H
318
319/* Define if you have the <sys/types.h> header file. */
320#define HAVE_SYS_TYPES_H
321
322/* Define if you have the `tcgetattr' function. */
323#define HAVE_TCGETATTR
324
325/* Define if you have the `tcsetattr' function. */
326#define HAVE_TCSETATTR
327
328/* Define if you have the <termios.h> header file. */
329#define HAVE_TERMIOS_H
330
331/* Define if you have the <termio.h> header file. */
332#undef HAVE_TERMIO_H
333
334/* Define if you have the <time.h> header file. */
335#undef HAVE_TIME_H
336
337/* Define if you have the `uname' function. */
338#define HAVE_UNAME
339
340/* Define if you have the <unistd.h> header file. */
341#define HAVE_UNISTD_H
342
343/* Define if you have the <winsock.h> header file. */
344#undef HAVE_WINSOCK_H
345
346/* Define if you have the <x509.h> header file. */
347#undef HAVE_X509_H
348
349/* Name of package */
350#undef PACKAGE
351
352/* Define as the return type of signal handlers (`int' or `void'). */
353#define RETSIGTYPE void
354
355/* The size of `int', as computed by sizeof. */
356#define SIZEOF_INT 4
357
358/* The size of `long double', as computed by sizeof. */
359#undef SIZEOF_LONG_DOUBLE
360
361/* The size of `long long', as computed by sizeof. */
362#undef SIZEOF_LONG_LONG
363
364/* The size of `short', as computed by sizeof. */
365#define SIZEOF_SHORT 2
366
367/* Define if you have the ANSI C header files. */
368#undef STDC_HEADERS
369
370/* Define if you can safely include both <sys/time.h> and <time.h>. */
371#undef TIME_WITH_SYS_TIME
372
373/* Version number of package */
374#undef VERSION
375
376/* Define if on AIX 3.
377   System headers sometimes define this.
378   We just want to avoid a redefinition error message.  */
379#ifndef _ALL_SOURCE
380# undef _ALL_SOURCE
381#endif
382
383/* Number of bits in a file offset, on hosts where this is settable. */
384#undef _FILE_OFFSET_BITS
385
386/* Define for large files, on AIX-style hosts. */
387#undef _LARGE_FILES
388
389/* Define to empty if `const' does not conform to ANSI C. */
390#undef const
391
392/* Define to `unsigned' if <sys/types.h> does not define. */
393#undef size_t
394
395/* Define to `int' if <sys/types.h> does not define. */
396#undef ssize_t
397
398/* Define if you have the ioctl function. */
399#define HAVE_IOCTL
400
401/* Define if you have a working ioctl FIONBIO function. */
402#define HAVE_IOCTL_FIONBIO
403