comparison src/imap/ngx_imap.h @ 571:458b6c3fea65 release-0.3.7

nginx-0.3.7-RELEASE import *) Feature: the "access_log" supports the "buffer=" parameter. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc, and ppc; the bug had appeared in 0.3.2.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 27 Oct 2005 15:46:13 +0000
parents 511a89da35ad
children 4e296b7d25bf
comparison
equal deleted inserted replaced
570:2cdf120d8970 571:458b6c3fea65
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