comparison src/core/ngx_conf_file.c @ 57:a499e0d1f16e

nginx-0.0.1-2003-01-30-10:28:09 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Jan 2003 07:28:09 +0000
parents 27b628ef907e
children e8cdc2989cee
comparison
equal deleted inserted replaced
56:058f01f78761 57:a499e0d1f16e
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3
3 #include <ngx_core.h> 4 #include <ngx_core.h>
5 #include <ngx_files.h>
4 #include <ngx_conf_file.h> 6 #include <ngx_conf_file.h>
5 7
6 8
7 static int argument_number[] = { 9 static int argument_number[] = {
8 NGX_CONF_NOARGS, 10 NGX_CONF_NOARGS,