comparison auto/lib/pcre/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
40 40
41 esac 41 esac
42 42
43 else 43 else
44 44
45 if [ $PLATFORM != win32 ]; then 45 if [ $NGX_PLATFORM != win32 ]; then
46 PCRE=NO 46 PCRE=NO
47 47
48 # FreeBSD PCRE port requires --with-cc-opt="-I /usr/local/include" 48 # FreeBSD PCRE port requires --with-cc-opt="-I /usr/local/include"
49 # --with-ld-opt="-L /usr/local/lib" 49 # --with-ld-opt="-L /usr/local/lib"
50 50
51 ngx_feature="PCRE library" 51 ngx_feature="PCRE library"
52 ngx_feature_name="PCRE" 52 ngx_feature_name="NGX_PCRE"
53 ngx_feature_run=no 53 ngx_feature_run=no
54 ngx_feature_incs="#include <pcre.h>" 54 ngx_feature_incs="#include <pcre.h>"
55 ngx_feature_libs="-lpcre" 55 ngx_feature_libs="-lpcre"
56 ngx_feature_test="pcre *re; re = pcre_compile(NULL, 0, NULL, 0, NULL)" 56 ngx_feature_test="pcre *re; re = pcre_compile(NULL, 0, NULL, 0, NULL)"
57 . auto/feature 57 . auto/feature