comparison src/core/ngx_conf_file.h @ 384:12defd37f578 NGINX_0_7_4

nginx 0.7.4 *) Feature: variables support in the "access_log" directive. *) Feature: the "open_log_file_cache" directive. *) Feature: the -g switch. *) Feature: the "Expect" request header line support. *) Bugfix: large SSI inclusions might be truncated.
author Igor Sysoev <http://sysoev.ru>
date Mon, 30 Jun 2008 00:00:00 +0400
parents 3a91bfeffaba
children a094317ba307
comparison
equal deleted inserted replaced
383:6ee3ada01457 384:12defd37f578
315 315
316 316
317 #define addressof(addr) ((int) &addr) 317 #define addressof(addr) ((int) &addr)
318 318
319 319
320 char *ngx_conf_param(ngx_conf_t *cf);
320 char *ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename); 321 char *ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename);
321 322
322 323
323 ngx_int_t ngx_conf_full_name(ngx_cycle_t *cycle, ngx_str_t *name, 324 ngx_int_t ngx_conf_full_name(ngx_cycle_t *cycle, ngx_str_t *name,
324 ngx_uint_t conf_prefix); 325 ngx_uint_t conf_prefix);