]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix mpm_common for use with the real prefork MPM. This was broken when
authorRyan Bloom <rbb@apache.org>
Sun, 9 Jul 2000 23:12:44 +0000 (23:12 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 9 Jul 2000 23:12:44 +0000 (23:12 +0000)
mpmt was added.  This change can be removed when the MPM stuff calms down
a bit and either mpmt or three separate MPMs are chosen.

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

server/mpm_common.c

index 3fffe398164611016d182558fd5730627aae1024..3613ccaa0ee18398022f30f40f2947e1d5222f66 100644 (file)
@@ -81,7 +81,7 @@
 #if defined(DEXTER) || defined(MPMT_BEOS_MPM) || defined(BEOS_MPM)
 #define CHILD_TABLE 1
 #define CHILD_INFO_TABLE     ap_child_table
-#elif defined(MPMT_PTHREAD) || defined (NO_THREADS)
+#elif defined(MPMT_PTHREAD) || defined (NO_THREADS) || defined(PREFORK_MPM)
 #define SCOREBOARD 1
 #define CHILD_INFO_TABLE     ap_scoreboard_image->parent
 #endif