blob: e60dfd7e4f62a2ce452e20fde7c5e86a4d30c286 [file] [log] [blame]
dnl modules enabled in this directory by default
dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
APACHE_MODPATH_INIT(mappers)
APACHE_MODULE(vhost_alias, mass hosting module)
APACHE_MODULE(negotiation, content negoatiation, , , yes)
APACHE_MODULE(dir, directory request handling, , , yes)
APACHE_MODULE(imap, internal imagemaps, , , yes)
APACHE_MODULE(actions, Action triggering on requests, , , yes)
APACHE_MODULE(speling, correct common URL misspellings)
APACHE_MODULE(userdir, mapping of user requests, , , yes)
APACHE_MODULE(alias, translation of requests, , , yes)
APACHE_MODULE(rewrite, regex URL translation, , , most, [
EXTRA_CFLAGS="$EXTRA_CFLAGS -DNO_DBM_REWRITEMAP"
])
dnl ### this isn't going to work quite right because of ordering issues
dnl ### among the config.m4 files. it is possible that a *later* module
dnl ### is marked as shared (thus setting sharedobjs), so we won't see
dnl ### it here. we need to shift *this* config.m4 to be "last" or we
dnl ### need to find a different way to set up this default and module spec.
if test "$sharedobjs" = "yes"; then
APACHE_MODULE(so, DSO capability, , , yes)
else
APACHE_MODULE(so, DSO capability, , , no)
fi
dnl ### why save the cache?
AC_CACHE_SAVE
APACHE_MODPATH_FINISH