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

« back to all changes in this revision

Viewing changes to docs/curl-config.1

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-04-29 11:10:29 UTC
  • mfrom: (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090429111029-2j5eiyokfw2bw049
Tags: 7.19.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* drop debian/patches/security_CVE-2009-0037.patch 
  - this patch is part of 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
.\" * KIND, either express or implied.
20
20
.\" *
21
 
.\" * $Id: curl-config.1,v 1.16 2007-10-26 07:46:02 bagder Exp $
 
21
.\" * $Id: curl-config.1,v 1.17 2008-12-22 13:07:14 bagder Exp $
22
22
.\" **************************************************************************
23
23
.\"
24
24
.TH curl-config 1 "25 Oct 2007" "Curl 7.17.1" "curl-config manual"
28
28
.B curl-config [options]
29
29
.SH DESCRIPTION
30
30
.B curl-config
31
 
displays information about a previous curl and libcurl installation.
 
31
displays information about the curl and libcurl installation.
32
32
.SH OPTIONS
33
33
.IP "--ca"
34
34
Displays the built-in path to the CA cert bundle this libcurl uses.
36
36
Displays the compiler used to build libcurl.
37
37
.IP "--cflags"
38
38
Set of compiler options (CFLAGS) to use when compiling files that use
39
 
libcurl. Currently that is only thw include path to the curl include files.
 
39
libcurl. Currently that is only the include path to the curl include files.
40
40
.IP "--checkfor [version]"
41
41
Specify the oldest possible libcurl version string you want, and this 
42
42
script will return 0 if the current installation is new enough or it 
46
46
Lists what particular main features the installed libcurl was built with. At
47
47
the time of writing, this list may include SSL, KRB4 or IPv6. Do not assume
48
48
any particular order. The keywords will be separated by newlines. There may be
49
 
none, one or several keywords in the list.
 
49
none, one, or several keywords in the list.
50
50
.IP "--help"
51
51
Displays the available options.
52
52
.IP "--libs"
61
61
the time of writing, this list may include HTTP, HTTPS, FTP, FTPS, FILE,
62
62
TELNET, LDAP, DICT. Do not assume any particular order. The protocols will
63
63
be listed using uppercase and are separated by newlines. There may be none,
64
 
one or several protocols in the list. (Added in 7.13.0)
 
64
one, or several protocols in the list. (Added in 7.13.0)
65
65
.IP "--static-libs"
66
66
Shows the complete set of libs and other linker options you will need in order
67
67
to link your application with libcurl statically. (Added in 7.17.1)