comparison src/core/ngx_conf_file.h @ 336:ca9a7f8c86da

nginx-0.0.3-2004-05-18-19:29:08 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 18 May 2004 15:29:08 +0000
parents 8733703a37f3
children 6bdf858bff8c
comparison
equal deleted inserted replaced
335:d4241d7787fe 336:ca9a7f8c86da
35 #define NGX_CONF_ANY 0x00000400 35 #define NGX_CONF_ANY 0x00000400
36 #define NGX_CONF_1MORE 0x00000800 36 #define NGX_CONF_1MORE 0x00000800
37 #define NGX_CONF_2MORE 0x00001000 37 #define NGX_CONF_2MORE 0x00001000
38 38
39 #define NGX_DIRECT_CONF 0x00010000 39 #define NGX_DIRECT_CONF 0x00010000
40
40 #define NGX_MAIN_CONF 0x01000000 41 #define NGX_MAIN_CONF 0x01000000
42 #define NGX_ANY_CONF 0x0F000000
41 43
42 44
43 45
44 #define NGX_CONF_UNSET -1 46 #define NGX_CONF_UNSET -1
45 #define NGX_CONF_UNSET_UINT (ngx_uint_t) -1 47 #define NGX_CONF_UNSET_UINT (ngx_uint_t) -1