mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:27:15 +03:00
curl_version_info() returns the feature bit CURL_VERSION_SSPI
This commit is contained in:
parent
d90472dd64
commit
84bc23b92f
4 changed files with 9 additions and 1 deletions
|
|
@ -1382,6 +1382,7 @@ typedef struct {
|
|||
#define CURL_VERSION_SPNEGO (1<<8) /* SPNEGO auth */
|
||||
#define CURL_VERSION_LARGEFILE (1<<9) /* supports files bigger than 2GB */
|
||||
#define CURL_VERSION_IDN (1<<10) /* International Domain Names support */
|
||||
#define CURL_VERSION_SSPI (1<<11) /* SSPI is supported */
|
||||
|
||||
/*
|
||||
* NAME curl_version_info()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue