]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
clarify comment
authorStefan Fritsch <sf@apache.org>
Sun, 17 Apr 2011 10:17:37 +0000 (10:17 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 17 Apr 2011 10:17:37 +0000 (10:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1094127 13f79535-47bb-0310-9956-ffa450edef68

include/http_config.h

index cf18718dbeb8698690293e21bd8b0fec0f74f656..6d8e18503799fdea8c46e2563c9a55ac06e78480 100644 (file)
@@ -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 &lt;Directory&gt; or &lt;Location&gt; */
 #define RSRC_CONF 128        /**< *.conf outside &lt;Directory&gt; or &lt;Location&gt; */
 #define EXEC_ON_READ 256     /**< force directive to execute a command