]> git.ipfire.org Git - thirdparty/squid.git/blob - src/acl/external/helpers.m4
ff95c578d72464dba8d3fbffdd4a5698f87dfd8b
[thirdparty/squid.git] / src / acl / external / helpers.m4
1 ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
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
8 EXTERNAL_ACL_HELPERS=""
9 SQUID_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 ])
25 EXTERNAL_ACL_HELPERS=$squid_cv_BUILD_HELPERS
26 AC_SUBST(EXTERNAL_ACL_HELPERS)