diff src/http/ngx_http_request.h @ 141:656d468f4ead

nginx-0.0.1-2003-10-08-19:32:54 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 08 Oct 2003 15:32:54 +0000
parents da00cde00e8a
children 5526213be452
line wrap: on
line diff
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -2,20 +2,6 @@
 #define _NGX_HTTP_REQUEST_H_INCLUDED_
 
 
-#if 0
-#include <ngx_config.h>
-
-#include <ngx_types.h>
-#include <ngx_string.h>
-#include <ngx_table.h>
-#include <ngx_hunk.h>
-#include <ngx_files.h>
-#include <ngx_connection.h>
-#include <ngx_conf_file.h>
-
-#endif
-
-
 #define NGX_HTTP_VERSION_9           9
 #define NGX_HTTP_VERSION_10       1000
 #define NGX_HTTP_VERSION_11       1001
@@ -28,6 +14,9 @@
 #define NGX_HTTP_CONN_KEEP_ALIVE  1
 
 
+#define NGX_NONE                        1
+
+
 #define NGX_HTTP_PARSE_HEADER_DONE        1
 #define NGX_HTTP_PARSE_INVALID_METHOD     10
 #define NGX_HTTP_PARSE_INVALID_REQUEST    11