comparison src/core/ngx_conf_file.h @ 645:4946078f0a79 release-0.3.44

nginx-0.3.44-RELEASE import *) 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 <igor@sysoev.ru>
date Thu, 04 May 2006 15:32:46 +0000
parents 0216fd1471f3
children 1e720b0be7ec
comparison
equal deleted inserted replaced
644:610ff734a8cc 645:4946078f0a79
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