comparison src/http/ngx_http.h @ 395:f8f0f1834266

nginx-0.0.7-2004-07-16-21:11:43 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 Jul 2004 17:11:43 +0000
parents d1222d46b3f9
children b9bd635011de
comparison
equal deleted inserted replaced
394:e7a68e14ccd3 395:f8f0f1834266
19 #include <ngx_http_config.h> 19 #include <ngx_http_config.h>
20 #include <ngx_http_busy_lock.h> 20 #include <ngx_http_busy_lock.h>
21 #include <ngx_http_log_handler.h> 21 #include <ngx_http_log_handler.h>
22 #include <ngx_http_core_module.h> 22 #include <ngx_http_core_module.h>
23 23
24 #if (NGX_OPENSSL) 24 #if (NGX_HTTP_SSL)
25 #include <ngx_http_ssl_filter.h> 25 #include <ngx_http_ssl_module.h>
26 #endif 26 #endif
27 27
28 28
29 typedef struct { 29 typedef struct {
30 u_int connection; 30 u_int connection;