]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Workaround for build regression introduced in r14458
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sun, 27 Dec 2015 14:20:16 +0000 (15:20 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sun, 27 Dec 2015 14:20:16 +0000 (15:20 +0100)
src/peer_proxy_negotiate_auth.h

index eb82aabeaa7dc77c3fac93fb66b3047c861d7b9a..21f7511e9ac5d7f87b999a5a746072c3d0332754 100644 (file)
@@ -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