Loading modules/aaa/config.m4 +4 −4 Original line number Diff line number Diff line Loading @@ -6,15 +6,15 @@ APACHE_MODPATH_INIT(aaa) APACHE_MODULE(access, host-based access control, , , yes) APACHE_MODULE(auth, user-based access control, , , yes) APACHE_MODULE(auth_anon, anonymous user access, , , no) APACHE_MODULE(auth_dbm, DBM-based access databases, , , no) APACHE_MODULE(auth_anon, anonymous user access) APACHE_MODULE(auth_dbm, DBM-based access databases) APACHE_MODULE(auth_db, DB-based access databases, , , no, [ APACHE_MODULE(auth_db, DB-based access databases, , , , [ AC_CHECK_HEADERS(db.h) AC_CHECK_LIB(db,main) ]) APACHE_MODULE(auth_digest, RFC2617 Digest authentication, , , no) APACHE_MODULE(auth_digest, RFC2617 Digest authentication, , , most) LTFLAGS="$LTFLAGS -export-dynamic" Loading modules/dav/fs/config.m4 +1 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,6 @@ dav_fs_objects="mod_dav_fs.lo dbm.lo lock.lo repos.lo" dnl ### we want to default this based on whether dav is being used... dnl ### but there is no ordering to the config.m4 files right now... APACHE_MODULE(dav_fs, DAV provider for the filesystem, $dav_fs_objects, , no) APACHE_MODULE(dav_fs, DAV provider for the filesystem, $dav_fs_objects, , most) APACHE_MODPATH_FINISH modules/dav/main/config.m4 +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ APACHE_MODPATH_INIT(dav/main) dav_objects="mod_dav.lo props.lo util.lo util_lock.lo liveprop.lo providers.lo std_liveprop.lo" APACHE_MODULE(dav, WebDAV protocol handling, $dav_objects, , no) APACHE_MODULE(dav, WebDAV protocol handling, $dav_objects, , most) if test "$enable_dav" != "no"; then apache_need_expat=yes Loading modules/mappers/config.m4 +3 −3 Original line number Diff line number Diff line Loading @@ -4,16 +4,16 @@ dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]]) APACHE_MODPATH_INIT(mappers) APACHE_MODULE(vhost_alias, mass hosting module, , , no) 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, , , no) 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, , , no, [ APACHE_MODULE(rewrite, regex URL translation, , , most, [ EXTRA_CFLAGS="$EXTRA_CFLAGS -DNO_DBM_REWRITEMAP" ]) Loading modules/metadata/config.m4 +6 −6 Original line number Diff line number Diff line Loading @@ -5,17 +5,17 @@ dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]]) APACHE_MODPATH_INIT(metadata) APACHE_MODULE(env, clearing/setting of ENV vars, , , yes) APACHE_MODULE(mime_magic, automagically determining MIME type, , , no) APACHE_MODULE(cern_meta, CERN-type meta files, , , no) APACHE_MODULE(expires, Expires header control, , , no) APACHE_MODULE(headers, HTTP header control, , , no) APACHE_MODULE(mime_magic, automagically determining MIME type) APACHE_MODULE(cern_meta, CERN-type meta files) APACHE_MODULE(expires, Expires header control, , , most) APACHE_MODULE(headers, HTTP header control, , , most) APACHE_MODULE(usertrack, user-session tracking, , , no, [ APACHE_MODULE(usertrack, user-session tracking, , , , [ AC_CHECK_HEADERS(sys/times.h) AC_CHECK_FUNCS(times) ]) APACHE_MODULE(unique_id, per-request unique ids, , , no) APACHE_MODULE(unique_id, per-request unique ids) APACHE_MODULE(setenvif, basing ENV vars on headers, , , yes) LTFLAGS="$LTFLAGS -export-dynamic" Loading Loading
modules/aaa/config.m4 +4 −4 Original line number Diff line number Diff line Loading @@ -6,15 +6,15 @@ APACHE_MODPATH_INIT(aaa) APACHE_MODULE(access, host-based access control, , , yes) APACHE_MODULE(auth, user-based access control, , , yes) APACHE_MODULE(auth_anon, anonymous user access, , , no) APACHE_MODULE(auth_dbm, DBM-based access databases, , , no) APACHE_MODULE(auth_anon, anonymous user access) APACHE_MODULE(auth_dbm, DBM-based access databases) APACHE_MODULE(auth_db, DB-based access databases, , , no, [ APACHE_MODULE(auth_db, DB-based access databases, , , , [ AC_CHECK_HEADERS(db.h) AC_CHECK_LIB(db,main) ]) APACHE_MODULE(auth_digest, RFC2617 Digest authentication, , , no) APACHE_MODULE(auth_digest, RFC2617 Digest authentication, , , most) LTFLAGS="$LTFLAGS -export-dynamic" Loading
modules/dav/fs/config.m4 +1 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,6 @@ dav_fs_objects="mod_dav_fs.lo dbm.lo lock.lo repos.lo" dnl ### we want to default this based on whether dav is being used... dnl ### but there is no ordering to the config.m4 files right now... APACHE_MODULE(dav_fs, DAV provider for the filesystem, $dav_fs_objects, , no) APACHE_MODULE(dav_fs, DAV provider for the filesystem, $dav_fs_objects, , most) APACHE_MODPATH_FINISH
modules/dav/main/config.m4 +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ APACHE_MODPATH_INIT(dav/main) dav_objects="mod_dav.lo props.lo util.lo util_lock.lo liveprop.lo providers.lo std_liveprop.lo" APACHE_MODULE(dav, WebDAV protocol handling, $dav_objects, , no) APACHE_MODULE(dav, WebDAV protocol handling, $dav_objects, , most) if test "$enable_dav" != "no"; then apache_need_expat=yes Loading
modules/mappers/config.m4 +3 −3 Original line number Diff line number Diff line Loading @@ -4,16 +4,16 @@ dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]]) APACHE_MODPATH_INIT(mappers) APACHE_MODULE(vhost_alias, mass hosting module, , , no) 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, , , no) 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, , , no, [ APACHE_MODULE(rewrite, regex URL translation, , , most, [ EXTRA_CFLAGS="$EXTRA_CFLAGS -DNO_DBM_REWRITEMAP" ]) Loading
modules/metadata/config.m4 +6 −6 Original line number Diff line number Diff line Loading @@ -5,17 +5,17 @@ dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]]) APACHE_MODPATH_INIT(metadata) APACHE_MODULE(env, clearing/setting of ENV vars, , , yes) APACHE_MODULE(mime_magic, automagically determining MIME type, , , no) APACHE_MODULE(cern_meta, CERN-type meta files, , , no) APACHE_MODULE(expires, Expires header control, , , no) APACHE_MODULE(headers, HTTP header control, , , no) APACHE_MODULE(mime_magic, automagically determining MIME type) APACHE_MODULE(cern_meta, CERN-type meta files) APACHE_MODULE(expires, Expires header control, , , most) APACHE_MODULE(headers, HTTP header control, , , most) APACHE_MODULE(usertrack, user-session tracking, , , no, [ APACHE_MODULE(usertrack, user-session tracking, , , , [ AC_CHECK_HEADERS(sys/times.h) AC_CHECK_FUNCS(times) ]) APACHE_MODULE(unique_id, per-request unique ids, , , no) APACHE_MODULE(unique_id, per-request unique ids) APACHE_MODULE(setenvif, basing ENV vars on headers, , , yes) LTFLAGS="$LTFLAGS -export-dynamic" Loading