comparison auto/cc/conf @ 10:46833bd150cb NGINX_0_1_5

nginx 0.1.5 *) Bugfix: on Solaris and Linux there may be too many "recvmsg() returned not enough data" alerts. *) Bugfix: there were the "writev() failed (22: Invalid argument)" errors on Solaris in proxy mode without sendfile. On other platforms that do not support sendfile at all the process got caught in an endless loop. *) Bugfix: segmentation fault on Solaris in proxy mode and using sendfile. *) Bugfix: segmentation fault on Solaris. *) Bugfix: on-line upgrade did not work on Linux. *) Bugfix: the ngx_http_autoindex_module module did not escape the spaces, the quotes, and the percent signs in the directory listing. *) Change: the decrease of the copy operations. *) Feature: the userid_p3p directive.
author Igor Sysoev <http://sysoev.ru>
date Thu, 11 Nov 2004 00:00:00 +0300
parents 4b2dafa26fe2
children 74b1868dd3cd
comparison
equal deleted inserted replaced
9:77eee314ddbd 10:46833bd150cb
62 # # aCC: HP ANSI C++ B3910B A.03.55.02 62 # # aCC: HP ANSI C++ B3910B A.03.55.02
63 # 63 #
64 # . auto/cc/acc 64 # . auto/cc/acc
65 # ;; 65 # ;;
66 66
67 msvc) 67 msvc*)
68 # MSVC 6.0 SP2 68 # MSVC++ 6.0 SP2, MSVC++ Toolkit 2003
69 69
70 . auto/cc/msvc 70 . auto/cc/msvc
71 ;; 71 ;;
72 72
73 owc) 73 owc)
91 CFLAGS="$CFLAGS $NGX_CC_OPT" 91 CFLAGS="$CFLAGS $NGX_CC_OPT"
92 92
93 93
94 if [ "$PLATFORM" != win32 ]; then 94 if [ "$PLATFORM" != win32 ]; then
95 95
96 if test -n "$NGX_LD_OPT"; then
97 ngx_feature=--with-ld-opt=\"$NGX_LD_OPT\"
98 ngx_feature_name=DUMMY
99 ngx_feature_run=no
100 ngx_feature_incs=
101 ngx_feature_libs=
102 ngx_feature_test=
103 . auto/feature
104
105 if [ $ngx_found = no ]; then
106 echo $0: error: the invalid value in --with-ld-opt=\"$NGX_LD_OPT\"
107 echo
108 exit 1
109 fi
110 fi
111
96 ngx_feature="gcc variadic macros" 112 ngx_feature="gcc variadic macros"
97 ngx_feature_name=HAVE_GCC_VARIADIC_MACROS 113 ngx_feature_name=HAVE_GCC_VARIADIC_MACROS
98 ngx_feature_run=yes 114 ngx_feature_run=yes
99 ngx_feature_incs="#include <stdio.h> 115 ngx_feature_incs="#include <stdio.h>
100 #define var(dummy, args...) sprintf(args)" 116 #define var(dummy, args...) sprintf(args)"