From 065710a4a3860c50e868c040421f89930de4c99e Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sun, 17 Apr 2011 10:17:37 +0000 Subject: [PATCH] clarify comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1094127 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/http_config.h b/include/http_config.h index cf18718dbe..6d8e185037 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -236,7 +236,7 @@ struct command_struct { and .htaccess when AllowOverride AuthConfig */ #define OR_INDEXES 16 /**< *.conf anywhere and .htaccess when AllowOverride Indexes */ -#define OR_UNSET 32 /**< unset a directive (in Allow) */ +#define OR_UNSET 32 /**< bit to indicate that AllowOverride has not been set */ #define ACCESS_CONF 64 /**< *.conf inside <Directory> or <Location> */ #define RSRC_CONF 128 /**< *.conf outside <Directory> or <Location> */ #define EXEC_ON_READ 256 /**< force directive to execute a command -- 2.50.1