~ubuntu-branches/ubuntu/gutsy/curl/gutsy

« back to all changes in this revision

Viewing changes to src/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20060629150424-be178abcwks1n519
Tags: upstream-7.15.4
ImportĀ upstreamĀ versionĀ 7.15.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
/* to disable FTP */
19
19
#undef CURL_DISABLE_FTP
20
20
 
21
 
/* to disable GOPHER */
22
 
#undef CURL_DISABLE_GOPHER
23
 
 
24
21
/* to disable HTTP */
25
22
#undef CURL_DISABLE_HTTP
26
23
 
54
51
/* Define if you want to enable IPv6 support */
55
52
#undef ENABLE_IPV6
56
53
 
 
54
/* Define to the type of arg 1 for getnameinfo. */
 
55
#undef GETNAMEINFO_TYPE_ARG1
 
56
 
 
57
/* Define to the type of arg 2 for getnameinfo. */
 
58
#undef GETNAMEINFO_TYPE_ARG2
 
59
 
 
60
/* Define to the type of args 4 and 6 for getnameinfo. */
 
61
#undef GETNAMEINFO_TYPE_ARG46
 
62
 
 
63
/* Define to the type of arg 7 for getnameinfo. */
 
64
#undef GETNAMEINFO_TYPE_ARG7
 
65
 
57
66
/* Define to 1 if you have the <alloca.h> header file. */
58
67
#undef HAVE_ALLOCA_H
59
68
 
105
114
/* use FIONBIO for non-blocking sockets */
106
115
#undef HAVE_FIONBIO
107
116
 
 
117
/* Define to 1 if you have the `fork' function. */
 
118
#undef HAVE_FORK
 
119
 
108
120
/* Define to 1 if you have the `ftruncate' function. */
109
121
#undef HAVE_FTRUNCATE
110
122
 
132
144
/* gethostbyname_r() takes 6 args */
133
145
#undef HAVE_GETHOSTBYNAME_R_6
134
146
 
 
147
/* Define to 1 if you have the getnameinfo function. */
 
148
#undef HAVE_GETNAMEINFO
 
149
 
135
150
/* Define to 1 if you have the `getpass_r' function. */
136
151
#undef HAVE_GETPASS_R
137
152
 
 
153
/* Define to 1 if you have the `getprotobyname' function. */
 
154
#undef HAVE_GETPROTOBYNAME
 
155
 
138
156
/* Define to 1 if you have the `getpwuid' function. */
139
157
#undef HAVE_GETPWUID
140
158
 
267
285
/* Define if NI_WITHSCOPEID exists and works */
268
286
#undef HAVE_NI_WITHSCOPEID
269
287
 
 
288
/* Defined if no inet_pton() prototype available */
 
289
#undef HAVE_NO_INET_PTON_PROTO
 
290
 
270
291
/* we have no strerror_r() proto */
271
292
#undef HAVE_NO_STRERROR_R_DECL
272
293
 
330
351
/* Define to 1 if you have the <rsa.h> header file. */
331
352
#undef HAVE_RSA_H
332
353
 
333
 
/* Define to 1 if you have the `select' function. */
 
354
/* Define to 1 if you have the select function. */
334
355
#undef HAVE_SELECT
335
356
 
336
357
/* Define to 1 if you have the <setjmp.h> header file. */
477
498
/* Define to 1 if you have the <utime.h> header file. */
478
499
#undef HAVE_UTIME_H
479
500
 
480
 
/* Define to 1 if you have the <winsock2.h> header file. */
 
501
/* Define to 1 if you have the windows.h header file. */
 
502
#undef HAVE_WINDOWS_H
 
503
 
 
504
/* Define to 1 if you have the winsock2.h header file. */
481
505
#undef HAVE_WINSOCK2_H
482
506
 
483
 
/* Define to 1 if you have the <winsock.h> header file. */
 
507
/* Define to 1 if you have the winsock.h header file. */
484
508
#undef HAVE_WINSOCK_H
485
509
 
486
510
/* Define this symbol if your OS supports changing the contents of argv */
487
511
#undef HAVE_WRITABLE_ARGV
488
512
 
 
513
/* Define to 1 if you have the ws2tcpip.h header file. */
 
514
#undef HAVE_WS2TCPIP_H
 
515
 
489
516
/* Define to 1 if you have the <x509.h> header file. */
490
517
#undef HAVE_X509_H
491
518
 
534
561
/* Define to the type of arg 5 for `select'. */
535
562
#undef SELECT_TYPE_ARG5
536
563
 
537
 
/* The size of a `curl_off_t', as computed by sizeof. */
 
564
/* The size of `curl_off_t', as computed by sizeof. */
538
565
#undef SIZEOF_CURL_OFF_T
539
566
 
540
 
/* The size of a `long', as computed by sizeof. */
 
567
/* The size of `long', as computed by sizeof. */
541
568
#undef SIZEOF_LONG
542
569
 
543
 
/* The size of a `size_t', as computed by sizeof. */
 
570
/* The size of `size_t', as computed by sizeof. */
544
571
#undef SIZEOF_SIZE_T
545
572
 
546
 
/* The size of a `time_t', as computed by sizeof. */
 
573
/* The size of `time_t', as computed by sizeof. */
547
574
#undef SIZEOF_TIME_T
548
575
 
549
576
/* Define to 1 if you have the ANSI C header files. */
573
600
/* Version number of package */
574
601
#undef VERSION
575
602
 
 
603
/* Define to avoid automatic inclusion of winsock.h */
 
604
#undef WIN32_LEAN_AND_MEAN
 
605
 
576
606
/* Define to 1 if on AIX 3.
577
607
   System headers sometimes define this.
578
608
   We just want to avoid a redefinition error message.  */
595
625
/* type to use in place of in_addr_t if not defined */
596
626
#undef in_addr_t
597
627
 
598
 
/* Define to `unsigned' if <sys/types.h> does not define. */
 
628
/* Define to `unsigned int' if <sys/types.h> does not define. */
599
629
#undef size_t
600
630
 
601
631
/* type to use in place of socklen_t if not defined */