From a8fa0a6a37b6e90324e0dcbf4733324199623841 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 25 Nov 2003 20:44:56 +0000 Subject: nginx-0.0.1-2003-11-25-23:44:56 import --- src/core/ngx_conf_file.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/ngx_conf_file.h') diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h index 8a473bf5a..eb5478e61 100644 --- a/src/core/ngx_conf_file.h +++ b/src/core/ngx_conf_file.h @@ -56,6 +56,9 @@ #define NGX_CONF_MODULE 0x464E4F43 /* "CONF" */ +#define NGX_MAX_CONF_ERRSTR 256 + + struct ngx_command_s { ngx_str_t name; int type; -- cgit