comparison auto/options @ 2788:a16ec9e1b4d1

ngx_http_image_filter_module
author Igor Sysoev <igor@sysoev.ru>
date Fri, 01 May 2009 18:42:09 +0000
parents 77264e0157ad
children 411653b73d7c
comparison
equal deleted inserted replaced
2787:3daf68f2efe3 2788:a16ec9e1b4d1
58 HTTP_SSL=NO 58 HTTP_SSL=NO
59 HTTP_SSI=YES 59 HTTP_SSI=YES
60 HTTP_POSTPONE=NO 60 HTTP_POSTPONE=NO
61 HTTP_REALIP=NO 61 HTTP_REALIP=NO
62 HTTP_XSLT=NO 62 HTTP_XSLT=NO
63 HTTP_IMAGE_FILTER=NO
63 HTTP_SUB=NO 64 HTTP_SUB=NO
64 HTTP_ADDITION=NO 65 HTTP_ADDITION=NO
65 HTTP_DAV=NO 66 HTTP_DAV=NO
66 HTTP_ACCESS=YES 67 HTTP_ACCESS=YES
67 HTTP_AUTH_BASIC=YES 68 HTTP_AUTH_BASIC=YES
121 122
122 USE_PERL=NO 123 USE_PERL=NO
123 NGX_PERL=perl 124 NGX_PERL=perl
124 125
125 USE_LIBXSLT=NO 126 USE_LIBXSLT=NO
127 USE_LIBGD=NO
126 128
127 NGX_GOOGLE_PERFTOOLS=NO 129 NGX_GOOGLE_PERFTOOLS=NO
128 NGX_CPP_TEST=NO 130 NGX_CPP_TEST=NO
129 131
130 NGX_CPU_CACHE_LINE= 132 NGX_CPU_CACHE_LINE=
179 181
180 --with-http_ssl_module) HTTP_SSL=YES ;; 182 --with-http_ssl_module) HTTP_SSL=YES ;;
181 --with-http_realip_module) HTTP_REALIP=YES ;; 183 --with-http_realip_module) HTTP_REALIP=YES ;;
182 --with-http_addition_module) HTTP_ADDITION=YES ;; 184 --with-http_addition_module) HTTP_ADDITION=YES ;;
183 --with-http_xslt_module) HTTP_XSLT=YES ;; 185 --with-http_xslt_module) HTTP_XSLT=YES ;;
186 --with-http_image_filter_module) HTTP_IMAGE_FILTER=YES ;;
184 --with-http_sub_module) HTTP_SUB=YES ;; 187 --with-http_sub_module) HTTP_SUB=YES ;;
185 --with-http_dav_module) HTTP_DAV=YES ;; 188 --with-http_dav_module) HTTP_DAV=YES ;;
186 --with-http_flv_module) HTTP_FLV=YES ;; 189 --with-http_flv_module) HTTP_FLV=YES ;;
187 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;; 190 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
188 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;; 191 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;;