diff src/imap/ngx_imap.h @ 424:84c527908237

nginx-0.0.10-2004-09-14-09:45:22 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 14 Sep 2004 05:45:22 +0000
parents fda5987b188d
children da8c5707af39
line wrap: on
line diff
--- 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);