From: Stefan Fritsch Date: Sun, 17 Apr 2011 10:17:37 +0000 (+0000) Subject: clarify comment X-Git-Tag: 2.3.12~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=065710a4a3860c50e868c040421f89930de4c99e;p=thirdparty%2Fapache%2Fhttpd.git clarify comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1094127 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_config.h b/include/http_config.h index cf18718dbeb..6d8e1850379 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