summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-12-13 14:15:56 +0100
committerJeff Trawick <trawick@apache.org>2001-12-13 14:15:56 +0100
commit06cf109166808324b8550a5c2a312a02487302c4 (patch)
treef7ee9064ed2d0f10ec55a1d81bdba5f9ee3f0245
parentModified for clarity. (diff)
downloadapache2-06cf109166808324b8550a5c2a312a02487302c4.tar.xz
apache2-06cf109166808324b8550a5c2a312a02487302c4.zip
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
-rw-r--r--include/http_core.h1
1 files changed, 1 insertions, 0 deletions
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 */