]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/external/helpers.m4
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / acl / external / helpers.m4
CommitLineData
b8ae064d 1## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
ca02e0ec
AJ
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
5eabe4b4 8EXTERNAL_ACL_HELPERS=""
a1c22363
AJ
9SQUID_HELPER_FEATURE_CHECK([external_acl_helpers],[yes],[acl/external],[
10 # NP: we only need this list because m4_include() does not accept variables
11 SQUID_CHECK_HELPER([AD_group],[acl/external])
12 SQUID_CHECK_HELPER([LDAP_group],[acl/external])
13 SQUID_CHECK_HELPER([LM_group],[acl/external])
14 SQUID_CHECK_HELPER([delayer],[acl/external])
15 SQUID_CHECK_HELPER([SQL_session],[acl/external])
16 SQUID_CHECK_HELPER([eDirectory_userip],[acl/external])
17 SQUID_CHECK_HELPER([file_userip],[acl/external])
18 SQUID_CHECK_HELPER([kerberos_ldap_group],[acl/external])
19 SQUID_CHECK_HELPER([kerberos_sid_group],[acl/external])
20 SQUID_CHECK_HELPER([session],[acl/external])
21 SQUID_CHECK_HELPER([time_quota],[acl/external])
22 SQUID_CHECK_HELPER([unix_group],[acl/external])
23 SQUID_CHECK_HELPER([wbinfo_group],[acl/external])
24])
25EXTERNAL_ACL_HELPERS=$squid_cv_BUILD_HELPERS
5eabe4b4 26AC_SUBST(EXTERNAL_ACL_HELPERS)