~ubuntu-branches/ubuntu/intrepid/curl/intrepid

« back to all changes in this revision

Viewing changes to include/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:
90
90
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
91
91
CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
92
92
CURL_DISABLE_VERBOSE_STRINGS = @CURL_DISABLE_VERBOSE_STRINGS@
 
93
CURL_EXTERN_SYMBOL = @CURL_EXTERN_SYMBOL@
 
94
CURL_HIDDEN_SYMBOLS = @CURL_HIDDEN_SYMBOLS@
93
95
CXX = @CXX@
94
96
CXXCPP = @CXXCPP@
95
97
CXXDEPMODE = @CXXDEPMODE@