1/* config-symbian.h.  Manually generated.  */
2/***************************************************************************
3 *                                  _   _ ____  _
4 *  Project                     ___| | | |  _ \| |
5 *                             / __| | | | |_) | |
6 *                            | (__| |_| |  _ <| |___
7 *                             \___|\___/|_| \_\_____|
8 *
9 * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
10 *
11 * This software is licensed as described in the file COPYING, which
12 * you should have received as part of this distribution. The terms
13 * are also available at http://curl.haxx.se/docs/copyright.html.
14 *
15 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
16 * copies of the Software, and permit persons to whom the Software is
17 * furnished to do so, under the terms of the COPYING file.
18 *
19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
20 * KIND, either express or implied.
21 *
22 ***************************************************************************/
23
24/* when building libcurl itself */
25/* #undef BUILDING_LIBCURL */
26
27/* Location of default ca bundle */
28/* #define CURL_CA_BUNDLE "/etc/pki/tls/certs/ca-bundle.crt"*/
29
30/* Location of default ca path */
31/* #undef CURL_CA_PATH */
32
33/* to disable cookies support */
34/* #undef CURL_DISABLE_COOKIES */
35
36/* to disable cryptographic authentication */
37/* #undef CURL_DISABLE_CRYPTO_AUTH */
38
39/* to disable DICT */
40/* #undef CURL_DISABLE_DICT */
41
42/* to disable FILE */
43/* #undef CURL_DISABLE_FILE */
44
45/* to disable FTP */
46/* #undef CURL_DISABLE_FTP */
47
48/* to disable HTTP */
49/* #undef CURL_DISABLE_HTTP */
50
51/* to disable LDAP */
52#define CURL_DISABLE_LDAP 1
53
54/* to disable LDAPS */
55#define CURL_DISABLE_LDAPS 1
56
57/* to disable TELNET */
58/* #undef CURL_DISABLE_TELNET */
59
60/* to disable TFTP */
61/* #undef CURL_DISABLE_TFTP */
62
63/* to disable verbose strings */
64/* #define CURL_DISABLE_VERBOSE_STRINGS 1*/
65
66/* to make a symbol visible */
67/*#define CURL_EXTERN_SYMBOL  __declspec(dllexport)*/
68
69/* to enable hidden symbols */
70/*#define CURL_HIDDEN_SYMBOLS 1*/
71
72/* Use Windows LDAP implementation */
73/* #undef CURL_LDAP_WIN */
74
75/* when not building a shared library */
76/* #undef CURL_STATICLIB */
77
78/* your Entropy Gathering Daemon socket pathname */
79/* #undef EGD_SOCKET */
80
81/* Define if you want to enable IPv6 support */
82#define ENABLE_IPV6 1
83
84/* Define if struct sockaddr_in6 has the sin6_scope_id member */
85#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
86
87/* Define to the type qualifier of arg 1 for getnameinfo. */
88#define GETNAMEINFO_QUAL_ARG1 const
89
90/* Define to the type of arg 1 for getnameinfo. */
91#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
92
93/* Define to the type of arg 2 for getnameinfo. */
94#define GETNAMEINFO_TYPE_ARG2 socklen_t
95
96/* Define to the type of args 4 and 6 for getnameinfo. */
97#define GETNAMEINFO_TYPE_ARG46 size_t
98
99/* Define to the type of arg 7 for getnameinfo. */
100#define GETNAMEINFO_TYPE_ARG7 int
101
102/* Define to 1 if you have the <alloca.h> header file. */
103/*#define HAVE_ALLOCA_H 1*/
104
105/* Define to 1 if you have the <arpa/inet.h> header file. */
106#define HAVE_ARPA_INET_H 1
107
108/* Define to 1 if you have the <arpa/tftp.h> header file. */
109/*#define HAVE_ARPA_TFTP_H 1*/
110
111/* Define to 1 if you have the <assert.h> header file. */
112#define HAVE_ASSERT_H 1
113
114/* Define to 1 if you have the `basename' function. */
115/*#define HAVE_BASENAME 1*/
116
117/* Define to 1 if bool is an available type. */
118/*#define HAVE_BOOL_T 1*/
119
120/* Define to 1 if you have the `closesocket' function. */
121/* #undef HAVE_CLOSESOCKET */
122
123/* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
124/*#define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1*/
125
126/* Define to 1 if you have the <crypto.h> header file. */
127/* #undef HAVE_CRYPTO_H */
128
129/* Define to 1 if you have the <des.h> header file. */
130/* #undef HAVE_DES_H */
131
132/* Define to 1 if you have the <dlfcn.h> header file. */
133#define HAVE_DLFCN_H 1
134
135/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
136/*#define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1*/
137
138/* Define to 1 if you have the <errno.h> header file. */
139#define HAVE_ERRNO_H 1
140
141/* Define to 1 if you have the <err.h> header file. */
142#define HAVE_ERR_H 1
143
144/* Define to 1 if you have the <fcntl.h> header file. */
145#define HAVE_FCNTL_H 1
146
147/* Define to 1 if you have the fcntl function. */
148#define HAVE_FCNTL 1
149
150/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
151#define HAVE_FCNTL_O_NONBLOCK 1
152
153/* Define to 1 if you have the `fork' function. */
154/*#define HAVE_FORK 1*/
155
156/* Define to 1 if you have the `ftruncate' function. */
157#define HAVE_FTRUNCATE 1
158
159/* Define if getaddrinfo exists and works */
160#define HAVE_GETADDRINFO 1
161
162/* Define to 1 if you have the `geteuid' function. */
163#define HAVE_GETEUID 1
164
165/* Define to 1 if you have the `gethostbyaddr' function. */
166#define HAVE_GETHOSTBYADDR 1
167
168/* If you have gethostbyname */
169#define HAVE_GETHOSTBYNAME 1
170
171/* Define to 1 if you have the `gethostbyname_r' function. */
172/* #undef HAVE_GETHOSTBYNAME_R */
173
174/* gethostbyname_r() takes 3 args */
175/* #undef HAVE_GETHOSTBYNAME_R_3 */
176
177/* gethostbyname_r() takes 5 args */
178/* #undef HAVE_GETHOSTBYNAME_R_5 */
179
180/* gethostbyname_r() takes 6 args */
181/* #undef HAVE_GETHOSTBYNAME_R_6 */
182
183/* Define to 1 if you have the getnameinfo function. */
184#define HAVE_GETNAMEINFO 1
185
186/* Define to 1 if you have the `getpass_r' function. */
187/* #undef HAVE_GETPASS_R */
188
189/* Define to 1 if you have the `getppid' function. */
190#define HAVE_GETPPID 1
191
192/* Define to 1 if you have the `getprotobyname' function. */
193#define HAVE_GETPROTOBYNAME 1
194
195/* Define to 1 if you have the `getpwuid' function. */
196#define HAVE_GETPWUID 1
197
198/* Define to 1 if you have the `getrlimit' function. */
199/*#define HAVE_GETRLIMIT 1*/
200
201/* Define to 1 if you have the `gettimeofday' function. */
202#define HAVE_GETTIMEOFDAY 1
203
204/* we have a glibc-style strerror_r() */
205/* #undef HAVE_GLIBC_STRERROR_R */
206
207/* Define to 1 if you have the `gmtime_r' function. */
208#define HAVE_GMTIME_R 1
209
210/* if you have the gssapi libraries */
211/* #undef HAVE_GSSAPI */
212
213/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
214/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
215
216/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
217/* #undef HAVE_GSSAPI_GSSAPI_H */
218
219/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
220/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
221
222/* if you have the GNU gssapi libraries */
223/* #undef HAVE_GSSGNU */
224
225/* if you have the Heimdal gssapi libraries */
226/* #undef HAVE_GSSHEIMDAL */
227
228/* if you have the MIT gssapi libraries */
229/* #undef HAVE_GSSMIT */
230
231/* Define to 1 if you have the `idna_strerror' function. */
232/*#define HAVE_IDNA_STRERROR 1*/
233
234/* Define to 1 if you have the `idn_free' function. */
235/*#define HAVE_IDN_FREE 1*/
236
237/* Define to 1 if you have the <idn-free.h> header file. */
238/*#define HAVE_IDN_FREE_H 1*/
239
240/* Define to 1 if you have the `inet_addr' function. */
241/*#define HAVE_INET_ADDR 1*/
242
243/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
244/*#define HAVE_INET_NTOP 1*/
245
246/* Define to 1 if you have a IPv6 capable working inet_pton function. */
247/*#define HAVE_INET_PTON 1*/
248
249/* Define to 1 if you have the <inttypes.h> header file. */
250#define HAVE_INTTYPES_H 1
251
252/* Define to 1 if you have the ioctl function. */
253#define HAVE_IOCTL 1
254
255/* Define to 1 if you have a working ioctl FIONBIO function. */
256#define HAVE_IOCTL_FIONBIO 1
257
258/* Define to 1 if you have the ioctlsocket function. */
259/* #undef HAVE_IOCTLSOCKET */
260
261/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
262/* #undef HAVE_IOCTLSOCKET_FIONBIO */
263
264/* Define to 1 if you have the IoctlSocket camel case function. */
265/* #undef HAVE_IOCTLSOCKET_CAMEL */
266
267/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function. */
268/* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
269
270/* Define to 1 if you have the <io.h> header file. */
271/* #undef HAVE_IO_H */
272
273/* if you have the Kerberos4 libraries (including -ldes) */
274/* #undef HAVE_KRB4 */
275
276/* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
277/* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
278
279/* Define to 1 if you have the <krb.h> header file. */
280/* #undef HAVE_KRB_H */
281
282/* Define to 1 if you have the lber.h header file. */
283/*#define HAVE_LBER_H 1*/
284
285/* Define to 1 if you have the ldapssl.h header file. */
286/* #undef HAVE_LDAPSSL_H */
287
288/* Define to 1 if you have the ldap.h header file. */
289/*#define HAVE_LDAP_H 1*/
290
291/* Use LDAPS implementation */
292/*#define HAVE_LDAP_SSL 1*/
293
294/* Define to 1 if you have the ldap_ssl.h header file. */
295/* #undef HAVE_LDAP_SSL_H */
296
297/* Define to 1 if you have the `ldap_url_parse' function. */
298/*#define HAVE_LDAP_URL_PARSE 1*/
299
300/* Define to 1 if you have the <libgen.h> header file. */
301/*#define HAVE_LIBGEN_H 1*/
302
303/* Define to 1 if you have the `idn' library (-lidn). */
304/*#define HAVE_LIBIDN 1*/
305
306/* Define to 1 if you have the `resolv' library (-lresolv). */
307/* #undef HAVE_LIBRESOLV */
308
309/* Define to 1 if you have the `resolve' library (-lresolve). */
310/* #undef HAVE_LIBRESOLVE */
311
312/* Define to 1 if you have the `socket' library (-lsocket). */
313/* #undef HAVE_LIBSOCKET */
314
315/* Define to 1 if you have the `ssh2' library (-lssh2). */
316/*#define HAVE_LIBSSH2 1*/
317
318/* Define to 1 if you have the <libssh2.h> header file. */
319/*#define HAVE_LIBSSH2_H 1*/
320
321/* Define to 1 if you have the `ssl' library (-lssl). */
322/*#define HAVE_LIBSSL 1*/
323
324/* Define to 1 if you have the <limits.h> header file. */
325#define HAVE_LIMITS_H 1
326
327/* if your compiler supports LL */
328#define HAVE_LL 1
329
330/* Define to 1 if you have the <locale.h> header file. */
331#define HAVE_LOCALE_H 1
332
333/* Define to 1 if you have the `localtime_r' function. */
334#define HAVE_LOCALTIME_R 1
335
336/* Define to 1 if the compiler supports the 'long long' data type. */
337#define HAVE_LONGLONG 1
338
339/* Define to 1 if you have the malloc.h header file. */
340/*#define HAVE_MALLOC_H 1*/
341
342/* Define to 1 if you have the <memory.h> header file. */
343#define HAVE_MEMORY_H 1
344
345/* Define to 1 if you have the MSG_NOSIGNAL flag. */
346/*#define HAVE_MSG_NOSIGNAL 1*/
347
348/* Define to 1 if you have the <netdb.h> header file. */
349#define HAVE_NETDB_H 1
350
351/* Define to 1 if you have the <netinet/in.h> header file. */
352#define HAVE_NETINET_IN_H 1
353
354/* Define to 1 if you have the <netinet/tcp.h> header file. */
355/*#define HAVE_NETINET_TCP_H 1*/
356
357/* Define to 1 if you have the <net/if.h> header file. */
358#define HAVE_NET_IF_H 1
359
360/* Define to 1 if NI_WITHSCOPEID exists and works. */
361/*#define HAVE_NI_WITHSCOPEID 1*/
362
363/* we have no strerror_r() proto */
364/* #undef HAVE_NO_STRERROR_R_DECL */
365
366/* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE
367   */
368/* #undef HAVE_OLD_GSSMIT */
369
370/* Define to 1 if you have the <openssl/crypto.h> header file. */
371/*#define HAVE_OPENSSL_CRYPTO_H 1*/
372
373/* Define to 1 if you have the <openssl/engine.h> header file. */
374/*#define HAVE_OPENSSL_ENGINE_H 1*/
375
376/* Define to 1 if you have the <openssl/err.h> header file. */
377/*#define HAVE_OPENSSL_ERR_H 1*/
378
379/* Define to 1 if you have the <openssl/pem.h> header file. */
380/*#define HAVE_OPENSSL_PEM_H 1*/
381
382/* Define to 1 if you have the <openssl/pkcs12.h> header file. */
383/*#define HAVE_OPENSSL_PKCS12_H 1*/
384
385/* Define to 1 if you have the <openssl/rsa.h> header file. */
386/*#define HAVE_OPENSSL_RSA_H 1*/
387
388/* Define to 1 if you have the <openssl/ssl.h> header file. */
389/*#define HAVE_OPENSSL_SSL_H 1*/
390
391/* Define to 1 if you have the <openssl/x509.h> header file. */
392/*#define HAVE_OPENSSL_X509_H 1*/
393
394/* Define to 1 if you have the <pem.h> header file. */
395/* #undef HAVE_PEM_H */
396
397/* Define to 1 if you have the `perror' function. */
398#define HAVE_PERROR 1
399
400/* Define to 1 if you have the `pipe' function. */
401#define HAVE_PIPE 1
402
403/* if you have the function PK11_CreateGenericObject */
404/* #undef HAVE_PK11_CREATEGENERICOBJECT */
405
406/* Define to 1 if you have the `poll' function. */
407/*#define HAVE_POLL 1*/
408
409/* If you have a fine poll */
410/*#define HAVE_POLL_FINE 1*/
411
412/* Define to 1 if you have the <poll.h> header file. */
413/*#define HAVE_POLL_H 1*/
414
415/* we have a POSIX-style strerror_r() */
416#define HAVE_POSIX_STRERROR_R 1
417
418/* Define to 1 if you have the <pwd.h> header file. */
419#define HAVE_PWD_H 1
420
421/* Define to 1 if you have the `RAND_egd' function. */
422#define HAVE_RAND_EGD 1
423
424/* Define to 1 if you have the `RAND_screen' function. */
425/* #undef HAVE_RAND_SCREEN */
426
427/* Define to 1 if you have the `RAND_status' function. */
428/*#define HAVE_RAND_STATUS 1*/
429
430/* Define to 1 if you have the recv function. */
431#define HAVE_RECV 1
432
433/* Define to 1 if you have the recvfrom function. */
434#define HAVE_RECVFROM 1
435
436/* Define to 1 if you have the <rsa.h> header file. */
437/* #undef HAVE_RSA_H */
438
439/* Define to 1 if you have the select function. */
440#define HAVE_SELECT 1
441
442/* Define to 1 if you have the send function. */
443#define HAVE_SEND 1
444
445/* Define to 1 if you have the <setjmp.h> header file. */
446#define HAVE_SETJMP_H 1
447
448/* Define to 1 if you have the `setlocale' function. */
449#define HAVE_SETLOCALE 1
450
451/* Define to 1 if you have the `setmode' function. */
452/* #undef HAVE_SETMODE */
453
454/* Define to 1 if you have the `setrlimit' function. */
455/*#define HAVE_SETRLIMIT 1*/
456
457/* Define to 1 if you have the setsockopt function. */
458/* #undef HAVE_SETSOCKOPT */
459
460/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
461/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
462
463/* Define to 1 if you have the <sgtty.h> header file. */
464/*#define HAVE_SGTTY_H 1*/
465
466/* Define to 1 if you have the `sigaction' function. */
467/*#define HAVE_SIGACTION 1*/
468
469/* Define to 1 if you have the `siginterrupt' function. */
470/*#define HAVE_SIGINTERRUPT 1*/
471
472/* Define to 1 if you have the `signal' function. */
473/*#define HAVE_SIGNAL 1*/
474
475/* Define to 1 if you have the <signal.h> header file. */
476#define HAVE_SIGNAL_H 1
477
478/* If you have sigsetjmp */
479/*#define HAVE_SIGSETJMP 1*/
480
481/* Define to 1 if sig_atomic_t is an available typedef. */
482/*#define HAVE_SIG_ATOMIC_T 1*/
483
484/* Define to 1 if sig_atomic_t is already defined as volatile. */
485/* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
486
487/* Define to 1 if you have the `socket' function. */
488#define HAVE_SOCKET 1
489
490/* Define this if you have the SPNEGO library fbopenssl */
491/* #undef HAVE_SPNEGO */
492
493/* Define to 1 if you have the `SSL_get_shutdown' function. */
494/*#define HAVE_SSL_GET_SHUTDOWN 1*/
495
496/* Define to 1 if you have the <ssl.h> header file. */
497/* #undef HAVE_SSL_H */
498
499/* Define to 1 if you have the <stdbool.h> header file. */
500#define HAVE_STDBOOL_H 1
501
502/* Define to 1 if you have the <stdint.h> header file. */
503#define HAVE_STDINT_H 1
504
505/* Define to 1 if you have the <stdio.h> header file. */
506#define HAVE_STDIO_H 1
507
508/* Define to 1 if you have the <stdlib.h> header file. */
509#define HAVE_STDLIB_H 1
510
511/* Define to 1 if you have the `strcasecmp' function. */
512#define HAVE_STRCASECMP 1
513
514/* Define to 1 if you have the `strcasestr' function. */
515#define HAVE_STRCASESTR 1
516
517/* Define to 1 if you have the `strcmpi' function. */
518/* #undef HAVE_STRCMPI */
519
520/* Define to 1 if you have the `strdup' function. */
521#define HAVE_STRDUP 1
522
523/* Define to 1 if you have the `strerror_r' function. */
524#define HAVE_STRERROR_R 1
525
526/* Define to 1 if you have the `stricmp' function. */
527/* #undef HAVE_STRICMP */
528
529/* Define to 1 if you have the <strings.h> header file. */
530#define HAVE_STRINGS_H 1
531
532/* Define to 1 if you have the <string.h> header file. */
533#define HAVE_STRING_H 1
534
535/* Define to 1 if you have the `strlcat' function. */
536#define HAVE_STRLCAT 1
537
538/* Define to 1 if you have the `strlcpy' function. */
539#define HAVE_STRLCPY 1
540
541/* Define to 1 if you have the `strstr' function. */
542#define HAVE_STRSTR 1
543
544/* Define to 1 if you have the `strtok_r' function. */
545#define HAVE_STRTOK_R 1
546
547/* Define to 1 if you have the `strtoll' function. */
548#define HAVE_STRTOLL 1
549
550/* if struct sockaddr_storage is defined */
551#define HAVE_STRUCT_SOCKADDR_STORAGE 1
552
553/* Define to 1 if you have the timeval struct. */
554#define HAVE_STRUCT_TIMEVAL 1
555
556/* Define to 1 if you have the <sys/filio.h> header file. */
557#define HAVE_SYS_FILIO_H 1
558
559/* Define to 1 if you have the <sys/ioctl.h> header file. */
560#define HAVE_SYS_IOCTL_H 1
561
562/* Define to 1 if you have the <sys/param.h> header file. */
563#define HAVE_SYS_PARAM_H 1
564
565/* Define to 1 if you have the <sys/poll.h> header file. */
566/*#define HAVE_SYS_POLL_H 1*/
567
568/* Define to 1 if you have the <sys/resource.h> header file. */
569#define HAVE_SYS_RESOURCE_H 1
570
571/* Define to 1 if you have the <sys/select.h> header file. */
572#define HAVE_SYS_SELECT_H 1
573
574/* Define to 1 if you have the <sys/socket.h> header file. */
575#define HAVE_SYS_SOCKET_H 1
576
577/* Define to 1 if you have the <sys/sockio.h> header file. */
578#define HAVE_SYS_SOCKIO_H 1
579
580/* Define to 1 if you have the <sys/stat.h> header file. */
581#define HAVE_SYS_STAT_H 1
582
583/* Define to 1 if you have the <sys/time.h> header file. */
584#define HAVE_SYS_TIME_H 1
585
586/* Define to 1 if you have the <sys/types.h> header file. */
587#define HAVE_SYS_TYPES_H 1
588
589/* Define to 1 if you have the <sys/utime.h> header file. */
590/* #undef HAVE_SYS_UTIME_H */
591
592/* Define to 1 if you have the <termios.h> header file. */
593/*#define HAVE_TERMIOS_H 1*/
594
595/* Define to 1 if you have the <termio.h> header file. */
596/*#define HAVE_TERMIO_H 1*/
597
598/* Define to 1 if you have the <time.h> header file. */
599#define HAVE_TIME_H 1
600
601/* Define to 1 if you have the <tld.h> header file. */
602/*#define HAVE_TLD_H 1*/
603
604/* Define to 1 if you have the `tld_strerror' function. */
605/*#define HAVE_TLD_STRERROR 1*/
606
607/* Define to 1 if you have the `uname' function. */
608#define HAVE_UNAME 1
609
610/* Define to 1 if you have the <unistd.h> header file. */
611#define HAVE_UNISTD_H 1
612
613/* Define to 1 if you have the `utime' function. */
614#define HAVE_UTIME 1
615
616/* Define to 1 if you have the <utime.h> header file. */
617#define HAVE_UTIME_H 1
618
619/* Define to 1 if compiler supports C99 variadic macro style. */
620#define HAVE_VARIADIC_MACROS_C99 1
621
622/* Define to 1 if compiler supports old gcc variadic macro style. */
623/*#define HAVE_VARIADIC_MACROS_GCC 1*/
624
625/* Define to 1 if you have the winber.h header file. */
626/* #undef HAVE_WINBER_H */
627
628/* Define to 1 if you have the windows.h header file. */
629/* #undef HAVE_WINDOWS_H */
630
631/* Define to 1 if you have the winldap.h header file. */
632/* #undef HAVE_WINLDAP_H */
633
634/* Define to 1 if you have the winsock2.h header file. */
635/* #undef HAVE_WINSOCK2_H */
636
637/* Define to 1 if you have the winsock.h header file. */
638/* #undef HAVE_WINSOCK_H */
639
640/* Define this symbol if your OS supports changing the contents of argv */
641/*#define HAVE_WRITABLE_ARGV 1*/
642
643/* Define to 1 if you have the ws2tcpip.h header file. */
644/* #undef HAVE_WS2TCPIP_H */
645
646/* Define to 1 if you have the <x509.h> header file. */
647/* #undef HAVE_X509_H */
648
649/* Define to 1 if you are building a native Windows target. */
650/* #undef NATIVE_WINDOWS */
651
652/* Define to 1 if you need the lber.h header file even with ldap.h */
653/* #undef NEED_LBER_H */
654
655/* Define to 1 if you need the malloc.h header file even with stdlib.h */
656/* #undef NEED_MALLOC_H */
657
658/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
659/* #undef NEED_REENTRANT */
660
661/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
662/* #undef NEED_THREAD_SAFE */
663
664/* cpu-machine-OS */
665#ifdef __WINS__
666#define OS "i386-pc-epoc32"
667#elif __MARM__
668#define OS "arm-unknown-epoc32"
669#else
670/* This won't happen on any current Symbian version */
671#define OS "unknown-unknown-epoc32"
672#endif
673
674/* Name of package */
675/*#define PACKAGE "curl"*/
676
677/* Define to the address where bug reports for this package should be sent. */
678/*#define PACKAGE_BUGREPORT "a suitable curl mailing list => http://curl.haxx.se/mail/"*/
679
680/* Define to the full name of this package. */
681/*#define PACKAGE_NAME "curl"*/
682
683/* Define to the full name and version of this package. */
684/*#define PACKAGE_STRING "curl -"*/
685
686/* Define to the one symbol short name of this package. */
687/*#define PACKAGE_TARNAME "curl"*/
688
689/* Define to the version of this package. */
690/*#define PACKAGE_VERSION "-"*/
691
692/* a suitable file to read random data from */
693/*#define RANDOM_FILE "/dev/urandom"*/
694
695#define RECV_TYPE_ARG1 int
696#define RECV_TYPE_ARG2 void*
697#define RECV_TYPE_ARG3 size_t
698#define RECV_TYPE_ARG4 int
699#define RECV_TYPE_RETV ssize_t
700
701#define RECVFROM_TYPE_ARG1 int
702#define RECVFROM_TYPE_ARG2 void
703#define RECVFROM_TYPE_ARG3 size_t
704#define RECVFROM_TYPE_ARG4 int
705#define RECVFROM_TYPE_ARG5 struct sockaddr
706#define RECVFROM_TYPE_ARG6 size_t
707#define RECVFROM_TYPE_RETV ssize_t
708#define RECVFROM_TYPE_ARG2_IS_VOID 1
709
710#define SEND_TYPE_ARG1 int
711#define SEND_QUAL_ARG2 const
712#define SEND_TYPE_ARG2 void*
713#define SEND_TYPE_ARG3 size_t
714#define SEND_TYPE_ARG4 int
715#define SEND_TYPE_RETV ssize_t
716
717
718/* Define as the return type of signal handlers (`int' or `void'). */
719/*#define RETSIGTYPE void*/
720
721/* Define to the type of arg 1 for `select'. */
722#define SELECT_TYPE_ARG1 int
723
724/* Define to the type of args 2, 3 and 4 for `select'. */
725#define SELECT_TYPE_ARG234 (fd_set *)
726
727/* Define to the type of arg 5 for `select'. */
728#define SELECT_TYPE_ARG5 (struct timeval *)
729
730/* The size of `int', as computed by sizeof. */
731#define SIZEOF_INT 4
732
733/* The size of `off_t', as computed by sizeof. */
734#define SIZEOF_OFF_T 8
735
736/* The size of `short', as computed by sizeof. */
737#define SIZEOF_SHORT 2
738
739/* The size of `size_t', as computed by sizeof. */
740#define SIZEOF_SIZE_T 4
741
742/* The size of `time_t', as computed by sizeof. */
743#define SIZEOF_TIME_T 4
744
745/* Define to 1 if you have the ANSI C header files. */
746#define STDC_HEADERS 1
747
748/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
749#define TIME_WITH_SYS_TIME 1
750
751/* Define if you want to enable c-ares support */
752/* #undef USE_ARES */
753
754/* Define to disable non-blocking sockets */
755/* #undef USE_BLOCKING_SOCKETS */
756
757/* if GnuTLS is enabled */
758/* #undef USE_GNUTLS */
759
760/* if libSSH2 is in use */
761/*#define USE_LIBSSH2 1*/
762
763/* If you want to build curl with the built-in manual */
764/*#define USE_MANUAL 1*/
765
766/* if NSS is enabled */
767/* #undef USE_NSS */
768
769/* to enable SSPI support */
770/* #undef USE_WINDOWS_SSPI */
771
772/* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
773/* #undef USE_YASSLEMUL */
774
775/* Version number of package */
776/*#define VERSION "7.18.2-CVS"*/
777
778/* Define to avoid automatic inclusion of winsock.h */
779/* #undef WIN32_LEAN_AND_MEAN */
780
781/* Define to 1 if on AIX 3.
782   System headers sometimes define this.
783   We just want to avoid a redefinition error message.  */
784#ifndef _ALL_SOURCE
785/* # undef _ALL_SOURCE */
786#endif
787
788/* Number of bits in a file offset, on hosts where this is settable. */
789#define _FILE_OFFSET_BITS 64
790
791/* Define for large files, on AIX-style hosts. */
792/* #undef _LARGE_FILES */
793
794/* Define to empty if `const' does not conform to ANSI C. */
795/* #undef const */
796
797/* type to use in place of in_addr_t if not defined */
798/* #undef in_addr_t */
799
800/* Define to `__inline__' or `__inline' if that's what the C compiler
801   calls it, or to nothing if 'inline' is not supported under any name.  */
802#ifndef __cplusplus
803/* #undef inline */
804#endif
805
806/* Define to `unsigned int' if <sys/types.h> does not define. */
807/* #undef size_t */
808
809/* the signed version of size_t */
810/* #undef ssize_t */
811
812/* Enabling curl debug mode when building in Symbian debug mode would work */
813/* except that debug mode introduces new exports that must be frozen. */
814#ifdef _DEBUG
815/* #define CURLDEBUG */
816#endif
817
818/* sys/cdefs.h fails to define this for WINSCW prior to Symbian OS ver. 9.4 */
819#ifndef __LONG_LONG_SUPPORTED
820#define __LONG_LONG_SUPPORTED
821#endif
822
823/* Enable appropriate header only when zlib support is enabled */
824#ifdef HAVE_LIBZ
825#define HAVE_ZLIB_H 1
826#endif
827
828/* Enable appropriate definitions only when OpenSSL support is enabled */
829#ifdef USE_SSLEAY
830/* if OpenSSL is in use */
831#define USE_OPENSSL
832#endif
833