comparison src/core/ngx_core.h @ 1453:f2feed5bffe1

open file cache
author Igor Sysoev <igor@sysoev.ru>
date Sat, 01 Sep 2007 12:11:21 +0000
parents 8dfb3aa75de2
children 9638a809d3cd
comparison
equal deleted inserted replaced
1452:cd586e963db0 1453:f2feed5bffe1
69 #if (NGX_OPENSSL) 69 #if (NGX_OPENSSL)
70 #include <ngx_event_openssl.h> 70 #include <ngx_event_openssl.h>
71 #endif 71 #endif
72 #include <ngx_process_cycle.h> 72 #include <ngx_process_cycle.h>
73 #include <ngx_conf_file.h> 73 #include <ngx_conf_file.h>
74 #include <ngx_open_file_cache.h>
74 #include <ngx_os.h> 75 #include <ngx_os.h>
75 #include <ngx_connection.h> 76 #include <ngx_connection.h>
76 77
77 78
78 #define LF (u_char) 10 79 #define LF (u_char) 10