diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-05-18 15:29:08 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-05-18 15:29:08 +0000 |
| commit | ab517d58277429bba16d0641e00aebea061db1ce (patch) | |
| tree | fca49eca624c51e0ae7c829f0ce64233496c610e /src/core/ngx_conf_file.h | |
| parent | 3043bfcf105e47969720d5bce8c3a89afe8e666d (diff) | |
| download | nginx-ab517d58277429bba16d0641e00aebea061db1ce.tar.gz nginx-ab517d58277429bba16d0641e00aebea061db1ce.tar.bz2 | |
nginx-0.0.3-2004-05-18-19:29:08 import
Diffstat (limited to 'src/core/ngx_conf_file.h')
| -rw-r--r-- | src/core/ngx_conf_file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h index 01080cc15..ff01e8871 100644 --- a/src/core/ngx_conf_file.h +++ b/src/core/ngx_conf_file.h @@ -37,7 +37,9 @@ #define NGX_CONF_2MORE 0x00001000 #define NGX_DIRECT_CONF 0x00010000 + #define NGX_MAIN_CONF 0x01000000 +#define NGX_ANY_CONF 0x0F000000 |
