comparison src/core/ngx_conf_file.c @ 100:7ebc8b7fb816

nginx-0.0.1-2003-06-03-19:42:58 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Jun 2003 15:42:58 +0000
parents a059e1aa65d4
children ac69ab96328d
comparison
equal deleted inserted replaced
99:a059e1aa65d4 100:7ebc8b7fb816
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3
4 #include <ngx_core.h> 3 #include <ngx_core.h>
5 #include <ngx_files.h>
6 #include <ngx_conf_file.h>
7 4
8 5
9 char ngx_conf_errstr[MAX_CONF_ERRSTR]; 6 char ngx_conf_errstr[MAX_CONF_ERRSTR];
10 7
11 8