diff options
author | Stefan Fritsch <sf@apache.org> | 2011-04-17 12:17:37 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-04-17 12:17:37 +0200 |
commit | 065710a4a3860c50e868c040421f89930de4c99e (patch) | |
tree | f597c3340733384a89cb81c52707f61d90a97aaa /include/http_config.h | |
parent | Miscellaneous corrections. (diff) | |
download | apache2-065710a4a3860c50e868c040421f89930de4c99e.tar.xz apache2-065710a4a3860c50e868c040421f89930de4c99e.zip |
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.h | 2 |
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 <Directory> or <Location> */ #define RSRC_CONF 128 /**< *.conf outside <Directory> or <Location> */ #define EXEC_ON_READ 256 /**< force directive to execute a command |