comparison src/http/ngx_http_core_module.c @ 381:02a511569afb

nginx-0.0.7-2004-07-07-19:01:00 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Jul 2004 15:01:00 +0000
parents 9c2515d70489
children b670db10cbbd
comparison
equal deleted inserted replaced
380:5ce6561246a5 381:02a511569afb
454 ngx_uint_t i; 454 ngx_uint_t i;
455 ngx_str_t *auto_redirect; 455 ngx_str_t *auto_redirect;
456 ngx_http_core_loc_conf_t *clcf, **clcfp; 456 ngx_http_core_loc_conf_t *clcf, **clcfp;
457 ngx_http_core_srv_conf_t *cscf; 457 ngx_http_core_srv_conf_t *cscf;
458 #if (HAVE_PCRE) 458 #if (HAVE_PCRE)
459 ngx_uint_t exact; 459 ngx_uint_t exact;
460 #endif 460 #endif
461 461
462 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); 462 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module);
463 auto_redirect = NULL; 463 auto_redirect = NULL;
464 #if (HAVE_PCRE) 464 #if (HAVE_PCRE)