comparison src/http/ngx_http.h @ 392:d1222d46b3f9

nginx-0.0.7-2004-07-15-00:07:58 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Jul 2004 20:07:58 +0000
parents c05876036128
children f8f0f1834266
comparison
equal deleted inserted replaced
391:b670db10cbbd 392:d1222d46b3f9
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_HTTP_SSL) 24 #if (NGX_OPENSSL)
25 #include <ngx_http_ssl_filter.h> 25 #include <ngx_http_ssl_filter.h>
26 #endif 26 #endif
27 27
28 28
29 typedef struct { 29 typedef struct {