aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-06-18 16:57:38 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-06-18 16:57:38 +0200
commitafbee791d5bdda3cfee0e23d0da2440bb94c9c50 (patch)
treebf667d4acbec0f1528c452d9919253e062f28e35 /src/tool_help.c
parent2546134b9792079fc9892d7e44a8d8c015072a31 (diff)
tool: always provide negotiate/kerberos options
libcurl can still be built with it, even if the tool is not. Maintain independence!
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 46ae341fe..13feaed2b 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -174,10 +174,8 @@ static const char *const helptext[] = {
" --proxy-negotiate "
"Use HTTP Negotiate (SPNEGO) authentication on the proxy (H)",
" --proxy-ntlm Use NTLM authentication on the proxy (H)",
-#if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI)
" --proxy-service-name NAME SPNEGO proxy service name",
" --service-name NAME SPNEGO service name",
-#endif
" -U, --proxy-user USER[:PASSWORD] Proxy user and password",
" --proxy1.0 HOST[:PORT] Use HTTP/1.0 proxy on given port",
" -p, --proxytunnel Operate through a HTTP proxy tunnel (using CONNECT)",
@@ -206,10 +204,8 @@ static const char *const helptext[] = {
" --socks5 HOST[:PORT] SOCKS5 proxy on given host + port",
" --socks5-hostname HOST[:PORT] "
"SOCKS5 proxy, pass host name to proxy",
-#if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI)
" --socks5-gssapi-service NAME SOCKS5 proxy service name for GSS-API",
" --socks5-gssapi-nec Compatibility with NEC SOCKS5 server",
-#endif
" -Y, --speed-limit RATE "
"Stop transfers below RATE for 'speed-time' secs",
" -y, --speed-time SECONDS "