comparison src/core/ngx_core.h @ 115:be27f922b9a2

nginx-0.0.1-2003-07-10-20:26:57 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 10 Jul 2003 16:26:57 +0000
parents d7f606e25b99
children 5526213be452
comparison
equal deleted inserted replaced
114:ac69ab96328d 115:be27f922b9a2
16 16
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_log.h> 22 #include <ngx_log.h>
22 #include <ngx_alloc.h> 23 #include <ngx_alloc.h>
23 #include <ngx_string.h>
24 #include <ngx_hunk.h> 24 #include <ngx_hunk.h>
25 #include <ngx_array.h> 25 #include <ngx_array.h>
26 #include <ngx_table.h> 26 #include <ngx_table.h>
27 #include <ngx_file.h> 27 #include <ngx_file.h>
28 #include <ngx_files.h> 28 #include <ngx_files.h>