]> granicus.if.org Git - apache/commitdiff
Only compile ap_reclaim_child_processes() if a CHILD_INFO_TABLE is known.
authorBrian Havard <bjh@apache.org>
Sun, 28 May 2000 12:20:04 +0000 (12:20 +0000)
committerBrian Havard <bjh@apache.org>
Sun, 28 May 2000 12:20:04 +0000 (12:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85333 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index c7c3dd1f90c05c234ab624d8c001923c58b30dec..e69e442e0d35652a9e107f5e56fa16a72611a6eb 100644 (file)
@@ -81,6 +81,7 @@
 #endif 
 
 
+#ifdef CHILD_INFO_TABLE
 void ap_reclaim_child_processes(int terminate)
 {
     int i, status;
@@ -169,6 +170,7 @@ void ap_reclaim_child_processes(int terminate)
         }
     }
 }
+#endif
 
 /* number of calls to wait_or_timeout between writable probes */
 #ifndef INTERVAL_OF_WRITABLE_PROBES