~ubuntu-branches/ubuntu/edgy/curl/edgy

« back to all changes in this revision

Viewing changes to lib/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060629150424-pn00qumt9sml8p4m
Tags: 7.15.4-1ubuntu1
Synchronize to Debian. Only change left: Removal of stunnel and
libdb4.2-dev build dependencies.

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
 
333
351
/* Define to 1 if you have the <rsa.h> header file. */
334
352
#undef HAVE_RSA_H
335
353
 
336
 
/* Define to 1 if you have the `select' function. */
 
354
/* Define to 1 if you have the select function. */
337
355
#undef HAVE_SELECT
338
356
 
339
357
/* Define to 1 if you have the <setjmp.h> header file. */
480
498
/* Define to 1 if you have the <utime.h> header file. */
481
499
#undef HAVE_UTIME_H
482
500
 
483
 
/* 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. */
484
505
#undef HAVE_WINSOCK2_H
485
506
 
486
 
/* Define to 1 if you have the <winsock.h> header file. */
 
507
/* Define to 1 if you have the winsock.h header file. */
487
508
#undef HAVE_WINSOCK_H
488
509
 
489
510
/* Define this symbol if your OS supports changing the contents of argv */
490
511
#undef HAVE_WRITABLE_ARGV
491
512
 
 
513
/* Define to 1 if you have the ws2tcpip.h header file. */
 
514
#undef HAVE_WS2TCPIP_H
 
515
 
492
516
/* Define to 1 if you have the <x509.h> header file. */
493
517
#undef HAVE_X509_H
494
518
 
537
561
/* Define to the type of arg 5 for `select'. */
538
562
#undef SELECT_TYPE_ARG5
539
563
 
540
 
/* The size of a `curl_off_t', as computed by sizeof. */
 
564
/* The size of `curl_off_t', as computed by sizeof. */
541
565
#undef SIZEOF_CURL_OFF_T
542
566
 
543
 
/* The size of a `long', as computed by sizeof. */
 
567
/* The size of `long', as computed by sizeof. */
544
568
#undef SIZEOF_LONG
545
569
 
546
 
/* The size of a `size_t', as computed by sizeof. */
 
570
/* The size of `size_t', as computed by sizeof. */
547
571
#undef SIZEOF_SIZE_T
548
572
 
549
 
/* The size of a `time_t', as computed by sizeof. */
 
573
/* The size of `time_t', as computed by sizeof. */
550
574
#undef SIZEOF_TIME_T
551
575
 
552
576
/* Define to 1 if you have the ANSI C header files. */
576
600
/* Version number of package */
577
601
#undef VERSION
578
602
 
 
603
/* Define to avoid automatic inclusion of winsock.h */
 
604
#undef WIN32_LEAN_AND_MEAN
 
605
 
579
606
/* Define to 1 if on AIX 3.
580
607
   System headers sometimes define this.
581
608
   We just want to avoid a redefinition error message.  */
598
625
/* type to use in place of in_addr_t if not defined */
599
626
#undef in_addr_t
600
627
 
601
 
/* Define to `unsigned' if <sys/types.h> does not define. */
 
628
/* Define to `unsigned int' if <sys/types.h> does not define. */
602
629
#undef size_t
603
630
 
604
631
/* type to use in place of socklen_t if not defined */