comparison src/core/ngx_core.h @ 157:70b36c805682

nginx-0.0.1-2003-10-23-19:54:19 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Oct 2003 15:54:19 +0000
parents 5afee0074707
children a8ff48d26cca
comparison
equal deleted inserted replaced
156:afc333135a6b 157:70b36c805682
17 typedef struct ngx_file_s ngx_file_t; 17 typedef struct ngx_file_s ngx_file_t;
18 typedef struct ngx_event_s ngx_event_t; 18 typedef struct ngx_event_s ngx_event_t;
19 typedef struct ngx_connection_s ngx_connection_t; 19 typedef struct ngx_connection_s ngx_connection_t;
20 20
21 #include <ngx_string.h> 21 #include <ngx_string.h>
22 #include <ngx_parse.h>
22 #include <ngx_log.h> 23 #include <ngx_log.h>
23 #include <ngx_alloc.h> 24 #include <ngx_alloc.h>
24 #include <ngx_hunk.h> 25 #include <ngx_hunk.h>
25 #include <ngx_array.h> 26 #include <ngx_array.h>
26 #include <ngx_table.h> 27 #include <ngx_table.h>