diff src/http/ngx_http.h @ 383:c05876036128

nginx-0.0.7-2004-07-08-19:17:47 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Jul 2004 15:17:47 +0000
parents 2e3cbc1bbe3c
children d1222d46b3f9
line wrap: on
line diff
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -10,7 +10,9 @@ typedef struct ngx_http_request_s  ngx_h
 typedef struct ngx_http_cleanup_s  ngx_http_cleanup_t;
 
 #if (NGX_HTTP_CACHE)
+#include <ngx_http_cache.h>
 #endif
+/* STUB */
 #include <ngx_http_cache.h>
 
 #include <ngx_http_request.h>
@@ -19,6 +21,10 @@ typedef struct ngx_http_cleanup_s  ngx_h
 #include <ngx_http_log_handler.h>
 #include <ngx_http_core_module.h>
 
+#if (NGX_HTTP_SSL)
+#include <ngx_http_ssl_filter.h>
+#endif
+
 
 typedef struct {
     u_int     connection;
@@ -49,14 +55,6 @@ typedef struct {
             r->ctx[module.ctx_index] = NULL;
 
 
-/* STUB */
-#define NGX_INDEX "index.html"
-
-
-/* STUB */
-int ngx_http_init(ngx_pool_t *pool, ngx_log_t *log);
-/**/
-
 void ngx_http_init_connection(ngx_connection_t *c);
 
 ngx_int_t ngx_http_parse_request_line(ngx_http_request_t *r);