mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
Add mod_unixd to build, update svn:ignore.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709055 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
14
modules/arch/unix/config5.m4
Normal file
14
modules/arch/unix/config5.m4
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
APACHE_MODPATH_INIT(arch/unix)
|
||||
|
||||
|
||||
if test "$APACHE_MPM" = "simple" ; then
|
||||
unixd_mods_enable=yes
|
||||
else
|
||||
unixd_mods_enable=no
|
||||
fi
|
||||
|
||||
APACHE_MODULE(unixd, unix specific support, , , $unixd_mods_enable)
|
||||
|
||||
APACHE_MODPATH_FINISH
|
||||
|
Reference in New Issue
Block a user