]> granicus.if.org Git - apache/commitdiff
Update mpm_common to work with the latest BeOS version and start
authorDavid Reid <dreid@apache.org>
Mon, 19 Jun 2000 21:11:49 +0000 (21:11 +0000)
committerDavid Reid <dreid@apache.org>
Mon, 19 Jun 2000 21:11:49 +0000 (21:11 +0000)
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

server/mpm_common.c

index 8874fb7cde63762eba22d02a6c916e26da7c3485..cd2f54c69dd8f7e0a3fecc7eac92a3ae71219ab9 100644 (file)
 #if HAVE_SYS_TIME_H
 #include <sys/time.h> /* for timeval definitions */
 #endif
+#ifdef BEOS_BONE
+#include <sys/socket.h>
+#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)