]> granicus.if.org Git - apache/commitdiff
Add a #else back into http_core.c, so that this compiles on Unix again.
authorRyan Bloom <rbb@apache.org>
Fri, 13 Oct 2000 17:36:51 +0000 (17:36 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 13 Oct 2000 17:36:51 +0000 (17:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86580 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_core.c

index d405e784cee535b5bf46f0248b43e8f9d3ad19d3..1eec56401a7a79b6515f1b414d9e26207ee370ce 100644 (file)
@@ -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