]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/external/helpers.m4
Maintenance: update --with-tdb detection (#1776)
[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
4f3f75b7
AJ
8SQUID_CHECK_LIBTDB
9
5eabe4b4 10EXTERNAL_ACL_HELPERS=""
a1c22363
AJ
11SQUID_HELPER_FEATURE_CHECK([external_acl_helpers],[yes],[acl/external],[
12 # NP: we only need this list because m4_include() does not accept variables
13 SQUID_CHECK_HELPER([AD_group],[acl/external])
14 SQUID_CHECK_HELPER([LDAP_group],[acl/external])
15 SQUID_CHECK_HELPER([LM_group],[acl/external])
16 SQUID_CHECK_HELPER([delayer],[acl/external])
17 SQUID_CHECK_HELPER([SQL_session],[acl/external])
18 SQUID_CHECK_HELPER([eDirectory_userip],[acl/external])
19 SQUID_CHECK_HELPER([file_userip],[acl/external])
20 SQUID_CHECK_HELPER([kerberos_ldap_group],[acl/external])
21 SQUID_CHECK_HELPER([kerberos_sid_group],[acl/external])
22 SQUID_CHECK_HELPER([session],[acl/external])
23 SQUID_CHECK_HELPER([time_quota],[acl/external])
24 SQUID_CHECK_HELPER([unix_group],[acl/external])
25 SQUID_CHECK_HELPER([wbinfo_group],[acl/external])
26])
27EXTERNAL_ACL_HELPERS=$squid_cv_BUILD_HELPERS
5eabe4b4 28AC_SUBST(EXTERNAL_ACL_HELPERS)