comparison src/http/ngx_http_event.c @ 36:c14d7232b11f

nginx-0.0.1-2002-12-23-09:29:22 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Dec 2002 06:29:22 +0000
parents d45effe5854c
children 9fe40e51d4a3
comparison
equal deleted inserted replaced
35:79c1fce18e71 36:c14d7232b11f
1 /*
2 TODO: Win32 inet_ntoa
3 ngx_inet_ntop
4 */
5 1
6 #include <ngx_config.h> 2 #include <ngx_config.h>
7 #include <ngx_core.h> 3 #include <ngx_core.h>
8 #include <ngx_string.h> 4 #include <ngx_string.h>
9 #include <ngx_files.h> 5 #include <ngx_files.h>