config6.m4 revision cec7e7d6fcba7f0dacc545cf71492aea7f50fb3e
dnl modules enabled in this directory by default
APACHE_MODPATH_INIT(dav/fs)
if test "$enable_dav" != ""; then
dav_fs_enable=$enable_dav
else
dav_fs_enable=$dav_enable
fi
APACHE_MODULE(dav_fs, DAV provider for the filesystem, $dav_fs_objects, , $dav_fs_enable)
APACHE_MODPATH_FINISH