comparison src/http/modules/ngx_http_log_handler.c @ 69:e43f406e4525

nginx-0.0.1-2003-03-20-19:09:44 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 20 Mar 2003 16:09:44 +0000
parents 4222c496acb3
children a059e1aa65d4
comparison
equal deleted inserted replaced
68:d549fdc17d7e 69:e43f406e4525
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 #include <ngx_string.h> 4 #include <ngx_string.h>
5 #include <ngx_alloc.h> 5 #include <ngx_alloc.h>
6 #include <ngx_time.h> 6 #include <ngx_time.h>
7 #include <ngx_http.h> 7 #include <ngx_http.h>
8 #include <ngx_http_config.h>
8 9
9 10
10 ngx_http_module_t ngx_http_log_module; 11 ngx_http_module_t ngx_http_log_module;
11 12
12 13