diff options
author | Jeff Trawick <trawick@apache.org> | 2001-12-13 14:15:56 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2001-12-13 14:15:56 +0100 |
commit | 06cf109166808324b8550a5c2a312a02487302c4 (patch) | |
tree | f7ee9064ed2d0f10ec55a1d81bdba5f9ee3f0245 | |
parent | Modified for clarity. (diff) | |
download | apache2-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.h | 1 |
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 */ |