nginx-0.0.2-2004-03-12-19:57:08 import
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
index e717a6a..ebec1d2 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -211,6 +211,8 @@
0,
NULL },
+#if (NGX_HTTP_CACHE)
+
{ ngx_string("open_file_cache"),
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE4,
ngx_http_set_cache_slot,
@@ -218,6 +220,8 @@
offsetof(ngx_http_core_loc_conf_t, open_files),
NULL },
+#endif
+
ngx_null_command
};