]> granicus.if.org Git - apache/commitdiff
hack up core_dir_config so that server/core.c compiles again
authorJeff Trawick <trawick@apache.org>
Thu, 13 Dec 2001 13:15:56 +0000 (13:15 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 13 Dec 2001 13:15:56 +0000 (13:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92446 13f79535-47bb-0310-9956-ffa450edef68

include/http_core.h

index 3c8e055ba0fbe4cb51fb09a82f4bc48f651ed02e..665ac00548a792f73b0ab94541bccfa6676b2cf1 100644 (file)
@@ -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 */