]> granicus.if.org Git - apache/commitdiff
Add BeOS to hints.m4. This explains why I've been having to set the
authorDavid Reid <dreid@apache.org>
Sat, 30 Dec 2000 20:05:40 +0000 (20:05 +0000)
committerDavid Reid <dreid@apache.org>
Sat, 30 Dec 2000 20:05:40 +0000 (20:05 +0000)
MPM via configure...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87556 13f79535-47bb-0310-9956-ffa450edef68

hints.m4

index e2a6d50ea3b4f0a3828db75e9686bd0e516d7afd..bf9202373dc19694be4690b35cc4bf9dd3054d98 100644 (file)
--- 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
 ])