~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to lib/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-12 15:04:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051212150452-2ymlra67b2p7kjyy
Tags: 7.15.1-1ubuntu1
Resynchronise with Debian to get URL parser overflow fix from 7.15.1
(CVE-2005-4077).

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
/* to disable TELNET */
31
31
#undef CURL_DISABLE_TELNET
32
32
 
 
33
/* to disable TFTP */
 
34
#undef CURL_DISABLE_TFTP
 
35
 
33
36
/* to disable verbose strings */
34
37
#undef CURL_DISABLE_VERBOSE_STRINGS
35
38
 
57
60
/* Define to 1 if you have the <arpa/inet.h> header file. */
58
61
#undef HAVE_ARPA_INET_H
59
62
 
 
63
/* Define to 1 if you have the <arpa/tftp.h> header file. */
 
64
#undef HAVE_ARPA_TFTP_H
 
65
 
60
66
/* Define to 1 if you have the <assert.h> header file. */
61
67
#undef HAVE_ASSERT_H
62
68
 
147
153
/* if you have the gssapi libraries */
148
154
#undef HAVE_GSSAPI
149
155
 
 
156
/* if you have the GNU gssapi libraries */
 
157
#undef HAVE_GSSGNU
 
158
 
150
159
/* if you have the Heimdal gssapi libraries */
151
160
#undef HAVE_GSSHEIMDAL
152
161
 
258
267
/* Define if NI_WITHSCOPEID exists and works */
259
268
#undef HAVE_NI_WITHSCOPEID
260
269
 
 
270
/* Defined if no inet_pton() prototype available */
 
271
#undef HAVE_NO_INET_PTON_PROTO
 
272
 
261
273
/* we have no strerror_r() proto */
262
274
#undef HAVE_NO_STRERROR_R_DECL
263
275
 
405
417
/* if struct sockaddr_storage is defined */
406
418
#undef HAVE_STRUCT_SOCKADDR_STORAGE
407
419
 
 
420
/* Define to 1 if you have the <sys/filio.h> header file. */
 
421
#undef HAVE_SYS_FILIO_H
 
422
 
408
423
/* Define to 1 if you have the <sys/ioctl.h> header file. */
409
424
#undef HAVE_SYS_IOCTL_H
410
425