comparison src/core/ngx_conf_file.h @ 200:d2ae1c9f1fd3 NGINX_0_3_47

nginx 0.3.47 *) Feature: the "upstream" directive. *) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the SSI command is always removed.
author Igor Sysoev <http://sysoev.ru>
date Tue, 23 May 2006 00:00:00 +0400
parents e6da4931e0e0
children 56688ed172c8
comparison
equal deleted inserted replaced
199:869664706c09 200:d2ae1c9f1fd3
59 #define NGX_CONF_UNSET_SIZE (size_t) -1 59 #define NGX_CONF_UNSET_SIZE (size_t) -1
60 #define NGX_CONF_UNSET_MSEC (ngx_msec_t) -1 60 #define NGX_CONF_UNSET_MSEC (ngx_msec_t) -1
61 61
62 62
63 #define NGX_CONF_OK NULL 63 #define NGX_CONF_OK NULL
64 #define NGX_CONF_ERROR (char *) -1 64 #define NGX_CONF_ERROR (void *) -1
65 65
66 #define NGX_CONF_BLOCK_START 1 66 #define NGX_CONF_BLOCK_START 1
67 #define NGX_CONF_BLOCK_DONE 2 67 #define NGX_CONF_BLOCK_DONE 2
68 #define NGX_CONF_FILE_DONE 3 68 #define NGX_CONF_FILE_DONE 3
69 69