aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_modules.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-26 07:24:21 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-26 07:24:21 +0000
commit960ffa42cb161b3769cde9bbf2212092e751dfab (patch)
tree8839d7c465a5971c36faa91e27b7df38c1376912 /src/http/ngx_http_modules.c
parent3a17f2483690412134e548a1a961e1424f958c01 (diff)
downloadnginx-960ffa42cb161b3769cde9bbf2212092e751dfab.tar.gz
nginx-960ffa42cb161b3769cde9bbf2212092e751dfab.zip
nginx-0.0.1-2002-12-26-10:24:21 import
Diffstat (limited to 'src/http/ngx_http_modules.c')
-rw-r--r--src/http/ngx_http_modules.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/http/ngx_http_modules.c b/src/http/ngx_http_modules.c
deleted file mode 100644
index 5b814baf9..000000000
--- a/src/http/ngx_http_modules.c
+++ /dev/null
@@ -1,23 +0,0 @@
-
-#include <ngx_http.h>
-
-extern ngx_http_module_t ngx_http_header_filter_module;
-
-extern ngx_http_module_t ngx_http_write_filter_module;
-extern ngx_http_module_t ngx_http_output_filter_module;
-
-extern ngx_http_module_t ngx_http_core_module;
-extern ngx_http_module_t ngx_http_index_module;
-
-ngx_http_module_t *ngx_http_modules[] = {
-
- &ngx_http_header_filter_module,
-
- &ngx_http_write_filter_module,
- &ngx_http_output_filter_module,
-
- &ngx_http_index_module,
- &ngx_http_core_module,
-
- NULL
-};