nginx-0.0.1-2003-10-08-19:32:54 import
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index ea9f2d2..806542a 100644
--- 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