diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-09-14 05:45:22 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-14 05:45:22 +0000 |
| commit | 562626ae6cda8c90121bec3362232e87899d6ce6 (patch) | |
| tree | 399dda9d29b5ccf99268201449efbe25ad7c5166 /src/imap/ngx_imap.h | |
| parent | 0292cbbe35cc6296a3128315a9a982fa2aa6832b (diff) | |
| download | nginx-562626ae6cda8c90121bec3362232e87899d6ce6.tar.gz nginx-562626ae6cda8c90121bec3362232e87899d6ce6.tar.bz2 | |
nginx-0.0.10-2004-09-14-09:45:22 import
Diffstat (limited to 'src/imap/ngx_imap.h')
| -rw-r--r-- | src/imap/ngx_imap.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/imap/ngx_imap.h b/src/imap/ngx_imap.h index 81f490be1..023f809ec 100644 --- a/src/imap/ngx_imap.h +++ b/src/imap/ngx_imap.h @@ -66,9 +66,11 @@ typedef struct { #define NGX_IMAP_PROXY_ERROR 11 -#define NGX_IMAP_MODULE 0x50414D49 /* "IMAP" */ +#define NGX_IMAP_MODULE 0x50414D49 /* "IMAP" */ -#define NGX_IMAP_CONF 0x02000000 +#define NGX_IMAP_SRV_CONF 0x02000000 +#define NGX_IMAP_IMAP_CONF 0x04000000 +#define NGX_IMAP_POP3_CONF 0x08000000 void ngx_imap_init_connection(ngx_connection_t *c); |
