comparison src/core/ngx_core.h @ 278:0ba4821f4460

nginx-0.0.2-2004-03-04-10:04:55 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 04 Mar 2004 07:04:55 +0000
parents a2d1ccc96111
children 87e73f067470
comparison
equal deleted inserted replaced
277:e91499541410 278:0ba4821f4460
19 #include <ngx_time.h> 19 #include <ngx_time.h>
20 #include <ngx_socket.h> 20 #include <ngx_socket.h>
21 #include <ngx_errno.h> 21 #include <ngx_errno.h>
22 #include <ngx_process.h> 22 #include <ngx_process.h>
23 #include <ngx_thread.h> 23 #include <ngx_thread.h>
24 #include <ngx_user.h>
24 #include <ngx_string.h> 25 #include <ngx_string.h>
25 #include <ngx_parse.h> 26 #include <ngx_parse.h>
26 #include <ngx_log.h> 27 #include <ngx_log.h>
27 #include <ngx_alloc.h> 28 #include <ngx_alloc.h>
28 #include <ngx_hunk.h> 29 #include <ngx_hunk.h>
37 #endif 38 #endif
38 #include <ngx_rbtree.h> 39 #include <ngx_rbtree.h>
39 #include <ngx_times.h> 40 #include <ngx_times.h>
40 #include <ngx_inet.h> 41 #include <ngx_inet.h>
41 #include <ngx_cycle.h> 42 #include <ngx_cycle.h>
43 #include <ngx_process_cycle.h>
42 #include <ngx_conf_file.h> 44 #include <ngx_conf_file.h>
43 #include <ngx_os.h> 45 #include <ngx_os.h>
44 #include <ngx_connection.h> 46 #include <ngx_connection.h>
45 47
46 48