~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_version_info.3

  • Committer: Kees Cook
  • Date: 2009-12-12 04:16:02 UTC
  • mfrom: (3.3.3 squeeze)
  • Revision ID: kees@outflux.net-20091212041602-o707x164tp1f8efj
Merged with Debian testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.\" *                            | (__| |_| |  _ <| |___
6
6
.\" *                             \___|\___/|_| \_\_____|
7
7
.\" *
8
 
.\" * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
.\" * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
.\" *
10
10
.\" * This software is licensed as described in the file COPYING, which
11
11
.\" * you should have received as part of this distribution. The terms
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_version_info.3,v 1.12 2008-12-28 21:56:56 bagder Exp $
 
21
.\" * $Id: curl_version_info.3,v 1.13 2009-06-10 02:49:43 yangtse Exp $
22
22
.\" **************************************************************************
23
23
.\"
24
 
.TH curl_version_info 3 "2 Nov 2006" "libcurl 7.16.1" "libcurl Manual"
 
24
.TH curl_version_info 3 "10 June 2009" "libcurl 7.19.6" "libcurl Manual"
25
25
.SH NAME
26
26
curl_version_info - returns run-time libcurl version info
27
27
.SH SYNOPSIS
105
105
.IP CURL_VERSION_GSSNEGOTIATE
106
106
supports HTTP GSS-Negotiate (added in 7.10.6)
107
107
.IP CURL_VERSION_DEBUG
108
 
libcurl was built with extra debug capabilities built-in. This is mainly of
109
 
interest for libcurl hackers. (added in 7.10.6)
 
108
libcurl was built with debug capabilities (added in 7.10.6)
 
109
.IP CURL_VERSION_CURLDEBUG
 
110
libcurl was built with memory tracking debug capabilities. This is mainly of
 
111
interest for libcurl hackers. (added in 7.19.6)
110
112
.IP CURL_VERSION_ASYNCHDNS
111
113
libcurl was built with support for asynchronous name lookups, which allows
112
114
more exact timeouts (even on Windows) and less blocking when using the multi