From 0ac8e1d80b2ae4cb6e62d1dc012767459c7984ea Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Sun, 15 Mar 2009 13:43:47 +0000 Subject: If CURL_DISABLE_PROXY is defined, we must allow socks_sspi.c to call Curl_blockread_all(). It is needed in code inside USE_WINDOWS_SSPI. --- lib/socks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/socks.c') diff --git a/lib/socks.c b/lib/socks.c index 9fc5b7948..edf9c5553 100644 --- a/lib/socks.c +++ b/lib/socks.c @@ -23,7 +23,7 @@ #include "setup.h" -#ifndef CURL_DISABLE_PROXY +#if !defined(CURL_DISABLE_PROXY) || defined(USE_WINDOWS_SSPI) #include #ifdef NEED_MALLOC_H -- cgit v1.2.3