comparison auto/lib/pcre/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
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