comparison auto/lib/zlib/conf @ 469:2ff194b74f1e release-0.1.9

nginx-0.1.9-RELEASE import *) 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; the bug had appeared in 0.1.8.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 25 Nov 2004 16:17:31 +0000
parents a88a3e4e158f
children 975f62e77f02
comparison
equal deleted inserted replaced
468:1a67596d0349 469:2ff194b74f1e
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