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 <err.h> header file. */
95#undef HAVE_ERR_H
96
97/* Define if you have the <fcntl.h> header file. */
98#define HAVE_FCNTL_H
99
100/* Define if you have the `ftruncate' function. */
101#define HAVE_FTRUNCATE
102
103/* Define if getaddrinfo exists and works */
104#define HAVE_GETADDRINFO
105
106/* Define if you have the `geteuid' function. */
107#undef HAVE_GETEUID
108
109/* Define if you have the `gethostbyaddr' function. */
110#define HAVE_GETHOSTBYADDR
111
112/* Define if you have the `gethostbyaddr_r' function. */
113#undef HAVE_GETHOSTBYADDR_R
114
115/* Define if you have the `gethostbyname_r' function. */
116#undef HAVE_GETHOSTBYNAME_R
117
118/* Define if you have the `gethostname' function. */
119#define HAVE_GETHOSTNAME
120
121/* Define if you have the <getopt.h> header file. */
122#define HAVE_GETOPT_H
123
124/* Define if you have the `getpass_r' function. */
125#undef HAVE_GETPASS_R
126
127/* Define if you have the `getpwuid' function. */
128#undef HAVE_GETPWUID
129
130/* Define if you have the `getservbyname' function. */
131#undef HAVE_GETSERVBYNAME
132
133/* Define if you have the `gettimeofday' function. */
134#define HAVE_GETTIMEOFDAY
135
136/* Define if you have the `timeval' struct. */
137#define HAVE_STRUCT_TIMEVAL
138
139/* Define if you have the `inet_addr' function. */
140#undef HAVE_INET_ADDR
141
142/* Define if you have the <inttypes.h> header file. */
143#define HAVE_INTTYPES_H
144
145/* Define if you have the <io.h> header file. */
146#undef HAVE_IO_H
147
148/* Define if you have the `krb_get_our_ip_for_realm' function. */
149#undef HAVE_KRB_GET_OUR_IP_FOR_REALM
150
151/* Define if you have the <krb.h> header file. */
152#undef HAVE_KRB_H
153
154/* Define if you have the `crypto' library (-lcrypto). */
155#undef HAVE_LIBCRYPTO
156
157/* Define if you have the `nsl' library (-lnsl). */
158#undef HAVE_LIBNSL
159
160/* Define if you have the `resolv' library (-lresolv). */
161#undef HAVE_LIBRESOLV
162
163/* Define if you have the `resolve' library (-lresolve). */
164#undef HAVE_LIBRESOLVE
165
166/* Define if you have the `socket' library (-lsocket). */
167#undef HAVE_LIBSOCKET
168
169/* Define if you have the `ssl' library (-lssl). */
170#undef HAVE_LIBSSL
171
172/* Define if you have the `ucb' library (-lucb). */
173#undef HAVE_LIBUCB
174
175/* Define if you have the `localtime_r' function. */
176#undef HAVE_LOCALTIME_R
177
178/* Define if you have the <malloc.h> header file. */
179#define HAVE_MALLOC_H
180
181/* Define to 1 if you need the malloc.h header file even with stdlib.h */
182/* #define NEED_MALLOC_H 1 */
183
184/* Define if you have the <memory.h> header file. */
185#undef HAVE_MEMORY_H
186
187/* Define if you have the <netdb.h> header file. */
188#define HAVE_NETDB_H
189
190/* Define if you have the <netinet/if_ether.h> header file. */
191#undef HAVE_NETINET_IF_ETHER_H
192
193/* Define if you have the <netinet/in.h> header file. */
194#define HAVE_NETINET_IN_H
195
196/* Define if you have the <net/if.h> header file. */
197#define HAVE_NET_IF_H
198
199/* Define if you have the <openssl/crypto.h> header file. */
200#undef HAVE_OPENSSL_CRYPTO_H
201
202/* Define if you have the <openssl/err.h> header file. */
203#undef HAVE_OPENSSL_ERR_H
204
205/* Define if you have the <openssl/pem.h> header file. */
206#undef HAVE_OPENSSL_PEM_H
207
208/* Define if you have the <openssl/rsa.h> header file. */
209#undef HAVE_OPENSSL_RSA_H
210
211/* Define if you have the <openssl/ssl.h> header file. */
212#undef HAVE_OPENSSL_SSL_H
213
214/* Define if you have the <openssl/x509.h> header file. */
215#undef HAVE_OPENSSL_X509_H
216
217/* Define if you have the <pem.h> header file. */
218#undef HAVE_PEM_H
219
220/* Define if you have the `perror' function. */
221#undef HAVE_PERROR
222
223/* Define if you have the <pwd.h> header file. */
224#undef HAVE_PWD_H
225
226/* Define if you have the `RAND_egd' function. */
227#undef HAVE_RAND_EGD
228
229/* Define if you have the `RAND_screen' function. */
230#undef HAVE_RAND_SCREEN
231
232/* Define if you have the `RAND_status' function. */
233#undef HAVE_RAND_STATUS
234
235/* Define if you have the <rsa.h> header file. */
236#undef HAVE_RSA_H
237
238/* Define if you have the `select' function. */
239#define HAVE_SELECT
240
241/* Define if you have the `setvbuf' function. */
242#undef HAVE_SETVBUF
243
244/* Define if you have the <sgtty.h> header file. */
245#define HAVE_SGTTY_H
246
247/* Define if you have the `sigaction' function. */
248#undef HAVE_SIGACTION
249
250/* Define if you have the `signal' function. */
251#define HAVE_SIGNAL
252
253/* Define if you have the `socket' function. */
254#define HAVE_SOCKET
255
256/* Define if you have the <ssl.h> header file. */
257#undef HAVE_SSL_H
258
259/* Define if you have the <stdint.h> header file. */
260#undef HAVE_STDINT_H
261
262/* Define if you have the <stdlib.h> header file. */
263#define HAVE_STDLIB_H
264
265/* Define if you have the `strcasecmp' function. */
266#undef HAVE_STRCASECMP
267
268/* Define if you have the `strcmpi' function. */
269#undef HAVE_STRCMPI
270
271/* Define if you have the `strdup' function. */
272#define HAVE_STRDUP
273
274/* Define if you have the `strftime' function. */
275#define HAVE_STRFTIME
276
277/* Define if you have the `stricmp' function. */
278#define HAVE_STRICMP
279
280/* Define if you have the <strings.h> header file. */
281#undef HAVE_STRINGS_H
282
283/* Define if you have the <string.h> header file. */
284#define HAVE_STRING_H
285
286/* Define if you have the `strlcat' function. */
287#undef HAVE_STRLCAT
288
289/* Define if you have the `strlcpy' function. */
290#undef HAVE_STRLCPY
291
292/* Define if you have the `strstr' function. */
293#define HAVE_STRSTR
294
295/* Define if you have the `strtok_r' function. */
296#undef HAVE_STRTOK_R
297
298/* Define if you have the <sys/param.h> header file. */
299#undef HAVE_SYS_PARAM_H
300
301/* Define if you have the <sys/select.h> header file. */
302#undef HAVE_SYS_SELECT_H
303
304/* Define if you have the <sys/socket.h> header file. */
305#define HAVE_SYS_SOCKET_H
306
307/* Define if you have the <sys/sockio.h> header file. */
308#undef HAVE_SYS_SOCKIO_H
309
310/* Define if you have the <sys/stat.h> header file. */
311#undef HAVE_SYS_STAT_H
312
313/* Define if you have the <sys/time.h> header file. */
314#define HAVE_SYS_TIME_H
315
316/* Define if you have the <sys/types.h> header file. */
317#define HAVE_SYS_TYPES_H
318
319/* Define if you have the `tcgetattr' function. */
320#define HAVE_TCGETATTR
321
322/* Define if you have the `tcsetattr' function. */
323#define HAVE_TCSETATTR
324
325/* Define if you have the <termios.h> header file. */
326#define HAVE_TERMIOS_H
327
328/* Define if you have the <termio.h> header file. */
329#undef HAVE_TERMIO_H
330
331/* Define if you have the <time.h> header file. */
332#undef HAVE_TIME_H
333
334/* Define if you have the `uname' function. */
335#define HAVE_UNAME
336
337/* Define if you have the <unistd.h> header file. */
338#define HAVE_UNISTD_H
339
340/* Define if you have the <winsock.h> header file. */
341#undef HAVE_WINSOCK_H
342
343/* Define if you have the <x509.h> header file. */
344#undef HAVE_X509_H
345
346/* Name of package */
347#undef PACKAGE
348
349/* Define as the return type of signal handlers (`int' or `void'). */
350#define RETSIGTYPE void
351
352/* The size of `int', as computed by sizeof. */
353#define SIZEOF_INT 4
354
355/* The size of `long double', as computed by sizeof. */
356#undef SIZEOF_LONG_DOUBLE
357
358/* The size of `long long', as computed by sizeof. */
359#undef SIZEOF_LONG_LONG
360
361/* The size of `short', as computed by sizeof. */
362#define SIZEOF_SHORT 2
363
364/* Define if you have the ANSI C header files. */
365#undef STDC_HEADERS
366
367/* Define if you can safely include both <sys/time.h> and <time.h>. */
368#undef TIME_WITH_SYS_TIME
369
370/* Version number of package */
371#undef VERSION
372
373/* Define if on AIX 3.
374   System headers sometimes define this.
375   We just want to avoid a redefinition error message.  */
376#ifndef _ALL_SOURCE
377# undef _ALL_SOURCE
378#endif
379
380/* Number of bits in a file offset, on hosts where this is settable. */
381#undef _FILE_OFFSET_BITS
382
383/* Define for large files, on AIX-style hosts. */
384#undef _LARGE_FILES
385
386/* Define to empty if `const' does not conform to ANSI C. */
387#undef const
388
389/* Define to `unsigned' if <sys/types.h> does not define. */
390#undef size_t
391
392/* Define to `int' if <sys/types.h> does not define. */
393#undef ssize_t
394
395/* Define if you have the ioctl function. */
396#define HAVE_IOCTL
397
398/* Define if you have a working ioctl FIONBIO function. */
399#define HAVE_IOCTL_FIONBIO
400