comparison auto/lib/zlib/conf @ 18:6f8b0dc0f8dd NGINX_0_1_9

nginx 0.1.9 *) Bugfix: the proxied request was sent without arguments if the request contains "//", "/./", "/../" or "%XX". *) Bugfix: the large compressed responses may be transferred not completely. *) Bugfix: the files bigger than 2G was not transferred on Linux that does not support sendfile64(). *) Bugfix: while the build configuration on Linux the --with-poll_module parameter was required; bug appeared in 0.1.8.
author Igor Sysoev <http://sysoev.ru>
date Thu, 25 Nov 2004 00:00:00 +0300
parents 46833bd150cb
children 41ccba1aba45
comparison
equal deleted inserted replaced
17:9acb68bb0698 18:6f8b0dc0f8dd
35 35
36 esac 36 esac
37 37
38 else 38 else
39 39
40 if [ $PLATFORM != win32 ]; then 40 if [ $NGX_PLATFORM != win32 ]; then
41 ZLIB=NO 41 ZLIB=NO
42 42
43 # FreeBSD, Solaris, Linux 43 # FreeBSD, Solaris, Linux
44 44
45 ngx_feature="zlib library" 45 ngx_feature="zlib library"
46 ngx_feature_name="zlib" 46 ngx_feature_name=
47 ngx_feature_run=no 47 ngx_feature_run=no
48 ngx_feature_incs="#include <zlib.h>" 48 ngx_feature_incs="#include <zlib.h>"
49 ngx_feature_libs="-lz" 49 ngx_feature_libs="-lz"
50 ngx_feature_test="z_stream z; deflate(&z, Z_NO_FLUSH)" 50 ngx_feature_test="z_stream z; deflate(&z, Z_NO_FLUSH)"
51 . auto/feature 51 . auto/feature