comparison src/core/ngx_core.h @ 212:679f60139863

nginx-0.0.1-2003-12-19-11:15:11 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 19 Dec 2003 08:15:11 +0000
parents 0b67be7d4489
children 05592fd7a436
comparison
equal deleted inserted replaced
211:fd9fecc4193f 212:679f60139863
13 typedef struct ngx_file_s ngx_file_t; 13 typedef struct ngx_file_s ngx_file_t;
14 typedef struct ngx_event_s ngx_event_t; 14 typedef struct ngx_event_s ngx_event_t;
15 typedef struct ngx_connection_s ngx_connection_t; 15 typedef struct ngx_connection_s ngx_connection_t;
16 16
17 17
18 #include <ngx_atomic.h>
18 #include <ngx_time.h> 19 #include <ngx_time.h>
19 #include <ngx_socket.h> 20 #include <ngx_socket.h>
20 #include <ngx_errno.h> 21 #include <ngx_errno.h>
21 #include <ngx_process.h> 22 #include <ngx_process.h>
22 #include <ngx_string.h> 23 #include <ngx_string.h>
28 #include <ngx_table.h> 29 #include <ngx_table.h>
29 #include <ngx_types.h> 30 #include <ngx_types.h>
30 #include <ngx_file.h> 31 #include <ngx_file.h>
31 #include <ngx_files.h> 32 #include <ngx_files.h>
32 #include <ngx_crc.h> 33 #include <ngx_crc.h>
34 #if (HAVE_PCRE)
33 #include <ngx_regex.h> 35 #include <ngx_regex.h>
36 #endif
34 #include <ngx_rbtree.h> 37 #include <ngx_rbtree.h>
35 #include <ngx_times.h> 38 #include <ngx_times.h>
36 #include <ngx_inet.h> 39 #include <ngx_inet.h>
37 #include <ngx_conf_file.h> 40 #include <ngx_conf_file.h>
38 #include <ngx_os.h> 41 #include <ngx_os.h>