1 /* config-symbian.h. Manually generated. */
3 /* when building libcurl itself */
4 /* #undef BUILDING_LIBCURL */
6 /* Location of default ca bundle */
7 /* #define CURL_CA_BUNDLE "/etc/pki/tls/certs/ca-bundle.crt"*/
9 /* Location of default ca path */
10 /* #undef CURL_CA_PATH */
12 /* to disable cookies support */
13 /* #undef CURL_DISABLE_COOKIES */
15 /* to disable cryptographic authentication */
16 /* #undef CURL_DISABLE_CRYPTO_AUTH */
19 /* #undef CURL_DISABLE_DICT */
22 /* #undef CURL_DISABLE_FILE */
25 /* #undef CURL_DISABLE_FTP */
28 /* #undef CURL_DISABLE_HTTP */
31 #define CURL_DISABLE_LDAP 1
33 /* to disable LDAPS */
34 #define CURL_DISABLE_LDAPS 1
36 /* to disable TELNET */
37 /* #undef CURL_DISABLE_TELNET */
40 /* #undef CURL_DISABLE_TFTP */
42 /* to disable verbose strings */
43 /* #define CURL_DISABLE_VERBOSE_STRINGS 1*/
45 /* to make a symbol visible */
46 /*#define CURL_EXTERN_SYMBOL __declspec(dllexport)*/
48 /* to enable hidden symbols */
49 /*#define CURL_HIDDEN_SYMBOLS 1*/
51 /* W$ LDAP with non-W$ compiler */
52 /* #undef CURL_LDAP_HYBRID */
54 /* Use W$ LDAP implementation */
55 /* #undef CURL_LDAP_WIN */
57 /* when not building a shared library */
58 /* #undef CURL_STATICLIB */
60 /* Set to explicitly specify we don't want to use thread-safe functions */
61 /* #undef DISABLED_THREADSAFE */
63 /* your Entropy Gathering Daemon socket pathname */
64 /* #undef EGD_SOCKET */
66 /* Define if you want to enable IPv6 support */
69 /* Define to the type qualifier of arg 1 for getnameinfo. */
70 #define GETNAMEINFO_QUAL_ARG1 const
72 /* Define to the type of arg 1 for getnameinfo. */
73 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
75 /* Define to the type of arg 2 for getnameinfo. */
76 #define GETNAMEINFO_TYPE_ARG2 socklen_t
78 /* Define to the type of args 4 and 6 for getnameinfo. */
79 #define GETNAMEINFO_TYPE_ARG46 size_t
81 /* Define to the type of arg 7 for getnameinfo. */
82 #define GETNAMEINFO_TYPE_ARG7 int
84 /* Define to 1 if you have the <alloca.h> header file. */
85 /*#define HAVE_ALLOCA_H 1*/
87 /* Define to 1 if you have the <arpa/inet.h> header file. */
88 #define HAVE_ARPA_INET_H 1
90 /* Define to 1 if you have the <arpa/tftp.h> header file. */
91 /*#define HAVE_ARPA_TFTP_H 1*/
93 /* Define to 1 if you have the <assert.h> header file. */
94 #define HAVE_ASSERT_H 1
96 /* Define to 1 if you have the `basename' function. */
97 /*#define HAVE_BASENAME 1*/
99 /* Define to 1 if bool is an available type. */
100 /*#define HAVE_BOOL_T 1*/
102 /* Define to 1 if you have the `closesocket' function. */
103 /* #undef HAVE_CLOSESOCKET */
105 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
106 /*#define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1*/
108 /* Define to 1 if you have the <crypto.h> header file. */
109 /* #undef HAVE_CRYPTO_H */
111 /* Define to 1 if you have the <des.h> header file. */
112 /* #undef HAVE_DES_H */
114 /* disabled non-blocking sockets */
115 /* #undef HAVE_DISABLED_NONBLOCKING */
117 /* Define to 1 if you have the <dlfcn.h> header file. */
118 #define HAVE_DLFCN_H 1
120 /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
121 /*#define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1*/
123 /* Define to 1 if you have the <errno.h> header file. */
124 #define HAVE_ERRNO_H 1
126 /* Define to 1 if you have the <err.h> header file. */
129 /* Define to 1 if you have the <fcntl.h> header file. */
130 #define HAVE_FCNTL_H 1
132 /* use FIONBIO for non-blocking sockets */
133 #define HAVE_FIONBIO 1
135 /* Define to 1 if you have the `fork' function. */
136 /*#define HAVE_FORK 1*/
138 /* Define to 1 if you have the `ftruncate' function. */
139 #define HAVE_FTRUNCATE 1
141 /* Define if getaddrinfo exists and works */
142 #define HAVE_GETADDRINFO 1
144 /* Define to 1 if you have the `geteuid' function. */
145 #define HAVE_GETEUID 1
147 /* Define to 1 if you have the `gethostbyaddr' function. */
148 #define HAVE_GETHOSTBYADDR 1
150 /* If you have gethostbyname */
151 #define HAVE_GETHOSTBYNAME 1
153 /* Define to 1 if you have the `gethostbyname_r' function. */
154 /* #undef HAVE_GETHOSTBYNAME_R */
156 /* gethostbyname_r() takes 3 args */
157 /* #undef HAVE_GETHOSTBYNAME_R_3 */
159 /* gethostbyname_r() takes 5 args */
160 /* #undef HAVE_GETHOSTBYNAME_R_5 */
162 /* gethostbyname_r() takes 6 args */
163 /* #undef HAVE_GETHOSTBYNAME_R_6 */
165 /* Define to 1 if you have the getnameinfo function. */
166 #define HAVE_GETNAMEINFO 1
168 /* Define to 1 if you have the `getpass_r' function. */
169 /* #undef HAVE_GETPASS_R */
171 /* Define to 1 if you have the `getppid' function. */
172 #define HAVE_GETPPID 1
174 /* Define to 1 if you have the `getprotobyname' function. */
175 #define HAVE_GETPROTOBYNAME 1
177 /* Define to 1 if you have the `getpwuid' function. */
178 #define HAVE_GETPWUID 1
180 /* Define to 1 if you have the `getrlimit' function. */
181 /*#define HAVE_GETRLIMIT 1*/
183 /* Define to 1 if you have the `gettimeofday' function. */
184 #define HAVE_GETTIMEOFDAY 1
186 /* we have a glibc-style strerror_r() */
187 /* #undef HAVE_GLIBC_STRERROR_R */
189 /* Define to 1 if you have the `gmtime_r' function. */
190 #define HAVE_GMTIME_R 1
192 /* if you have the gssapi libraries */
193 /* #undef HAVE_GSSAPI */
195 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
196 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
198 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
199 /* #undef HAVE_GSSAPI_GSSAPI_H */
201 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
202 /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
204 /* if you have the GNU gssapi libraries */
205 /* #undef HAVE_GSSGNU */
207 /* if you have the Heimdal gssapi libraries */
208 /* #undef HAVE_GSSHEIMDAL */
210 /* if you have the MIT gssapi libraries */
211 /* #undef HAVE_GSSMIT */
213 /* Define to 1 if you have the `idna_strerror' function. */
214 /*#define HAVE_IDNA_STRERROR 1*/
216 /* Define to 1 if you have the `idn_free' function. */
217 /*#define HAVE_IDN_FREE 1*/
219 /* Define to 1 if you have the <idn-free.h> header file. */
220 /*#define HAVE_IDN_FREE_H 1*/
222 /* Define to 1 if you have the `inet_addr' function. */
223 /*#define HAVE_INET_ADDR 1*/
225 /* Define to 1 if you have the `inet_ntoa' function. */
226 /*#define HAVE_INET_NTOA 1*/
228 /* Define to 1 if you have the `inet_ntoa_r' function. */
229 /* #undef HAVE_INET_NTOA_R */
231 /* inet_ntoa_r() is declared */
232 /* #undef HAVE_INET_NTOA_R_DECL */
234 /* Define to 1 if you have the `inet_pton' function. */
235 #define HAVE_INET_PTON 1
237 /* Define to 1 if you have the <inttypes.h> header file. */
238 #define HAVE_INTTYPES_H 1
240 /* use ioctlsocket() for non-blocking sockets */
241 /* #undef HAVE_IOCTLSOCKET */
243 /* use Ioctlsocket() for non-blocking sockets */
244 /* #undef HAVE_IOCTLSOCKET_CASE */
246 /* Define to 1 if you have the <io.h> header file. */
247 /* #undef HAVE_IO_H */
249 /* if you have the Kerberos4 libraries (including -ldes) */
250 /* #undef HAVE_KRB4 */
252 /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
253 /* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
255 /* Define to 1 if you have the <krb.h> header file. */
256 /* #undef HAVE_KRB_H */
258 /* Define to 1 if you have the lber.h header file. */
259 /*#define HAVE_LBER_H 1*/
261 /* Define to 1 if you have the ldapssl.h header file. */
262 /* #undef HAVE_LDAPSSL_H */
264 /* Define to 1 if you have the ldap.h header file. */
265 /*#define HAVE_LDAP_H 1*/
267 /* Use LDAPS implementation */
268 /*#define HAVE_LDAP_SSL 1*/
270 /* Define to 1 if you have the ldap_ssl.h header file. */
271 /* #undef HAVE_LDAP_SSL_H */
273 /* Define to 1 if you have the `ldap_url_parse' function. */
274 /*#define HAVE_LDAP_URL_PARSE 1*/
276 /* Define to 1 if you have the <libgen.h> header file. */
277 /*#define HAVE_LIBGEN_H 1*/
279 /* Define to 1 if you have the `idn' library (-lidn). */
280 /*#define HAVE_LIBIDN 1*/
282 /* Define to 1 if you have the `resolv' library (-lresolv). */
283 /* #undef HAVE_LIBRESOLV */
285 /* Define to 1 if you have the `resolve' library (-lresolve). */
286 /* #undef HAVE_LIBRESOLVE */
288 /* Define to 1 if you have the `socket' library (-lsocket). */
289 /* #undef HAVE_LIBSOCKET */
291 /* Define to 1 if you have the `ssh2' library (-lssh2). */
292 /*#define HAVE_LIBSSH2 1*/
294 /* Define to 1 if you have the <libssh2.h> header file. */
295 /*#define HAVE_LIBSSH2_H 1*/
297 /* Define to 1 if you have the `ssl' library (-lssl). */
298 /*#define HAVE_LIBSSL 1*/
300 /* if zlib is available */
301 /*#define HAVE_LIBZ 1*/
303 /* Define to 1 if you have the <limits.h> header file. */
304 #define HAVE_LIMITS_H 1
306 /* if your compiler supports LL */
309 /* Define to 1 if you have the <locale.h> header file. */
310 #define HAVE_LOCALE_H 1
312 /* Define to 1 if you have the `localtime_r' function. */
313 #define HAVE_LOCALTIME_R 1
315 /* Define to 1 if the compiler supports the 'long long' data type. */
316 #define HAVE_LONGLONG 1
318 /* Define to 1 if you have the malloc.h header file. */
319 /*#define HAVE_MALLOC_H 1*/
321 /* Define to 1 if you have the <memory.h> header file. */
322 #define HAVE_MEMORY_H 1
324 /* Define to 1 if you have the MSG_NOSIGNAL flag. */
325 /*#define HAVE_MSG_NOSIGNAL 1*/
327 /* Define to 1 if you have the <netdb.h> header file. */
328 #define HAVE_NETDB_H 1
330 /* Define to 1 if you have the <netinet/in.h> header file. */
331 #define HAVE_NETINET_IN_H 1
333 /* Define to 1 if you have the <netinet/tcp.h> header file. */
334 /*#define HAVE_NETINET_TCP_H 1*/
336 /* Define to 1 if you have the <net/if.h> header file. */
337 #define HAVE_NET_IF_H 1
339 /* Define to 1 if NI_WITHSCOPEID exists and works. */
340 /*#define HAVE_NI_WITHSCOPEID 1*/
342 /* Defined if no inet_pton() prototype available */
343 /* #undef HAVE_NO_INET_PTON_PROTO */
345 /* we have no strerror_r() proto */
346 /* #undef HAVE_NO_STRERROR_R_DECL */
348 /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE
350 /* #undef HAVE_OLD_GSSMIT */
352 /* Define to 1 if you have the <openssl/crypto.h> header file. */
353 /*#define HAVE_OPENSSL_CRYPTO_H 1*/
355 /* Define to 1 if you have the <openssl/engine.h> header file. */
356 /*#define HAVE_OPENSSL_ENGINE_H 1*/
358 /* Define to 1 if you have the <openssl/err.h> header file. */
359 /*#define HAVE_OPENSSL_ERR_H 1*/
361 /* Define to 1 if you have the <openssl/pem.h> header file. */
362 /*#define HAVE_OPENSSL_PEM_H 1*/
364 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
365 /*#define HAVE_OPENSSL_PKCS12_H 1*/
367 /* Define to 1 if you have the <openssl/rsa.h> header file. */
368 /*#define HAVE_OPENSSL_RSA_H 1*/
370 /* Define to 1 if you have the <openssl/ssl.h> header file. */
371 /*#define HAVE_OPENSSL_SSL_H 1*/
373 /* Define to 1 if you have the <openssl/x509.h> header file. */
374 /*#define HAVE_OPENSSL_X509_H 1*/
376 /* use O_NONBLOCK for non-blocking sockets */
377 #define HAVE_O_NONBLOCK 1
379 /* Define to 1 if you have the <pem.h> header file. */
380 /* #undef HAVE_PEM_H */
382 /* Define to 1 if you have the `perror' function. */
383 #define HAVE_PERROR 1
385 /* Define to 1 if you have the `pipe' function. */
388 /* if you have the function PK11_CreateGenericObject */
389 /* #undef HAVE_PK11_CREATEGENERICOBJECT */
391 /* Define to 1 if you have the `poll' function. */
392 /*#define HAVE_POLL 1*/
394 /* If you have a fine poll */
395 /*#define HAVE_POLL_FINE 1*/
397 /* Define to 1 if you have the <poll.h> header file. */
398 /*#define HAVE_POLL_H 1*/
400 /* we have a POSIX-style strerror_r() */
401 #define HAVE_POSIX_STRERROR_R 1
403 /* Define to 1 if you have the <pwd.h> header file. */
406 /* Define to 1 if you have the `RAND_egd' function. */
407 #define HAVE_RAND_EGD 1
409 /* Define to 1 if you have the `RAND_screen' function. */
410 /* #undef HAVE_RAND_SCREEN */
412 /* Define to 1 if you have the `RAND_status' function. */
413 /*#define HAVE_RAND_STATUS 1*/
415 /* Define to 1 if you have the recv function. */
418 /* Define to 1 if you have the recvfrom function. */
419 #define HAVE_RECVFROM 1
421 /* Define to 1 if you have the <rsa.h> header file. */
422 /* #undef HAVE_RSA_H */
424 /* Define to 1 if you have the select function. */
425 #define HAVE_SELECT 1
427 /* Define to 1 if you have the send function. */
430 /* Define to 1 if you have the <setjmp.h> header file. */
431 #define HAVE_SETJMP_H 1
433 /* Define to 1 if you have the `setlocale' function. */
434 #define HAVE_SETLOCALE 1
436 /* Define to 1 if you have the `setmode' function. */
437 /* #undef HAVE_SETMODE */
439 /* Define to 1 if you have the `setrlimit' function. */
440 /*#define HAVE_SETRLIMIT 1*/
442 /* Define to 1 if you have the <sgtty.h> header file. */
443 /*#define HAVE_SGTTY_H 1*/
445 /* Define to 1 if you have the `sigaction' function. */
446 /*#define HAVE_SIGACTION 1*/
448 /* Define to 1 if you have the `siginterrupt' function. */
449 /*#define HAVE_SIGINTERRUPT 1*/
451 /* Define to 1 if you have the `signal' function. */
452 /*#define HAVE_SIGNAL 1*/
454 /* Define to 1 if you have the <signal.h> header file. */
455 #define HAVE_SIGNAL_H 1
457 /* If you have sigsetjmp */
458 /*#define HAVE_SIGSETJMP 1*/
460 /* Define to 1 if sig_atomic_t is an available typedef. */
461 /*#define HAVE_SIG_ATOMIC_T 1*/
463 /* Define to 1 if sig_atomic_t is already defined as volatile. */
464 /* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
466 /* Define to 1 if you have the `socket' function. */
467 #define HAVE_SOCKET 1
469 /* use SO_NONBLOCK for non-blocking sockets */
470 /* #undef HAVE_SO_NONBLOCK */
472 /* Define this if you have the SPNEGO library fbopenssl */
473 /* #undef HAVE_SPNEGO */
475 /* Define to 1 if you have the `SSL_get_shutdown' function. */
476 /*#define HAVE_SSL_GET_SHUTDOWN 1*/
478 /* Define to 1 if you have the <ssl.h> header file. */
479 /* #undef HAVE_SSL_H */
481 /* Define to 1 if you have the <stdbool.h> header file. */
482 #define HAVE_STDBOOL_H 1
484 /* Define to 1 if you have the <stdint.h> header file. */
485 #define HAVE_STDINT_H 1
487 /* Define to 1 if you have the <stdio.h> header file. */
488 #define HAVE_STDIO_H 1
490 /* Define to 1 if you have the <stdlib.h> header file. */
491 #define HAVE_STDLIB_H 1
493 /* Define to 1 if you have the `strcasecmp' function. */
494 #define HAVE_STRCASECMP 1
496 /* Define to 1 if you have the `strcasestr' function. */
497 #define HAVE_STRCASESTR 1
499 /* Define to 1 if you have the `strcmpi' function. */
500 /* #undef HAVE_STRCMPI */
502 /* Define to 1 if you have the `strdup' function. */
503 #define HAVE_STRDUP 1
505 /* Define to 1 if you have the `strerror_r' function. */
506 #define HAVE_STRERROR_R 1
508 /* Define to 1 if you have the `stricmp' function. */
509 /* #undef HAVE_STRICMP */
511 /* Define to 1 if you have the <strings.h> header file. */
512 #define HAVE_STRINGS_H 1
514 /* Define to 1 if you have the <string.h> header file. */
515 #define HAVE_STRING_H 1
517 /* Define to 1 if you have the `strlcat' function. */
518 #define HAVE_STRLCAT 1
520 /* Define to 1 if you have the `strlcpy' function. */
521 #define HAVE_STRLCPY 1
523 /* Define to 1 if you have the `strstr' function. */
524 #define HAVE_STRSTR 1
526 /* Define to 1 if you have the `strtok_r' function. */
527 #define HAVE_STRTOK_R 1
529 /* Define to 1 if you have the `strtoll' function. */
530 #define HAVE_STRTOLL 1
532 /* if struct sockaddr_storage is defined */
533 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
535 /* Define to 1 if you have the timeval struct. */
536 #define HAVE_STRUCT_TIMEVAL 1
538 /* Define to 1 if you have the <sys/filio.h> header file. */
539 #define HAVE_SYS_FILIO_H 1
541 /* Define to 1 if you have the <sys/ioctl.h> header file. */
542 #define HAVE_SYS_IOCTL_H 1
544 /* Define to 1 if you have the <sys/param.h> header file. */
545 #define HAVE_SYS_PARAM_H 1
547 /* Define to 1 if you have the <sys/poll.h> header file. */
548 /*#define HAVE_SYS_POLL_H 1*/
550 /* Define to 1 if you have the <sys/resource.h> header file. */
551 #define HAVE_SYS_RESOURCE_H 1
553 /* Define to 1 if you have the <sys/select.h> header file. */
554 #define HAVE_SYS_SELECT_H 1
556 /* Define to 1 if you have the <sys/socket.h> header file. */
557 #define HAVE_SYS_SOCKET_H 1
559 /* Define to 1 if you have the <sys/sockio.h> header file. */
560 #define HAVE_SYS_SOCKIO_H 1
562 /* Define to 1 if you have the <sys/stat.h> header file. */
563 #define HAVE_SYS_STAT_H 1
565 /* Define to 1 if you have the <sys/time.h> header file. */
566 #define HAVE_SYS_TIME_H 1
568 /* Define to 1 if you have the <sys/types.h> header file. */
569 #define HAVE_SYS_TYPES_H 1
571 /* Define to 1 if you have the <sys/utime.h> header file. */
572 /* #undef HAVE_SYS_UTIME_H */
574 /* Define to 1 if you have the <termios.h> header file. */
575 /*#define HAVE_TERMIOS_H 1*/
577 /* Define to 1 if you have the <termio.h> header file. */
578 /*#define HAVE_TERMIO_H 1*/
580 /* Define to 1 if you have the <time.h> header file. */
581 #define HAVE_TIME_H 1
583 /* Define to 1 if you have the <tld.h> header file. */
584 /*#define HAVE_TLD_H 1*/
586 /* Define to 1 if you have the `tld_strerror' function. */
587 /*#define HAVE_TLD_STRERROR 1*/
589 /* Define to 1 if you have the `uname' function. */
592 /* Define to 1 if you have the <unistd.h> header file. */
593 #define HAVE_UNISTD_H 1
595 /* Define to 1 if you have the `utime' function. */
598 /* Define to 1 if you have the <utime.h> header file. */
599 #define HAVE_UTIME_H 1
601 /* Define to 1 if compiler supports C99 variadic macro style. */
602 #define HAVE_VARIADIC_MACROS_C99 1
604 /* Define to 1 if compiler supports old gcc variadic macro style. */
605 /*#define HAVE_VARIADIC_MACROS_GCC 1*/
607 /* Define to 1 if you have the winber.h header file. */
608 /* #undef HAVE_WINBER_H */
610 /* Define to 1 if you have the windows.h header file. */
611 /* #undef HAVE_WINDOWS_H */
613 /* Define to 1 if you have the winldap.h header file. */
614 /* #undef HAVE_WINLDAP_H */
616 /* Define to 1 if you have the winsock2.h header file. */
617 /* #undef HAVE_WINSOCK2_H */
619 /* Define to 1 if you have the winsock.h header file. */
620 /* #undef HAVE_WINSOCK_H */
622 /* Define this symbol if your OS supports changing the contents of argv */
623 /*#define HAVE_WRITABLE_ARGV 1*/
625 /* Define to 1 if you have the ws2tcpip.h header file. */
626 /* #undef HAVE_WS2TCPIP_H */
628 /* Define to 1 if you have the <x509.h> header file. */
629 /* #undef HAVE_X509_H */
631 /* if you have the zlib.h header file */
632 /*#define HAVE_ZLIB_H 1*/
634 /* Define to 1 if you are building a native Windows target. */
635 /* #undef NATIVE_WINDOWS */
637 /* If you lack a fine basename() prototype */
638 /* #undef NEED_BASENAME_PROTO */
640 /* Define to 1 if you need the lber.h header file even with ldap.h */
641 /* #undef NEED_LBER_H */
643 /* Define to 1 if you need the malloc.h header file even with stdlib.h */
644 /* #undef NEED_MALLOC_H */
646 /* need REENTRANT defined */
647 /* #undef NEED_REENTRANT */
651 #define OS "i386-pc-epoc32"
653 #define OS "arm-unknown-epoc32"
655 /* This won't happen on any current Symbian version */
656 #define OS "unknown-unknown-epoc32"
659 /* Name of package */
660 /*#define PACKAGE "curl"*/
662 /* Define to the address where bug reports for this package should be sent. */
663 /*#define PACKAGE_BUGREPORT "a suitable curl mailing list => http://curl.haxx.se/mail/"*/
665 /* Define to the full name of this package. */
666 /*#define PACKAGE_NAME "curl"*/
668 /* Define to the full name and version of this package. */
669 /*#define PACKAGE_STRING "curl -"*/
671 /* Define to the one symbol short name of this package. */
672 /*#define PACKAGE_TARNAME "curl"*/
674 /* Define to the version of this package. */
675 /*#define PACKAGE_VERSION "-"*/
677 /* a suitable file to read random data from */
678 /*#define RANDOM_FILE "/dev/urandom"*/
680 #define RECV_TYPE_ARG1 int
681 #define RECV_TYPE_ARG2 void*
682 #define RECV_TYPE_ARG3 size_t
683 #define RECV_TYPE_ARG4 int
684 #define RECV_TYPE_RETV ssize_t
686 #define RECVFROM_TYPE_ARG1 int
687 #define RECVFROM_TYPE_ARG2 void
688 #define RECVFROM_TYPE_ARG3 size_t
689 #define RECVFROM_TYPE_ARG4 int
690 #define RECVFROM_TYPE_ARG5 struct sockaddr
691 #define RECVFROM_TYPE_ARG6 size_t
692 #define RECVFROM_TYPE_RETV ssize_t
693 #define RECVFROM_TYPE_ARG2_IS_VOID 1
695 #define SEND_TYPE_ARG1 int
696 #define SEND_QUAL_ARG2 const
697 #define SEND_TYPE_ARG2 void*
698 #define SEND_TYPE_ARG3 size_t
699 #define SEND_TYPE_ARG4 int
700 #define SEND_TYPE_RETV ssize_t
703 /* Define as the return type of signal handlers (`int' or `void'). */
704 /*#define RETSIGTYPE void*/
706 /* Define to the type of arg 1 for `select'. */
707 #define SELECT_TYPE_ARG1 int
709 /* Define to the type of args 2, 3 and 4 for `select'. */
710 #define SELECT_TYPE_ARG234 (fd_set *)
712 /* Define to the type of arg 5 for `select'. */
713 #define SELECT_TYPE_ARG5 (struct timeval *)
715 /* The size of `off_t', as computed by sizeof. */
716 #define SIZEOF_OFF_T 8
718 /* The size of `size_t', as computed by sizeof. */
719 #define SIZEOF_SIZE_T 4
721 /* The size of `time_t', as computed by sizeof. */
722 #define SIZEOF_TIME_T 4
724 /* Define to 1 if you have the ANSI C header files. */
725 #define STDC_HEADERS 1
727 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
728 #define TIME_WITH_SYS_TIME 1
730 /* Define if you want to enable c-ares support */
731 /* #undef USE_ARES */
733 /* if GnuTLS is enabled */
734 /* #undef USE_GNUTLS */
736 /* if libSSH2 is in use */
737 /*#define USE_LIBSSH2 1*/
739 /* If you want to build curl with the built-in manual */
740 /*#define USE_MANUAL 1*/
742 /* if NSS is enabled */
745 /* if OpenSSL is in use */
746 /*#define USE_OPENSSL 1*/
748 /* if SSL is enabled */
749 /*#define USE_SSLEAY 1*/
751 /* to enable SSPI support */
752 /* #undef USE_WINDOWS_SSPI */
754 /* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
755 /* #undef USE_YASSLEMUL */
757 /* Version number of package */
758 /*#define VERSION "7.18.2-CVS"*/
760 /* Define to avoid automatic inclusion of winsock.h */
761 /* #undef WIN32_LEAN_AND_MEAN */
763 /* Define to 1 if on AIX 3.
764 System headers sometimes define this.
765 We just want to avoid a redefinition error message. */
767 /* # undef _ALL_SOURCE */
770 /* Number of bits in a file offset, on hosts where this is settable. */
771 #define _FILE_OFFSET_BITS 64
773 /* Define for large files, on AIX-style hosts. */
774 /* #undef _LARGE_FILES */
776 /* define this if you need it to compile thread-safe code */
777 /* #undef _THREAD_SAFE */
779 /* Define to empty if `const' does not conform to ANSI C. */
782 /* type to use in place of in_addr_t if not defined */
783 /* #undef in_addr_t */
785 /* Define to `__inline__' or `__inline' if that's what the C compiler
786 calls it, or to nothing if 'inline' is not supported under any name. */
791 /* Define to `unsigned int' if <sys/types.h> does not define. */
794 /* Type to use in place of socklen_t when system does not provide it. */
795 /* #undef socklen_t */
797 /* the signed version of size_t */
800 /* Enabling curl debug mode when building in Symbian debug mode would work */
801 /* except that debug mode introduces new exports that must be frozen. */
803 /* #define CURLDEBUG */
806 /* sys/cdefs.h fails to define this for WINSCW */
807 #ifndef __LONG_LONG_SUPPORTED
808 #define __LONG_LONG_SUPPORTED