comparison src/http/ngx_http_core_module.h @ 2546:8b9861c2a32f

pclcf->regex_locations are used with PCRE only
author Igor Sysoev <igor@sysoev.ru>
date Thu, 05 Mar 2009 08:24:17 +0000
parents 2749e4bf6af0
children 163114282d2c
comparison
equal deleted inserted replaced
2545:2ed1343fa3dc 2546:8b9861c2a32f
287 #if (NGX_HTTP_GZIP) 287 #if (NGX_HTTP_GZIP)
288 unsigned gzip_disable_msie6:2; 288 unsigned gzip_disable_msie6:2;
289 #endif 289 #endif
290 290
291 ngx_http_location_tree_node_t *static_locations; 291 ngx_http_location_tree_node_t *static_locations;
292 #if (NGX_PCRE)
292 ngx_http_core_loc_conf_t **regex_locations; 293 ngx_http_core_loc_conf_t **regex_locations;
294 #endif
293 295
294 /* pointer to the modules' loc_conf */ 296 /* pointer to the modules' loc_conf */
295 void **loc_conf; 297 void **loc_conf;
296 298
297 uint32_t limit_except; 299 uint32_t limit_except;