comparison auto/modules @ 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 8ad297c88dcb
children 71c46860eb55
comparison
equal deleted inserted replaced
87:5b7ec80c3c40 88:e916a291e9aa
226 226
227 227
228 if [ $IMAP = YES ]; then 228 if [ $IMAP = YES ]; then
229 modules="$modules $IMAP_MODULES" 229 modules="$modules $IMAP_MODULES"
230 230
231 if [ $IMAP_SSL = YES ]; then
232 modules="$modules $IMAP_SSL_MODULE"
233 IMAP_DEPS="$IMAP_DEPS $IMAP_SSL_DEPS"
234 IMAP_SRCS="$IMAP_SRCS $IMAP_SSL_SRCS"
235 have=NGX_IMAP_SSL . auto/have
236 USE_OPENSSL=YES
237 fi
238
231 modules="$modules $IMAP_AUTH_HTTP_MODULE" 239 modules="$modules $IMAP_AUTH_HTTP_MODULE"
232 IMAP_SRCS="$IMAP_SRCS $IMAP_AUTH_HTTP_SRCS" 240 IMAP_SRCS="$IMAP_SRCS $IMAP_AUTH_HTTP_SRCS"
233 241
234 modules="$modules $IMAP_PROXY_MODULE" 242 modules="$modules $IMAP_PROXY_MODULE"
235 IMAP_SRCS="$IMAP_SRCS $IMAP_PROXY_SRCS" 243 IMAP_SRCS="$IMAP_SRCS $IMAP_PROXY_SRCS"