]> granicus.if.org Git - apache/blob - modules/ldap/config.m4
Introduce new config option LDAPTimeout to set the timeout for operations
[apache] / modules / ldap / config.m4
1
2 dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
3
4 APACHE_MODPATH_INIT(ldap)
5
6 ldap_objects="util_ldap.lo util_ldap_cache.lo util_ldap_cache_mgr.lo"
7 APACHE_MODULE(ldap, LDAP caching and connection pooling services, $ldap_objects, , no, [
8   if test -z "$apu_config" ; then
9       MOD_LDAP_LDADD="`$apr_config --ldap-libs`"
10   else
11       MOD_LDAP_LDADD="`$apu_config --ldap-libs`"
12   fi
13   AC_SUBST(MOD_LDAP_LDADD)
14 ])
15
16 APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])
17
18 APACHE_MODPATH_FINISH