git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551163
13f79535-47bb-0310-9956-
ffa450edef68
ap_server_pre_read_config = apr_array_make(pcommands, 1, sizeof(char *));
ap_server_post_read_config = apr_array_make(pcommands, 1, sizeof(char *));
ap_server_config_defines = apr_array_make(pcommands, 1, sizeof(char *));
+#ifdef AP_MPM_WANT_RECLAIM_CHILD_PROCESSES
ap_pid_table = apr_table_make(pglobal, 1024);
+#endif
error = ap_setup_prelinked_modules(process);
if (error) {