From f5ab7f6f10f5e5328d24992132bf41cad3939f16 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Fri, 13 Oct 2000 17:36:51 +0000 Subject: [PATCH] Add a #else back into http_core.c, so that this compiles on Unix again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86580 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/http/http_core.c b/modules/http/http_core.c index d405e784cee..1eec56401a7 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -422,6 +422,7 @@ CORE_EXPORT(void) ap_add_file_conf(core_dir_config *conf, void *url_config) || ((entry_core)->d[0] != '/' \ && strchr((entry_core)->d, ':') \ && *(strchr((entry_core)->d, ':') + 1) != '/')) +#else #define IS_SPECIAL(entry_core) \ ((entry_core)->r != NULL || (entry_core)->d[0] != '/') #endif -- 2.47.3