referrence storage like this. Move the variable allocation into the
ap_ library module.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@901557
13f79535-47bb-0310-9956-
ffa450edef68
AP_DECLARE_DATA ap_filter_rec_t *ap_content_length_filter_handle;
AP_DECLARE_DATA ap_filter_rec_t *ap_core_input_filter_handle;
+/* Provide ap_document_root_check storage and default value = true */
+AP_DECLARE_DATA int ap_document_root_check = 1;
+
/* magic pointer for ErrorDocument xxx "default" */
static char errordocument_default;
destroy_and_exit_process(process, 1);
}
-/* Set ap_document_root_check to default value: true */
-AP_DECLARE_DATA int ap_document_root_check = 1;
-
int main(int argc, const char * const argv[])
{
char c;