Cross Reference: config6.m4
xref
: /
httpd
/
modules
/
dav
/
fs
/
config6.m4
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
config6.m4 revision 8260d25de6f8c512cad1f00d010bdd2627ea0936
24b0a59507af2a3621f586fa2a2aafc3640aa3d2
nd
dnl modules enabled in this directory by default
APACHE_MODPATH_INIT(
dav/fs
)
dav_fs_objects="
mod_dav_fs.lo
dbm.lo
lock.lo
repos.lo
"
if test "$enable_dav" = "no"; then
dav_fs_enable=no
else
dav_fs_enable=yes
fi
APACHE_MODULE(dav_fs, DAV provider for the filesystem, $dav_fs_objects, , $dav_fs_enable)
APACHE_MODPATH_FINISH