comparison src/http/ngx_http_config.h @ 88:674d333f4296

nginx-0.0.1-2003-05-14-21:13:13 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 May 2003 17:13:13 +0000
parents 59229033ae93
children 37530da31268
comparison
equal deleted inserted replaced
87:5f6d848dcbef 88:674d333f4296
31 31
32 #define NGX_HTTP_MODULE_TYPE 0x50545448 /* "HTTP" */ 32 #define NGX_HTTP_MODULE_TYPE 0x50545448 /* "HTTP" */
33 33
34 #define NGX_HTTP_MODULE 0 34 #define NGX_HTTP_MODULE 0
35 35
36 #define NGX_HTTP_MAIN_CONF 0x1000000 36 #define NGX_HTTP_MAIN_CONF 0x2000000
37 #define NGX_HTTP_SRV_CONF 0x2000000 37 #define NGX_HTTP_SRV_CONF 0x4000000
38 #define NGX_HTTP_LOC_CONF 0x6000000 38 #define NGX_HTTP_LOC_CONF 0x8000000
39 39
40 40
41 #define NGX_HTTP_SRV_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, srv_conf) 41 #define NGX_HTTP_SRV_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, srv_conf)
42 #define NGX_HTTP_LOC_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, loc_conf) 42 #define NGX_HTTP_LOC_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, loc_conf)
43 43