comparison src/core/ngx_conf_file.h @ 194:003bd800ec2a NGINX_0_3_44

nginx 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.
author Igor Sysoev <http://sysoev.ru>
date Thu, 04 May 2006 00:00:00 +0400
parents 1b490fc19afa
children e6da4931e0e0
comparison
equal deleted inserted replaced
193:2a1394604ae9 194:003bd800ec2a
42 #define NGX_CONF_BLOCK 0x00000100 42 #define NGX_CONF_BLOCK 0x00000100
43 #define NGX_CONF_FLAG 0x00000200 43 #define NGX_CONF_FLAG 0x00000200
44 #define NGX_CONF_ANY 0x00000400 44 #define NGX_CONF_ANY 0x00000400
45 #define NGX_CONF_1MORE 0x00000800 45 #define NGX_CONF_1MORE 0x00000800
46 #define NGX_CONF_2MORE 0x00001000 46 #define NGX_CONF_2MORE 0x00001000
47 #define NGX_CONF_MULTI 0x00002000
47 48
48 #define NGX_DIRECT_CONF 0x00010000 49 #define NGX_DIRECT_CONF 0x00010000
49 50
50 #define NGX_MAIN_CONF 0x01000000 51 #define NGX_MAIN_CONF 0x01000000
51 #define NGX_ANY_CONF 0x0F000000 52 #define NGX_ANY_CONF 0x0F000000