From: Francesco Chemolli Date: Sun, 27 Dec 2015 14:20:16 +0000 (+0100) Subject: Workaround for build regression introduced in r14458 X-Git-Tag: SQUID_4_0_4~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a24c430019c3546f3dc80008cc2250ead30ebe7;p=thirdparty%2Fsquid.git Workaround for build regression introduced in r14458 --- diff --git a/src/peer_proxy_negotiate_auth.h b/src/peer_proxy_negotiate_auth.h index eb82aabeaa..21f7511e9a 100644 --- a/src/peer_proxy_negotiate_auth.h +++ b/src/peer_proxy_negotiate_auth.h @@ -9,10 +9,10 @@ #ifndef SQUID_PEER_PROXY_NEGOTIATE_AUTH_H_ #define SQUID_PEER_PROXY_NEGOTIATE_AUTH_H_ -#if HAVE_AUTH_MODULE_NEGOTIATE && HAVE_KRB5 && HAVE_GSSAPI - #define PEER_PROXY_NEGOTIATE_NOKEYTAB 1 +#if HAVE_AUTH_MODULE_NEGOTIATE && HAVE_KRB5 && HAVE_GSSAPI + /* upstream proxy authentication */ SQUIDCEXTERN char *peer_proxy_negotiate_auth(char *principal_name, char *proxy, int flags); #endif