mirror of
https://github.com/curl/curl.git
synced 2026-08-01 03:38:04 +03:00
configure/features: Add feature and version info for GSS-API and SPNEGO
This commit is contained in:
parent
5128672731
commit
46750c39bd
4 changed files with 23 additions and 7 deletions
|
|
@ -250,6 +250,12 @@ static curl_version_info_data version_info = {
|
|||
#if defined(USE_NTLM) && defined(NTLM_WB_ENABLED)
|
||||
| CURL_VERSION_NTLM_WB
|
||||
#endif
|
||||
#ifdef USE_SPNEGO
|
||||
| CURL_VERSION_SPNEGO
|
||||
#endif
|
||||
#ifdef HAVE_GSSAPI
|
||||
| CURL_VERSION_GSSAPI
|
||||
#endif
|
||||
#ifdef USE_WINDOWS_SSPI
|
||||
| CURL_VERSION_SSPI
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue