aboutsummaryrefslogtreecommitdiff
path: root/lib/http_proxy.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2011-04-05 22:28:26 -0700
committerDan Fandrich <dan@coneharvesters.com>2011-04-05 22:29:21 -0700
commit6eb484942b011aceb1ca00d7a126c07d06e6eea9 (patch)
tree1d1f8b665d60650096b40ee54da49496d219a560 /lib/http_proxy.h
parent5b716b7c91d50d9351567f6dcbd76dcc803f0c27 (diff)
Don't list NTLM in curl-config when HTTP is disabled
Also, fixed Curl_proxyCONNECT() stub with HTTP disabled.
Diffstat (limited to 'lib/http_proxy.h')
-rw-r--r--lib/http_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_proxy.h b/lib/http_proxy.h
index 271b98a6e..5ea0a21af 100644
--- a/lib/http_proxy.h
+++ b/lib/http_proxy.h
@@ -29,5 +29,5 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn,
#define PROXY_TIMEOUT (3600*1000)
#else
-#define Curl_proxyCONNECT(x,y,x,w) CURLE_NOT_BUILT_IN
+#define Curl_proxyCONNECT(x,y,z,w) CURLE_NOT_BUILT_IN
#endif