From: Jeff Trawick Date: Thu, 13 Dec 2001 13:15:56 +0000 (+0000) Subject: hack up core_dir_config so that server/core.c compiles again X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff90104ee3b8242fd6e9077a86c738dbdb22a749;p=apache hack up core_dir_config so that server/core.c compiles again git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92446 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_core.h b/include/http_core.h index 3c8e055ba0..665ac00548 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -447,6 +447,7 @@ typedef struct { const char *handler; /* forced with SetHandler */ const char *output_filters; /* forced with SetOutputFilters */ const char *input_filters; /* forced with SetInputFilters */ + int accept_path_info; } core_dir_config; /* Per-server core configuration */