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