]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - tools/squidclient/gssapi_support.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / tools / squidclient / gssapi_support.h
index f4b9135c5be237991d177d63ca965f30b5799194..de03256941389d867d66a52a443cb0b2134fec30 100644 (file)
@@ -1,8 +1,18 @@
+/*
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef _SQUID_TOOLS_SQUIDCLIENT_GSSAPI_H
 #define _SQUID_TOOLS_SQUIDCLIENT_GSSAPI_H
 
 #if HAVE_GSSAPI
-
+#if USE_APPLE_KRB5
+#define GSSKRB_APPLE_DEPRECATED(x)
+#endif
 
 #if USE_HEIMDAL_KRB5
 #if HAVE_GSSAPI_GSSAPI_H
@@ -40,3 +50,4 @@ char *GSSAPI_token(const char *server);
 
 #endif /* HAVE_GSSAPI */
 #endif /* _SQUID_TOOLS_SQUIDCLIENT_GSSAPI_H */
+