comparison src/http/ngx_http_core.c @ 43:53cd05892261

nginx-0.0.1-2002-12-27-19:22:50 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Dec 2002 16:22:50 +0000
parents cd035a94e0b6
children
comparison
equal deleted inserted replaced
42:cd035a94e0b6 43:53cd05892261
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3
3 #include <ngx_core.h> 4 #include <ngx_core.h>
4 #include <ngx_config_file.h> 5 #include <ngx_conf_file.h>
6
5 #include <ngx_http.h> 7 #include <ngx_http.h>
6 #include <ngx_http_core.h> 8 #include <ngx_http_core.h>
7 #include <ngx_http_config.h> 9 #include <ngx_http_config.h>
8 10
9 /* STUB */ 11 /* STUB */