From ff90104ee3b8242fd6e9077a86c738dbdb22a749 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 13 Dec 2001 13:15:56 +0000 Subject: [PATCH] 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 --- include/http_core.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.50.1