comparison src/core/ngx_core.h @ 99:a059e1aa65d4

nginx-0.0.1-2003-06-02-19:24:30 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Jun 2003 15:24:30 +0000
parents c9b243802a17
children 7ebc8b7fb816
comparison
equal deleted inserted replaced
98:c9b243802a17 99:a059e1aa65d4
16 #include <ngx_alloc.h> 16 #include <ngx_alloc.h>
17 #include <ngx_hunk.h> 17 #include <ngx_hunk.h>
18 #include <ngx_array.h> 18 #include <ngx_array.h>
19 #include <ngx_string.h> 19 #include <ngx_string.h>
20 #include <ngx_file.h> 20 #include <ngx_file.h>
21 #include <ngx_inet.h>
21 #include <ngx_conf_file.h> 22 #include <ngx_conf_file.h>
22 #include <ngx_os_init.h> 23 #include <ngx_os_init.h>
23 #include <ngx_connection.h> 24 #include <ngx_connection.h>
24 25
25 26