From: David Reid Date: Mon, 19 Jun 2000 21:11:49 +0000 (+0000) Subject: Update mpm_common to work with the latest BeOS version and start X-Git-Tag: APACHE_2_0_ALPHA_5~296 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e67a4b2f8021b167a330ca0f2924e31df7792023;p=apache Update mpm_common to work with the latest BeOS version and start adding support for a new BeOS MPM that I'll commit in a few days. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85621 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm_common.c b/server/mpm_common.c index 8874fb7cde..cd2f54c69d 100644 --- a/server/mpm_common.c +++ b/server/mpm_common.c @@ -77,8 +77,11 @@ #if HAVE_SYS_TIME_H #include /* for timeval definitions */ #endif +#ifdef BEOS_BONE +#include +#endif -#if defined(DEXTER_MPM) || defined(MPMT_BEOS_MPM) +#if defined(DEXTER_MPM) || defined(MPMT_BEOS_MPM) || defined(MPM_BEOS) #define CHILD_TABLE 1 #define CHILD_INFO_TABLE ap_child_table #elif defined(MPMT_PTHREAD_MPM) || defined (PREFORK_MPM)