upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / modules / aaa / config.m4
1 dnl modules enabled in this directory by default
2
3 dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
4
5 APACHE_MODPATH_INIT(aaa)
6
7 APACHE_MODULE(access, host-based access control, , , yes)
8 APACHE_MODULE(auth, user-based access control, , , yes)
9 APACHE_MODULE(auth_anon, anonymous user access, , , most)
10 APACHE_MODULE(auth_dbm, DBM-based access databases, , , most)
11
12 APACHE_MODULE(auth_digest, RFC2617 Digest authentication, , , most, [
13   APR_CHECK_APR_DEFINE(APR_HAS_RANDOM)
14   if test $ac_cv_define_APR_HAS_RANDOM = "no"; then
15     echo "You need APR random support to use mod_auth_digest."
16     echo "Look at APR configure options --with-egd and --with-devrandom."
17     enable_auth_digest="no"
18   fi
19 ])
20
21 APR_ADDTO(LT_LDFLAGS,-export-dynamic)
22
23 APACHE_MODPATH_FINISH