Revert r547987 ("svn merge -c -547987 .")

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joe Orton
2007-06-29 09:31:11 +00:00
parent 8e9aeb9919
commit ada9c28dcf
18 changed files with 16 additions and 123 deletions

View File

@ -480,9 +480,6 @@ int main(int argc, const char * const argv[])
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) {