~ubuntu-branches/ubuntu/raring/curl/raring-updates

« back to all changes in this revision

Viewing changes to lib/config-symbian.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
/* Define if you want to enable IPv6 support */
67
67
#define ENABLE_IPV6 1
68
68
 
 
69
/* Define if struct sockaddr_in6 has the sin6_scope_id member */
 
70
#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
 
71
 
69
72
/* Define to the type qualifier of arg 1 for getnameinfo. */
70
73
#define GETNAMEINFO_QUAL_ARG1 const
71
74
 
111
114
/* Define to 1 if you have the <des.h> header file. */
112
115
/* #undef HAVE_DES_H */
113
116
 
114
 
/* disabled non-blocking sockets */
115
 
/* #undef HAVE_DISABLED_NONBLOCKING */
116
 
 
117
117
/* Define to 1 if you have the <dlfcn.h> header file. */
118
118
#define HAVE_DLFCN_H 1
119
119
 
129
129
/* Define to 1 if you have the <fcntl.h> header file. */
130
130
#define HAVE_FCNTL_H 1
131
131
 
132
 
/* use FIONBIO for non-blocking sockets */
133
 
#define HAVE_FIONBIO 1
 
132
/* Define to 1 if you have the fcntl function. */
 
133
#define HAVE_FCNTL 1
 
134
 
 
135
/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
 
136
#define HAVE_FCNTL_O_NONBLOCK 1
134
137
 
135
138
/* Define to 1 if you have the `fork' function. */
136
139
/*#define HAVE_FORK 1*/
222
225
/* Define to 1 if you have the `inet_addr' function. */
223
226
/*#define HAVE_INET_ADDR 1*/
224
227
 
225
 
/* Define to 1 if you have the `inet_ntoa' function. */
226
 
/*#define HAVE_INET_NTOA 1*/
227
 
 
228
 
/* Define to 1 if you have the `inet_ntoa_r' function. */
229
 
/* #undef HAVE_INET_NTOA_R */
230
 
 
231
 
/* inet_ntoa_r() is declared */
232
 
/* #undef HAVE_INET_NTOA_R_DECL */
233
 
 
234
 
/* Define to 1 if you have the `inet_pton' function. */
235
 
#define HAVE_INET_PTON 1
 
228
/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
 
229
/*#define HAVE_INET_NTOP 1*/
 
230
 
 
231
/* Define to 1 if you have a IPv6 capable working inet_pton function. */
 
232
/*#define HAVE_INET_PTON 1*/
236
233
 
237
234
/* Define to 1 if you have the <inttypes.h> header file. */
238
235
#define HAVE_INTTYPES_H 1
239
236
 
240
 
/* use ioctlsocket() for non-blocking sockets */
 
237
/* Define to 1 if you have the ioctl function. */
 
238
#define HAVE_IOCTL 1
 
239
 
 
240
/* Define to 1 if you have a working ioctl FIONBIO function. */
 
241
#define HAVE_IOCTL_FIONBIO 1
 
242
 
 
243
/* Define to 1 if you have the ioctlsocket function. */
241
244
/* #undef HAVE_IOCTLSOCKET */
242
245
 
243
 
/* use Ioctlsocket() for non-blocking sockets */
244
 
/* #undef HAVE_IOCTLSOCKET_CASE */
 
246
/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
 
247
/* #undef HAVE_IOCTLSOCKET_FIONBIO */
 
248
 
 
249
/* Define to 1 if you have the IoctlSocket camel case function. */
 
250
/* #undef HAVE_IOCTLSOCKET_CAMEL */
 
251
 
 
252
/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function. */
 
253
/* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
245
254
 
246
255
/* Define to 1 if you have the <io.h> header file. */
247
256
/* #undef HAVE_IO_H */
297
306
/* Define to 1 if you have the `ssl' library (-lssl). */
298
307
/*#define HAVE_LIBSSL 1*/
299
308
 
300
 
/* if zlib is available */
301
 
/*#define HAVE_LIBZ 1*/
302
 
 
303
309
/* Define to 1 if you have the <limits.h> header file. */
304
310
#define HAVE_LIMITS_H 1
305
311
 
312
318
/* Define to 1 if you have the `localtime_r' function. */
313
319
#define HAVE_LOCALTIME_R 1
314
320
 
315
 
/* if your compiler supports long long */
 
321
/* Define to 1 if the compiler supports the 'long long' data type. */
316
322
#define HAVE_LONGLONG 1
317
323
 
318
324
/* Define to 1 if you have the malloc.h header file. */
339
345
/* Define to 1 if NI_WITHSCOPEID exists and works. */
340
346
/*#define HAVE_NI_WITHSCOPEID 1*/
341
347
 
342
 
/* Defined if no inet_pton() prototype available */
343
 
/* #undef HAVE_NO_INET_PTON_PROTO */
344
 
 
345
348
/* we have no strerror_r() proto */
346
349
/* #undef HAVE_NO_STRERROR_R_DECL */
347
350
 
373
376
/* Define to 1 if you have the <openssl/x509.h> header file. */
374
377
/*#define HAVE_OPENSSL_X509_H 1*/
375
378
 
376
 
/* use O_NONBLOCK for non-blocking sockets */
377
 
#define HAVE_O_NONBLOCK 1
378
 
 
379
379
/* Define to 1 if you have the <pem.h> header file. */
380
380
/* #undef HAVE_PEM_H */
381
381
 
415
415
/* Define to 1 if you have the recv function. */
416
416
#define HAVE_RECV 1
417
417
 
 
418
/* Define to 1 if you have the recvfrom function. */
 
419
#define HAVE_RECVFROM 1
 
420
 
418
421
/* Define to 1 if you have the <rsa.h> header file. */
419
422
/* #undef HAVE_RSA_H */
420
423
 
436
439
/* Define to 1 if you have the `setrlimit' function. */
437
440
/*#define HAVE_SETRLIMIT 1*/
438
441
 
 
442
/* Define to 1 if you have the setsockopt function. */
 
443
/* #undef HAVE_SETSOCKOPT */
 
444
 
 
445
/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
 
446
/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
 
447
 
439
448
/* Define to 1 if you have the <sgtty.h> header file. */
440
449
/*#define HAVE_SGTTY_H 1*/
441
450
 
463
472
/* Define to 1 if you have the `socket' function. */
464
473
#define HAVE_SOCKET 1
465
474
 
466
 
/* use SO_NONBLOCK for non-blocking sockets */
467
 
/* #undef HAVE_SO_NONBLOCK */
468
 
 
469
475
/* Define this if you have the SPNEGO library fbopenssl */
470
476
/* #undef HAVE_SPNEGO */
471
477
 
599
605
#define HAVE_VARIADIC_MACROS_C99 1
600
606
 
601
607
/* Define to 1 if compiler supports old gcc variadic macro style. */
602
 
#define HAVE_VARIADIC_MACROS_GCC 1
 
608
/*#define HAVE_VARIADIC_MACROS_GCC 1*/
603
609
 
604
610
/* Define to 1 if you have the winber.h header file. */
605
611
/* #undef HAVE_WINBER_H */
625
631
/* Define to 1 if you have the <x509.h> header file. */
626
632
/* #undef HAVE_X509_H */
627
633
 
628
 
/* if you have the zlib.h header file */
629
 
/*#define HAVE_ZLIB_H 1*/
630
 
 
631
634
/* Define to 1 if you are building a native Windows target. */
632
635
/* #undef NATIVE_WINDOWS */
633
636
 
680
683
#define RECV_TYPE_ARG4 int
681
684
#define RECV_TYPE_RETV ssize_t
682
685
 
 
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
 
694
 
683
695
#define SEND_TYPE_ARG1 int
684
696
#define SEND_QUAL_ARG2 const
685
697
#define SEND_TYPE_ARG2 void*
700
712
/* Define to the type of arg 5 for `select'. */
701
713
#define SELECT_TYPE_ARG5 (struct timeval *)
702
714
 
703
 
/* The size of `curl_off_t', as computed by sizeof. */
704
 
#define SIZEOF_CURL_OFF_T 8
705
 
 
706
 
/* The size of `long', as computed by sizeof. */
707
 
#define SIZEOF_LONG 4
708
 
 
709
715
/* The size of `off_t', as computed by sizeof. */
710
716
#define SIZEOF_OFF_T 8
711
717
 
724
730
/* Define if you want to enable c-ares support */
725
731
/* #undef USE_ARES */
726
732
 
 
733
/* Define to disable non-blocking sockets */
 
734
/* #undef USE_BLOCKING_SOCKETS */
 
735
 
727
736
/* if GnuTLS is enabled */
728
737
/* #undef USE_GNUTLS */
729
738
 
796
805
#ifdef _DEBUG
797
806
/* #define CURLDEBUG */
798
807
#endif
 
808
 
 
809
/* sys/cdefs.h fails to define this for WINSCW prior to Symbian OS ver. 9.4 */
 
810
#ifndef __LONG_LONG_SUPPORTED
 
811
#define __LONG_LONG_SUPPORTED
 
812
#endif
 
813
 
 
814
/* Enable appropriate header only when zlib support is enabled */
 
815
#ifdef HAVE_LIBZ
 
816
#define HAVE_ZLIB_H 1
 
817
#endif
 
818
 
 
819
/* Enable appropriate definitions only when OpenSSL support is enabled */
 
820
#ifdef USE_SSL
 
821
#define USE_OPENSSL 1
 
822
#define USE_SSLEAY 1
 
823
#endif