comparison src/core/ngx_conf_file.h @ 7502:b7a7c02aea3a

Core: enabled "include" in any context (ticket #1615).
author Vladimir Homutov <vl@nginx.com>
date Tue, 09 Apr 2019 11:40:20 +0300
parents dc3b3cfd5d23
children
comparison
equal deleted inserted replaced
7501:88fd9f3976f6 7502:b7a7c02aea3a
47 #define NGX_CONF_2MORE 0x00001000 47 #define NGX_CONF_2MORE 0x00001000
48 48
49 #define NGX_DIRECT_CONF 0x00010000 49 #define NGX_DIRECT_CONF 0x00010000
50 50
51 #define NGX_MAIN_CONF 0x01000000 51 #define NGX_MAIN_CONF 0x01000000
52 #define NGX_ANY_CONF 0x1F000000 52 #define NGX_ANY_CONF 0xFF000000
53 53
54 54
55 55
56 #define NGX_CONF_UNSET -1 56 #define NGX_CONF_UNSET -1
57 #define NGX_CONF_UNSET_UINT (ngx_uint_t) -1 57 #define NGX_CONF_UNSET_UINT (ngx_uint_t) -1