comparison src/core/ngx_core.h @ 218:05592fd7a436

nginx-0.0.1-2004-01-05-23:55:48 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jan 2004 20:55:48 +0000
parents 679f60139863
children 5238e93961a1
comparison
equal deleted inserted replaced
217:c5d1cdcb04ec 218:05592fd7a436
35 #include <ngx_regex.h> 35 #include <ngx_regex.h>
36 #endif 36 #endif
37 #include <ngx_rbtree.h> 37 #include <ngx_rbtree.h>
38 #include <ngx_times.h> 38 #include <ngx_times.h>
39 #include <ngx_inet.h> 39 #include <ngx_inet.h>
40 #include <ngx_cycle.h>
40 #include <ngx_conf_file.h> 41 #include <ngx_conf_file.h>
41 #include <ngx_os.h> 42 #include <ngx_os.h>
42 #include <ngx_connection.h> 43 #include <ngx_connection.h>
43 44
44 45