From afbee791d5bdda3cfee0e23d0da2440bb94c9c50 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 18 Jun 2015 16:57:38 +0200 Subject: tool: always provide negotiate/kerberos options libcurl can still be built with it, even if the tool is not. Maintain independence! --- src/tool_help.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tool_help.c') 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 " -- cgit v1.2.3