diff options
author | Igor Sysoev <igor@sysoev.ru> | 2005-10-27 15:46:13 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2005-10-27 15:46:13 +0000 |
commit | 697d1aea0c7b1525beed2911f9f32426280df8f4 (patch) | |
tree | 3c59875442d9a8114785a04003fcc3b7b059dc55 /src/imap/ngx_imap.h | |
parent | 968b2a868ba7950b7c11c81905eeb5ed87b889f2 (diff) | |
download | nginx-release-0.3.7.tar.gz nginx-release-0.3.7.zip |
nginx-0.3.7-RELEASE importrelease-0.3.7
*) 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.
Diffstat (limited to 'src/imap/ngx_imap.h')
-rw-r--r-- | src/imap/ngx_imap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/imap/ngx_imap.h b/src/imap/ngx_imap.h index c42324cf7..fed6852b1 100644 --- a/src/imap/ngx_imap.h +++ b/src/imap/ngx_imap.h @@ -157,10 +157,6 @@ typedef struct { #define NGX_IMAP_PARSE_INVALID_COMMAND 20 -#define NGX_IMAP_PROXY_INVALID 10 -#define NGX_IMAP_PROXY_ERROR 11 - - #define NGX_IMAP_MODULE 0x50414D49 /* "IMAP" */ #define NGX_IMAP_MAIN_CONF 0x02000000 |