comparison src/http/ngx_http_core.c @ 32:d45effe5854c

nginx-0.0.1-2002-12-19-10:08:55 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 19 Dec 2002 07:08:55 +0000
parents c2d9ef3ebb6d
children 2ffaa35fba42
comparison
equal deleted inserted replaced
31:d1ebcc555037 32:d45effe5854c
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 #include <ngx_config_command.h> 4 #include <ngx_config_file.h>
5 #include <ngx_http.h> 5 #include <ngx_http.h>
6 #include <ngx_http_core.h> 6 #include <ngx_http_core.h>
7 #include <ngx_http_config.h> 7 #include <ngx_http_config.h>
8 8
9 /* STUB */ 9 /* STUB */