comparison src/core/ngx_core.h @ 205:4a9a2b1dd6fa

nginx-0.0.1-2003-12-04-17:53:00 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 04 Dec 2003 14:53:00 +0000
parents 267ea1d98683
children 0b67be7d4489
comparison
equal deleted inserted replaced
204:e0bcfb77d6c7 205:4a9a2b1dd6fa
28 #include <ngx_types.h> 28 #include <ngx_types.h>
29 #include <ngx_file.h> 29 #include <ngx_file.h>
30 #include <ngx_files.h> 30 #include <ngx_files.h>
31 #include <ngx_crc.h> 31 #include <ngx_crc.h>
32 #include <ngx_regex.h> 32 #include <ngx_regex.h>
33 #include <ngx_rbtree.h>
33 #include <ngx_times.h> 34 #include <ngx_times.h>
34 #include <ngx_inet.h> 35 #include <ngx_inet.h>
35 #include <ngx_conf_file.h> 36 #include <ngx_conf_file.h>
36 #include <ngx_os.h> 37 #include <ngx_os.h>
37 #include <ngx_connection.h> 38 #include <ngx_connection.h>