aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorMichael Osipov <1983-01-06@gmx.net>2014-07-21 09:53:45 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-07-23 00:01:39 +0200
commit46750c39bd3ece85ddef6a9dafd04bcd2748bc50 (patch)
tree0d30c87065f5d40458c58ae67865e37848b52de4 /src/tool_help.c
parent5128672731a5edef2c7526610584fef821ec2309 (diff)
configure/features: Add feature and version info for GSS-API and SPNEGO
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 79352986e..ddad01439 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -262,10 +262,12 @@ static const struct feat feats[] = {
{"IDN", CURL_VERSION_IDN},
{"IPv6", CURL_VERSION_IPV6},
{"Largefile", CURL_VERSION_LARGEFILE},
+ {"SSPI", CURL_VERSION_SSPI},
+ {"GSS-API", CURL_VERSION_GSSAPI},
+ {"SPNEGO", CURL_VERSION_SPNEGO},
{"NTLM", CURL_VERSION_NTLM},
{"NTLM_WB", CURL_VERSION_NTLM_WB},
{"SSL", CURL_VERSION_SSL},
- {"SSPI", CURL_VERSION_SSPI},
{"krb4", CURL_VERSION_KERBEROS4},
{"libz", CURL_VERSION_LIBZ},
{"CharConv", CURL_VERSION_CONV},