comparison src/http/ngx_http_config.h @ 311:11ff50a35d6d

nginx-0.0.3-2004-04-12-20:38:09 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 Apr 2004 16:38:09 +0000
parents 4db54fdbcbe7
children 2e3cbc1bbe3c
comparison
equal deleted inserted replaced
310:a9a9af2c7370 311:11ff50a35d6d
33 } ngx_http_module_t; 33 } ngx_http_module_t;
34 34
35 35
36 #define NGX_HTTP_MODULE 0x50545448 /* "HTTP" */ 36 #define NGX_HTTP_MODULE 0x50545448 /* "HTTP" */
37 37
38 #define NGX_HTTP_MAIN_CONF 0x2000000 38 #define NGX_HTTP_MAIN_CONF 0x02000000
39 #define NGX_HTTP_SRV_CONF 0x4000000 39 #define NGX_HTTP_SRV_CONF 0x04000000
40 #define NGX_HTTP_LOC_CONF 0x8000000 40 #define NGX_HTTP_LOC_CONF 0x08000000
41 41
42 42
43 #define NGX_HTTP_MAIN_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, main_conf) 43 #define NGX_HTTP_MAIN_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, main_conf)
44 #define NGX_HTTP_SRV_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, srv_conf) 44 #define NGX_HTTP_SRV_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, srv_conf)
45 #define NGX_HTTP_LOC_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, loc_conf) 45 #define NGX_HTTP_LOC_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, loc_conf)