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

« back to all changes in this revision

Viewing changes to docs/libcurl/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:
15
15
@SET_MAKE@
16
16
 
17
17
#
18
 
# $Id: Makefile.am,v 1.19 2005/01/25 09:29:06 bagder Exp $
 
18
# $Id: Makefile.am,v 1.21 2005/10/06 09:05:08 bagder Exp $
19
19
#
20
20
 
21
21
srcdir = @srcdir@
69
69
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
70
70
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
71
71
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
 
72
CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
72
73
CURL_DISABLE_VERBOSE_STRINGS = @CURL_DISABLE_VERBOSE_STRINGS@
73
74
CXX = @CXX@
74
75
CXXCPP = @CXXCPP@
139
140
USE_SSLEAY = @USE_SSLEAY@
140
141
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
141
142
VERSION = @VERSION@
 
143
VERSIONED_FLAVOUR = @VERSIONED_FLAVOUR@
 
144
VERSIONED_SYMBOLS_FALSE = @VERSIONED_SYMBOLS_FALSE@
 
145
VERSIONED_SYMBOLS_TRUE = @VERSIONED_SYMBOLS_TRUE@
142
146
VERSIONNUM = @VERSIONNUM@
143
147
ac_ct_AR = @ac_ct_AR@
144
148
ac_ct_AS = @ac_ct_AS@