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

« back to all changes in this revision

Viewing changes to src/Makefile.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:
67
67
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
68
68
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
69
69
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
 
70
CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
70
71
CURL_DISABLE_VERBOSE_STRINGS = @CURL_DISABLE_VERBOSE_STRINGS@
71
72
CXX = @CXX@
72
73
CXXCPP = @CXXCPP@
137
138
USE_SSLEAY = @USE_SSLEAY@
138
139
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
139
140
VERSION = @VERSION@
 
141
VERSIONED_FLAVOUR = @VERSIONED_FLAVOUR@
 
142
VERSIONED_SYMBOLS_FALSE = @VERSIONED_SYMBOLS_FALSE@
 
143
VERSIONED_SYMBOLS_TRUE = @VERSIONED_SYMBOLS_TRUE@
140
144
VERSIONNUM = @VERSIONNUM@
141
145
ac_ct_AR = @ac_ct_AR@
142
146
ac_ct_AS = @ac_ct_AS@