summaryrefslogtreecommitdiffstats
path: root/include/http_core.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-12-13 15:50:36 +0100
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-12-13 15:50:36 +0100
commitb9551a11e861d3e267129199909330e0a7bc158c (patch)
tree834bf2260540c3cd5c5729e5e1b0e3ac4919138c /include/http_core.h
parenthack up core_dir_config so that server/core.c compiles again (diff)
downloadapache2-b9551a11e861d3e267129199909330e0a7bc158c.tar.xz
apache2-b9551a11e861d3e267129199909330e0a7bc158c.zip
Jeff's guess, right on. [Thought I committed it all... gotta grab a
clean parallel tree, all my parallel trees are dirty again.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92447 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--include/http_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_core.h b/include/http_core.h
index 665ac00548..a6964179b9 100644
--- a/include/http_core.h
+++ b/include/http_core.h
@@ -447,7 +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;
+ int accept_path_info; /* forced with AcceptPathInfo */
} core_dir_config;
/* Per-server core configuration */