comparison src/imap/ngx_imap.h @ 120:e85dca77c46a NGINX_0_3_7

nginx 0.3.7 *) Feature: the "access_log" supports the "buffer=" parameter. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc É ppc; bug appeared in 0.3.2.
author Igor Sysoev <http://sysoev.ru>
date Thu, 27 Oct 2005 00:00:00 +0400
parents 45945fa8b8ba
children 91372f004adf
comparison
equal deleted inserted replaced
119:85abc07cafba 120:e85dca77c46a
155 155
156 156
157 #define NGX_IMAP_PARSE_INVALID_COMMAND 20 157 #define NGX_IMAP_PARSE_INVALID_COMMAND 20
158 158
159 159
160 #define NGX_IMAP_PROXY_INVALID 10
161 #define NGX_IMAP_PROXY_ERROR 11
162
163
164 #define NGX_IMAP_MODULE 0x50414D49 /* "IMAP" */ 160 #define NGX_IMAP_MODULE 0x50414D49 /* "IMAP" */
165 161
166 #define NGX_IMAP_MAIN_CONF 0x02000000 162 #define NGX_IMAP_MAIN_CONF 0x02000000
167 #define NGX_IMAP_SRV_CONF 0x04000000 163 #define NGX_IMAP_SRV_CONF 0x04000000
168 164