comparison src/core/ngx_core.h @ 365:fd24ba70e1b3

nginx-0.0.7-2004-06-23-09:54:27 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 23 Jun 2004 05:54:27 +0000
parents 0a03c921c81d
children 54f76b0b8dca
comparison
equal deleted inserted replaced
364:7c54d93f5965 365:fd24ba70e1b3
17 17
18 #include <ngx_atomic.h> 18 #include <ngx_atomic.h>
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_types.h>
22 #include <ngx_shared.h> 23 #include <ngx_shared.h>
23 #include <ngx_process.h> 24 #include <ngx_process.h>
24 #include <ngx_thread.h> 25 #include <ngx_thread.h>
25 #include <ngx_user.h> 26 #include <ngx_user.h>
26 #include <ngx_string.h> 27 #include <ngx_string.h>
29 #include <ngx_alloc.h> 30 #include <ngx_alloc.h>
30 #include <ngx_palloc.h> 31 #include <ngx_palloc.h>
31 #include <ngx_buf.h> 32 #include <ngx_buf.h>
32 #include <ngx_array.h> 33 #include <ngx_array.h>
33 #include <ngx_table.h> 34 #include <ngx_table.h>
34 #include <ngx_types.h>
35 #include <ngx_file.h> 35 #include <ngx_file.h>
36 #include <ngx_files.h> 36 #include <ngx_files.h>
37 #include <ngx_crc.h> 37 #include <ngx_crc.h>
38 #if (HAVE_PCRE) 38 #if (HAVE_PCRE)
39 #include <ngx_regex.h> 39 #include <ngx_regex.h>