comparison src/http/ngx_http_output_filter.h @ 43:53cd05892261

nginx-0.0.1-2002-12-27-19:22:50 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Dec 2002 16:22:50 +0000
parents 59e7c7f30d49
children d81326c3b21b
comparison
equal deleted inserted replaced
42:cd035a94e0b6 43:53cd05892261
1 #ifndef _NGX_HTTP_OUTPUT_FILTER_H_INCLUDED_ 1 #ifndef _NGX_HTTP_OUTPUT_FILTER_H_INCLUDED_
2 #define _NGX_HTTP_OUTPUT_FILTER_H_INCLUDED_ 2 #define _NGX_HTTP_OUTPUT_FILTER_H_INCLUDED_
3 3
4 4
5 #include <ngx_hunk.h> 5 #include <ngx_hunk.h>
6 #include <ngx_conf_file.h>
6 #include <ngx_http.h> 7 #include <ngx_http.h>
7 8
8 9
9 #define NGX_HTTP_FILTER_NEED_IN_MEMORY 1 10 #define NGX_HTTP_FILTER_NEED_IN_MEMORY 1
10 #define NGX_HTTP_FILTER_NEED_TEMP 2 11 #define NGX_HTTP_FILTER_NEED_TEMP 2