comparison auto/options @ 539:371c1cee100d release-0.1.44

nginx-0.1.44-RELEASE import *) 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 <igor@sysoev.ru>
date Tue, 06 Sep 2005 16:09:32 +0000
parents e5d7d0334fdb
children 58475592100c
comparison
equal deleted inserted replaced
538:4f43cd2c4558 539:371c1cee100d
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" ;;