]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/peer_proxy_negotiate_auth.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / peer_proxy_negotiate_auth.h
index eb82aabeaa7dc77c3fac93fb66b3047c861d7b9a..5f8a678cf2912ddf463aaee27470965baa37c437 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -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