comparison src/core/ngx_core.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 54f76b0b8dca
children 5659d773cfa8
comparison
equal deleted inserted replaced
391:b670db10cbbd 392:d1222d46b3f9
53 #include <ngx_inet.h> 53 #include <ngx_inet.h>
54 #include <ngx_cycle.h> 54 #include <ngx_cycle.h>
55 #include <ngx_process_cycle.h> 55 #include <ngx_process_cycle.h>
56 #include <ngx_conf_file.h> 56 #include <ngx_conf_file.h>
57 #include <ngx_os.h> 57 #include <ngx_os.h>
58 #if (NGX_OPENSSL)
59 #include <openssl/ssl.h>
60 #include <openssl/err.h>
61 #endif
58 #include <ngx_connection.h> 62 #include <ngx_connection.h>
59 63
60 64
61 #define LF (u_char) 10 65 #define LF (u_char) 10
62 #define CR (u_char) 13 66 #define CR (u_char) 13