summaryrefslogtreecommitdiff
path: root/modules/arch/unix/config5.m4
blob: 528cf6686043015d571dcb66cd295e18ce9ba3e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

APACHE_MODPATH_INIT(arch/unix)


if test "$APACHE_MPM" = "simple" -o "$APACHE_MPM" = "worker" \
   -o i"$APACHE_MPM" = "event" -o "$APACHE_MPM" = "prefork" ; then
  unixd_mods_enable=yes
else
  unixd_mods_enable=no
fi

APACHE_MODULE(unixd, unix specific support, , , $unixd_mods_enable)

APACHE_MODPATH_FINISH