comparison src/core/ngx_core.h @ 346:55e496a8ece3

nginx-0.0.3-2004-06-06-23:49:18 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 06 Jun 2004 19:49:18 +0000
parents 6bdf858bff8c
children eaf1f651cf86
comparison
equal deleted inserted replaced
345:fade4edd61f8 346:55e496a8ece3
24 #include <ngx_user.h> 24 #include <ngx_user.h>
25 #include <ngx_string.h> 25 #include <ngx_string.h>
26 #include <ngx_parse.h> 26 #include <ngx_parse.h>
27 #include <ngx_log.h> 27 #include <ngx_log.h>
28 #include <ngx_alloc.h> 28 #include <ngx_alloc.h>
29 #include <ngx_palloc.h>
29 #include <ngx_buf.h> 30 #include <ngx_buf.h>
30 #include <ngx_array.h> 31 #include <ngx_array.h>
31 #include <ngx_table.h> 32 #include <ngx_table.h>
32 #include <ngx_types.h> 33 #include <ngx_types.h>
33 #include <ngx_file.h> 34 #include <ngx_file.h>