comparison src/http/ngx_http.c @ 401:b32ca005e025

nginx-0.0.9-2004-07-26-22:31:43 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Jul 2004 18:31:43 +0000
parents 6f3b20c1ac50
children d6e2b445c1b8
comparison
equal deleted inserted replaced
400:69e851f83522 401:b32ca005e025
67 ngx_http_conf_ctx_t *ctx; 67 ngx_http_conf_ctx_t *ctx;
68 ngx_http_in_port_t *in_port, *inport; 68 ngx_http_in_port_t *in_port, *inport;
69 ngx_http_in_addr_t *in_addr, *inaddr; 69 ngx_http_in_addr_t *in_addr, *inaddr;
70 ngx_http_server_name_t *s_name, *name; 70 ngx_http_server_name_t *s_name, *name;
71 ngx_http_core_srv_conf_t **cscfp, *cscf; 71 ngx_http_core_srv_conf_t **cscfp, *cscf;
72 ngx_http_core_loc_conf_t **clcfp, *clcf; 72 ngx_http_core_loc_conf_t *clcf;
73 ngx_http_core_main_conf_t *cmcf; 73 ngx_http_core_main_conf_t *cmcf;
74 #if (WIN32) 74 #if (WIN32)
75 ngx_iocp_conf_t *iocpcf; 75 ngx_iocp_conf_t *iocpcf;
76 #endif 76 #endif
77 77