~ubuntu-branches/ubuntu/edgy/curl/edgy

« back to all changes in this revision

Viewing changes to docs/curl-config.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060629150424-pn00qumt9sml8p4m
Tags: 7.15.4-1ubuntu1
Synchronize to Debian. Only change left: Removal of stunnel and
libdb4.2-dev build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
<p class="level1">Displays the compiler used to build libcurl. 
55
55
<p class="level0"><a name="--cflags"></a><span class="nroffip">--cflags</span> 
56
56
<p class="level1">Set of compiler options (CFLAGS) to use when compiling files that use libcurl. Currently that is only thw include path to the curl include files. 
 
57
<p class="level0"><a name="--checkfor"></a><span class="nroffip">--checkfor [version]</span> 
 
58
<p class="level1">Specify the oldest possible libcurl version string you want, and this  script will return 0 if the current installation is new enough or it  returns 1 and outputs a text saying that the current version is not new  enough. (Added in 7.15.4) 
57
59
<p class="level0"><a name="--feature"></a><span class="nroffip">--feature</span> 
58
60
<p class="level1">Lists what particular main features the installed libcurl was built with. At the time of writing, this list may include SSL, KRB4 or IPv6. Do not assume any particular order. The keywords will be separated by newlines. There may be none, one or several keywords in the list. 
59
61
<p class="level0"><a name="--help"></a><span class="nroffip">--help</span> 
63
65
<p class="level0"><a name="--prefix"></a><span class="nroffip">--prefix</span> 
64
66
<p class="level1">This is the prefix used when libcurl was installed. Libcurl is then installed in $prefix/lib and its header files are installed in $prefix/include and so on. The prefix is set with "configure --prefix". 
65
67
<p class="level0"><a name="--protocols"></a><span class="nroffip">--protocols</span> 
66
 
<p class="level1">Lists what particular protocols the installed libcurl was built to support. At the time of writing, this list may include HTTP, HTTPS, FTP, FTPS, GOPHER, FILE, TELNET, LDAP, DICT. Do not assume any particular order. The protocols will be listed using uppercase and are separated by newlines. There may be none, one or several protocols in the list. (Added in 7.13.0) 
 
68
<p class="level1">Lists what particular protocols the installed libcurl was built to support. At the time of writing, this list may include HTTP, HTTPS, FTP, FTPS, FILE, TELNET, LDAP, DICT. Do not assume any particular order. The protocols will be listed using uppercase and are separated by newlines. There may be none, one or several protocols in the list. (Added in 7.13.0) 
67
69
<p class="level0"><a name="--version"></a><span class="nroffip">--version</span> 
68
70
<p class="level1">Outputs version information about the installed libcurl. 
69
71
<p class="level0"><a name="--vernum"></a><span class="nroffip">--vernum</span>