comparison auto/options @ 88:e916a291e9aa NGINX_0_1_44

nginx 0.1.44 *) Feature: the IMAP/POP3 proxy supports SSL. *) Feature: the "proxy_timeout" directive of the ngx_imap_proxy_module. *) Feature: the "userid_mark" directive. *) Feature: the $remote_user variable value is determined independently of authorization use.
author Igor Sysoev <http://sysoev.ru>
date Tue, 06 Sep 2005 00:00:00 +0400
parents 9db7e0b5b27f
children d25a1d6034f1
comparison
equal deleted inserted replaced
87:5b7ec80c3c40 88:e916a291e9aa
62 62
63 # STUB 63 # STUB
64 HTTP_STUB_STATUS=NO 64 HTTP_STUB_STATUS=NO
65 65
66 IMAP=NO 66 IMAP=NO
67 IMAP_SSL=NO
67 68
68 NGX_ADDONS= 69 NGX_ADDONS=
69 70
70 USE_PCRE=NO 71 USE_PCRE=NO
71 PCRE=NONE 72 PCRE=NONE
139 140
140 # STUB 141 # STUB
141 --with-http_stub_status_module) HTTP_STUB_STATUS=YES ;; 142 --with-http_stub_status_module) HTTP_STUB_STATUS=YES ;;
142 143
143 --with-imap) IMAP=YES ;; 144 --with-imap) IMAP=YES ;;
145 --with-imap_ssl_module) IMAP_SSL=YES ;;
144 146
145 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;; 147 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
146 148
147 --with-cc=*) CC="$value" ;; 149 --with-cc=*) CC="$value" ;;
148 --with-cpp=*) CPP="$value" ;; 150 --with-cpp=*) CPP="$value" ;;