From: David Reid Date: Sat, 30 Dec 2000 20:05:40 +0000 (+0000) Subject: Add BeOS to hints.m4. This explains why I've been having to set the X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=266050a2566617743076ef25678db163d4bbb077;p=apache 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 --- diff --git a/hints.m4 b/hints.m4 index e2a6d50ea3..bf9202373d 100644 --- a/hints.m4 +++ b/hints.m4 @@ -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 ])