comparison src/http/ngx_http.h @ 287:35a6a9df2d25

nginx-0.0.2-2004-03-12-19:57:08 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 12 Mar 2004 16:57:08 +0000
parents f536f91e8e99
children 87e73f067470
comparison
equal deleted inserted replaced
286:fc8dc489247e 287:35a6a9df2d25
7 #include <ngx_garbage_collector.h> 7 #include <ngx_garbage_collector.h>
8 8
9 typedef struct ngx_http_request_s ngx_http_request_t; 9 typedef struct ngx_http_request_s ngx_http_request_t;
10 typedef struct ngx_http_cleanup_s ngx_http_cleanup_t; 10 typedef struct ngx_http_cleanup_s ngx_http_cleanup_t;
11 11
12 #if (NGX_HTTP_CACHE)
13 #endif
12 #include <ngx_http_cache.h> 14 #include <ngx_http_cache.h>
15
13 #include <ngx_http_request.h> 16 #include <ngx_http_request.h>
14 #include <ngx_http_config.h> 17 #include <ngx_http_config.h>
15 #include <ngx_http_busy_lock.h> 18 #include <ngx_http_busy_lock.h>
16 #include <ngx_http_filter.h> 19 #include <ngx_http_filter.h>
17 #include <ngx_http_log_handler.h> 20 #include <ngx_http_log_handler.h>