comparison auto/sources @ 1476:67578e966dcc

split pop3, imap, and smtp handlers
author Igor Sysoev <igor@sysoev.ru>
date Thu, 13 Sep 2007 20:13:18 +0000
parents f2feed5bffe1
children f69493e8faab
comparison
equal deleted inserted replaced
1475:732fe8258857 1476:67578e966dcc
421 MAIL_MODULES="ngx_mail_module ngx_mail_core_module" 421 MAIL_MODULES="ngx_mail_module ngx_mail_core_module"
422 422
423 MAIL_SRCS="src/mail/ngx_mail.c \ 423 MAIL_SRCS="src/mail/ngx_mail.c \
424 src/mail/ngx_mail_core_module.c \ 424 src/mail/ngx_mail_core_module.c \
425 src/mail/ngx_mail_handler.c \ 425 src/mail/ngx_mail_handler.c \
426 src/mail/ngx_mail_pop3_handler.c \
427 src/mail/ngx_mail_imap_handler.c \
428 src/mail/ngx_mail_smtp_handler.c \
426 src/mail/ngx_mail_parse.c" 429 src/mail/ngx_mail_parse.c"
427 430
428 MAIL_SSL_MODULE="ngx_mail_ssl_module" 431 MAIL_SSL_MODULE="ngx_mail_ssl_module"
429 MAIL_SSL_DEPS="src/mail/ngx_mail_ssl_module.h" 432 MAIL_SSL_DEPS="src/mail/ngx_mail_ssl_module.h"
430 MAIL_SSL_SRCS="src/mail/ngx_mail_ssl_module.c" 433 MAIL_SSL_SRCS="src/mail/ngx_mail_ssl_module.c"