comparison src/core/ngx_core.h @ 200:d2ae1c9f1fd3 NGINX_0_3_47

nginx 0.3.47 *) Feature: the "upstream" directive. *) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the SSI command is always removed.
author Igor Sysoev <http://sysoev.ru>
date Tue, 23 May 2006 00:00:00 +0400
parents 73e8476f9142
children fbf2b2f66c9f
comparison
equal deleted inserted replaced
199:869664706c09 200:d2ae1c9f1fd3
61 #include <ngx_regex.h> 61 #include <ngx_regex.h>
62 #endif 62 #endif
63 #include <ngx_radix_tree.h> 63 #include <ngx_radix_tree.h>
64 #include <ngx_times.h> 64 #include <ngx_times.h>
65 #include <ngx_shmtx.h> 65 #include <ngx_shmtx.h>
66 #if (NGX_OPENSSL)
67 #include <ngx_event_openssl.h>
68 #endif
66 #include <ngx_inet.h> 69 #include <ngx_inet.h>
67 #if (NGX_HAVE_UNIX_DOMAIN) 70 #if (NGX_HAVE_UNIX_DOMAIN)
68 #include <ngx_unix_domain.h> 71 #include <ngx_unix_domain.h>
69 #endif 72 #endif
70 #include <ngx_cycle.h> 73 #include <ngx_cycle.h>
71 #include <ngx_process_cycle.h> 74 #include <ngx_process_cycle.h>
72 #include <ngx_conf_file.h> 75 #include <ngx_conf_file.h>
73 #include <ngx_os.h> 76 #include <ngx_os.h>
74 #if (NGX_OPENSSL)
75 #include <ngx_event_openssl.h>
76 #endif
77 #include <ngx_connection.h> 77 #include <ngx_connection.h>
78 78
79 79
80 #define LF (u_char) 10 80 #define LF (u_char) 10
81 #define CR (u_char) 13 81 #define CR (u_char) 13