summaryrefslogtreecommitdiff
path: root/include/http_config.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-04-17 10:17:37 +0000
committerStefan Fritsch <sf@apache.org>2011-04-17 10:17:37 +0000
commit065710a4a3860c50e868c040421f89930de4c99e (patch)
treef597c3340733384a89cb81c52707f61d90a97aaa /include/http_config.h
parente1a3cc657e0b9a91064d5b6f6dd7435972072284 (diff)
downloadhttpd-065710a4a3860c50e868c040421f89930de4c99e.tar.gz
clarify comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1094127 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_config.h')
-rw-r--r--include/http_config.h2
1 files changed, 1 insertions, 1 deletions
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 &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