comparison src/core/ngx_core.h @ 651:39b7d7b33c91 release-0.3.47

nginx-0.3.47-RELEASE import *) Feature: the "upstream" directive. *) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the SSI command is always removed.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 May 2006 14:54:58 +0000
parents 3f8a2132b93d
children f9a971440614
comparison
equal deleted inserted replaced
650:d865681780b6 651:39b7d7b33c91
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