comparison src/core/ngx_conf_file.h @ 651:39b7d7b33c91 release-0.3.47

nginx-0.3.47-RELEASE import *) Feature: the "upstream" directive. *) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the SSI command is always removed.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 May 2006 14:54:58 +0000
parents 1e720b0be7ec
children 6d5c1535bb9d
comparison
equal deleted inserted replaced
650:d865681780b6 651:39b7d7b33c91
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