From 9a24c430019c3546f3dc80008cc2250ead30ebe7 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Sun, 27 Dec 2015 15:20:16 +0100 Subject: [PATCH] Workaround for build regression introduced in r14458 --- src/peer_proxy_negotiate_auth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3