commit | 67f88e9cc678d31b5995518922d3fcb63a129465 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Fri Mar 12 16:57:08 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Fri Mar 12 16:57:08 2004 +0000 |
tree | 370c489b498feddaf17f12b125f6f75d69cdb9f2 | |
parent | a893eab667078a8ad9f473296663b36e6ade111a [diff] [blame] |
nginx-0.0.2-2004-03-12-19:57:08 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 6edc015..ff4bc2b 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h
@@ -9,7 +9,10 @@ typedef struct ngx_http_request_s ngx_http_request_t; typedef struct ngx_http_cleanup_s ngx_http_cleanup_t; +#if (NGX_HTTP_CACHE) +#endif #include <ngx_http_cache.h> + #include <ngx_http_request.h> #include <ngx_http_config.h> #include <ngx_http_busy_lock.h>