mention the new flag bits we support
This commit is contained in:
parent
b7c14b3c27
commit
73071dfd4f
@ -2,7 +2,7 @@
|
|||||||
.\" nroff -man [file]
|
.\" nroff -man [file]
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.TH curl_version_info 3 "30 Sep 2002" "libcurl 7.10" "libcurl Manual"
|
.TH curl_version_info 3 "17 Jun 2003" "libcurl 7.10.6" "libcurl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
curl_version_info - returns run-time libcurl version info
|
curl_version_info - returns run-time libcurl version info
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -69,6 +69,16 @@ supports SSL (HTTPS/FTPS)
|
|||||||
.TP
|
.TP
|
||||||
.B CURL_VERSION_LIBZ
|
.B CURL_VERSION_LIBZ
|
||||||
supports HTTP deflate using libz
|
supports HTTP deflate using libz
|
||||||
|
.TP
|
||||||
|
.B CURL_VERSION_NTLM
|
||||||
|
supports HTTP NTLM (added in 7.10.6)
|
||||||
|
.TP
|
||||||
|
.B CURL_VERSION_GSSNEGOTIATE
|
||||||
|
supports HTTP GSS-Negotiate (added in 7.10.6)
|
||||||
|
.TP
|
||||||
|
.B CURL_VERSION_DEBUG
|
||||||
|
libcurl was built with extra debug capabilities built-in. This is mainly of
|
||||||
|
interest for libcurl hackers. (added in 7.10.6)
|
||||||
.PP
|
.PP
|
||||||
\fIssl_version\fP is an ascii string for the OpenSSL version used. If libcurl
|
\fIssl_version\fP is an ascii string for the OpenSSL version used. If libcurl
|
||||||
has no SSL support, this is NULL.
|
has no SSL support, this is NULL.
|
||||||
@ -83,8 +93,6 @@ libcurl has no libz support, this is NULL.
|
|||||||
names protocols that libcurl supports (using lowercase letters). The protocol
|
names protocols that libcurl supports (using lowercase letters). The protocol
|
||||||
names are the same as would be used in URLs. The array is terminated by a NULL
|
names are the same as would be used in URLs. The array is terminated by a NULL
|
||||||
entry.
|
entry.
|
||||||
|
|
||||||
|
|
||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
A pointer to a curl_version_info_data struct.
|
A pointer to a curl_version_info_data struct.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user