comparison src/core/ngx_core.h @ 178:a8ff48d26cca

nginx-0.0.1-2003-11-11-00:09:22 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Nov 2003 21:09:22 +0000
parents 70b36c805682
children 4c698194c56d
comparison
equal deleted inserted replaced
177:4db54fdbcbe7 178:a8ff48d26cca
25 #include <ngx_hunk.h> 25 #include <ngx_hunk.h>
26 #include <ngx_array.h> 26 #include <ngx_array.h>
27 #include <ngx_table.h> 27 #include <ngx_table.h>
28 #include <ngx_file.h> 28 #include <ngx_file.h>
29 #include <ngx_files.h> 29 #include <ngx_files.h>
30 #include <ngx_times.h>
30 #include <ngx_inet.h> 31 #include <ngx_inet.h>
31 #include <ngx_conf_file.h> 32 #include <ngx_conf_file.h>
32 #include <ngx_os_init.h> 33 #include <ngx_os_init.h>
33 #include <ngx_connection.h> 34 #include <ngx_connection.h>
34 35