~ubuntu-branches/ubuntu/hardy/curl/hardy-updates

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:56:48 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030105648-uo8q8w9xklb40b4k
Tags: 7.15.5-1ubuntu1
* Merge from debian unstable. Remaining Ubuntu changes:
  - debian/control: Drop libdb4.2 build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
99
99
CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
100
100
CURL_DISABLE_VERBOSE_STRINGS = @CURL_DISABLE_VERBOSE_STRINGS@
 
101
CURL_EXTERN_SYMBOL = @CURL_EXTERN_SYMBOL@
 
102
CURL_HIDDEN_SYMBOLS = @CURL_HIDDEN_SYMBOLS@
101
103
CXX = @CXX@
102
104
CXXCPP = @CXXCPP@
103
105
CXXDEPMODE = @CXXDEPMODE@