Commit b25982e4 authored by David Reid's avatar David Reid
Browse files

Add BeOS to hints.m4. This explains why I've been having to set the

MPM via configure...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87556 13f79535-47bb-0310-9956-ffa450edef68
parent c3749785
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@ dnl ;;
    *-qnx)
        APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
	;;
    *-beos*)
        APR_SETVAR(APACHE_MPM, [beos])
        APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
        ;;
esac
APR_DOEXTRA
])