]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/negotiate_auth/squid_kerb_auth/squid_compat.h
SourceFormat Update
[thirdparty/squid.git] / helpers / negotiate_auth / squid_kerb_auth / squid_compat.h
CommitLineData
9bea882d
AJ
1#ifndef SQUID__HELPERS_NEGOTIATE_AUTH_SQUID_KERB_AUTH_SQUID_COMPAT_H
2#define SQUID__HELPERS_NEGOTIATE_AUTH_SQUID_KERB_AUTH_SQUID_COMPAT_H
3
4/*
5 * We use a HAVE_SQUID define to override ther Squid-specific package
6 * definitions for their includes.
7 * AYJ: This whole bit needs re-working when compat.h exists.
8 * We will only need the compat.h and its library from squid.
9 */
10
11#if HAVE_SQUID
12
13#include "config.h"
14
9e008dda 15/* We want the Squid type and library definitions without the package ones */
9bea882d
AJ
16#undef VERSION
17#undef PACKAGE
18#undef PACKAGE_BUGREPORT
9e008dda
AJ
19#undef PACKAGE_NAME
20#undef PACKAGE_STRING
21#undef PACKAGE_TARNAME
22#undef PACKAGE_VERSION
9bea882d
AJ
23#endif /* HAVE_SQUID */
24
25#endif /* SQUID__HELPERS_NEGOTIATE_AUTH_SQUID_KERB_AUTH_SQUID_COMPAT_H */