]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/external/kerberos_ldap_group/support.h
Maintenance: rework SASL detection (#1694)
[thirdparty/squid.git] / src / acl / external / kerberos_ldap_group / support.h
index 3073b8cd8ab19222617b7906b4cf8cd89386e272..124c55655144c7dd64d2a01863ee8c931799cb5c 100644 (file)
@@ -149,7 +149,7 @@ size_t get_ldap_hostname_list(struct main_args *margs, struct hstruct **hlist, s
 size_t get_hostname_list(struct hstruct **hlist, size_t nhosts, char *name);
 size_t free_hostname_list(struct hstruct **hlist, size_t nhosts);
 
-#if HAVE_SASL_H || HAVE_SASL_SASL_H || HAVE_SASL_DARWIN
+#if HAVE_SASL_H || HAVE_SASL_SASL_H
 int tool_sasl_bind(LDAP * ld, char *binddn, char *ssl);
 #endif