comparison auto/options @ 1487:f69493e8faab

ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module
author Igor Sysoev <igor@sysoev.ru>
date Sat, 15 Sep 2007 16:51:16 +0000
parents 00ba627f7919
children 111c571f431c
comparison
equal deleted inserted replaced
1486:0e7074ef7303 1487:f69493e8faab
79 # STUB 79 # STUB
80 HTTP_STUB_STATUS=NO 80 HTTP_STUB_STATUS=NO
81 81
82 MAIL=NO 82 MAIL=NO
83 MAIL_SSL=NO 83 MAIL_SSL=NO
84 MAIL_POP3=YES
85 MAIL_IMAP=YES
86 MAIL_SMTP=YES
84 87
85 NGX_ADDONS= 88 NGX_ADDONS=
86 89
87 USE_PCRE=NO 90 USE_PCRE=NO
88 PCRE=NONE 91 PCRE=NONE
188 --with-mail) MAIL=YES ;; 191 --with-mail) MAIL=YES ;;
189 --with-mail_ssl_module) MAIL_SSL=YES ;; 192 --with-mail_ssl_module) MAIL_SSL=YES ;;
190 # STUB 193 # STUB
191 --with-imap) MAIL=YES ;; 194 --with-imap) MAIL=YES ;;
192 --with-imap_ssl_module) MAIL_SSL=YES ;; 195 --with-imap_ssl_module) MAIL_SSL=YES ;;
196 --without-mail_pop3_module) MAIL_POP3=NO ;;
197 --without-mail_imap_module) MAIL_IMAP=NO ;;
198 --without-mail_smtp_module) MAIL_SMTP=NO ;;
193 199
194 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;; 200 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
195 201
196 --with-cc=*) CC="$value" ;; 202 --with-cc=*) CC="$value" ;;
197 --with-cpp=*) CPP="$value" ;; 203 --with-cpp=*) CPP="$value" ;;