Moved apache code into a folder to help prepare for packaging where we dont want...
[httpd-crcsyncproxy.git] / apache / modules / arch / unix / config5.m4
blob7013e7f7b617306b4a2348b1fa417b449c6259d9
2 APACHE_MODPATH_INIT(arch/unix)
5 if test "$APACHE_MPM" = "simple" -o "$APACHE_MPM" = "worker" \
6    -o "$APACHE_MPM" = "event" -o "$APACHE_MPM" = "prefork" ; then
7   unixd_mods_enable=yes
8 else
9   unixd_mods_enable=no
12 APACHE_MODULE(unixd, unix specific support, , , $unixd_mods_enable)
13 APACHE_MODULE(privileges, Per-virtualhost Unix UserIDs and enhanced security for Solaris, , , no, [
14   AC_CHECK_HEADERS(priv.h, [ap_HAVE_PRIV_H="yes"], [ap_HAVE_PRIV_H="no"])
15   if test $ap_HAVE_PRIV_H = "no"; then
16     AC_MSG_WARN([Your system does not support privileges.])
17     enable_privileges="no"
18   fi
21 APACHE_MODPATH_FINISH