402N/Aif ap_mpm_is_enabled "simple" \
402N/A || ap_mpm_is_enabled "worker" \
402N/A || ap_mpm_is_enabled "event" \
402N/A || ap_mpm_is_enabled "prefork"; then
402N/AAPACHE_MODULE(unixd, unix specific support, , , $unixd_mods_enable)
402N/AAPACHE_MODULE(privileges, Per-virtualhost Unix UserIDs and enhanced security for Solaris, , , no, [
402N/A AC_CHECK_HEADERS(
priv.h, [ap_HAVE_PRIV_H="yes"], [ap_HAVE_PRIV_H="no"])
402N/A if test $ap_HAVE_PRIV_H = "no"; then
402N/A AC_MSG_WARN([Your system does not support privileges.])
402N/AAPR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])