config.m4 revision cd47196ef7dd7647418fa9b9cb8297cfa614c100
6ae232055d4d8a97267517c5e50074c2c819941anddnl modules enabled in this directory by default
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941anddnl AC_DEFUN(modulename, modulestructname, defaultonoroff, configmacros)
6ae232055d4d8a97267517c5e50074c2c819941anddnl XXX - Need to allow --enable-module to fail if optional config fails
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941andAC_DEFUN(APACHE_CHECK_STANDARD_MODULE, [
6ae232055d4d8a97267517c5e50074c2c819941and APACHE_MODULE([$1],[$2],,[$3],[$4],[$5])
6ae232055d4d8a97267517c5e50074c2c819941and])
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941andAPACHE_MODPATH_INIT(generators)
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941andAPACHE_CHECK_STANDARD_MODULE(status, process/thread monitoring, , no)
6ae232055d4d8a97267517c5e50074c2c819941andAPACHE_CHECK_STANDARD_MODULE(autoindex, directory listing, , yes)
6ae232055d4d8a97267517c5e50074c2c819941andAPACHE_CHECK_STANDARD_MODULE(asis, as-is filetypes, , yes)
6ae232055d4d8a97267517c5e50074c2c819941andAPACHE_CHECK_STANDARD_MODULE(info, server information, , no)
6ae232055d4d8a97267517c5e50074c2c819941andAPACHE_CHECK_STANDARD_MODULE(suexec, set uid and gid for spawned processes, , no)
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941andLTFLAGS="$LTFLAGS -export-dynamic"
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941andAPACHE_MODPATH_FINISH
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941andAPACHE_SUBST(STANDARD_LIBS)
6ae232055d4d8a97267517c5e50074c2c819941and