due to the way that symbols are resolved.
Generally, main.c should export nothing.
Backports: r901557 (overlooked when proposed for backport)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@997396
13f79535-47bb-0310-9956-
ffa450edef68
/* magic pointer for ErrorDocument xxx "default" */
static char errordocument_default;
+/* Default ap_document_root_check to default value: true */
+AP_DECLARE_DATA int ap_document_root_check = 1;
+
static void *create_core_dir_config(apr_pool_t *a, char *dir)
{
core_dir_config *conf;
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;