# HG changeset patch # User Igor Sysoev # Date 1236241457 0 # Node ID 8b9861c2a32f5308a4c2663c3c1035e1a9c3ae3f # Parent 2ed1343fa3dcfdbc79e49e5c849b1a2f271c37de pclcf->regex_locations are used with PCRE only diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -289,7 +289,9 @@ struct ngx_http_core_loc_conf_s { #endif ngx_http_location_tree_node_t *static_locations; +#if (NGX_PCRE) ngx_http_core_loc_conf_t **regex_locations; +#endif /* pointer to the modules' loc_conf */ void **loc_conf;