http_main.c is both the startup and entry stub.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87009
13f79535-47bb-0310-9956-
ffa450edef68
ap_sort_hooks
ap_fini_vhost_config
ap_fixup_virtual_hosts
-
+ ap_conftree
+
;
; util_xml.h
ap_text_append
ap_sort_hooks
ap_fini_vhost_config
ap_fixup_virtual_hosts
-
+ ap_conftree
+
;
; util_xml.h
ap_text_append
AP_DECLARE_DATA apr_array_header_t *ap_server_post_read_config;
AP_DECLARE_DATA apr_array_header_t *ap_server_config_defines;
+AP_DECLARE_DATA ap_directive_t *ap_conftree;
+
AP_HOOK_STRUCT(
AP_HOOK_LINK(header_parser)
AP_HOOK_LINK(pre_config)
#include "apr_getopt.h"
#include "ap_mpm.h"
-ap_directive_t *ap_conftree;
-
/* WARNING: Win32 binds http_main.c dynamically to the server. Please place
* extern functions and global data in another appropriate module.
*