diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-05-04 15:32:46 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-05-04 15:32:46 +0000 |
commit | ac72bd17d1c845b81aa9d1050b764ba1018ae462 (patch) | |
tree | e7df03607b73b7c1cca5438fa02b6022c0e37e74 /src/core/ngx_conf_file.h | |
parent | 2cca46c774157b529c439eafe0083d75e74f138a (diff) | |
download | nginx-ac72bd17d1c845b81aa9d1050b764ba1018ae462.tar.gz nginx-ac72bd17d1c845b81aa9d1050b764ba1018ae462.zip |
nginx-0.3.44-RELEASE importrelease-0.3.44
*) Feature: the "wait" parameter in the "include" SSI command.
*) Feature: the Ukrainian and Byelorussian characters were added to
koi-win conversion table.
*) Bugfix: in the SSI.
Diffstat (limited to 'src/core/ngx_conf_file.h')
-rw-r--r-- | src/core/ngx_conf_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h index a183a5747..37d36d62e 100644 --- a/src/core/ngx_conf_file.h +++ b/src/core/ngx_conf_file.h @@ -44,6 +44,7 @@ #define NGX_CONF_ANY 0x00000400 #define NGX_CONF_1MORE 0x00000800 #define NGX_CONF_2MORE 0x00001000 +#define NGX_CONF_MULTI 0x00002000 #define NGX_DIRECT_CONF 0x00010000 |