comparison auto/cc/owc @ 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 6f8b0dc0f8dd
comparison
equal deleted inserted replaced
9:77eee314ddbd 10:46833bd150cb
57 57
58 # quiet 58 # quiet
59 CFLAGS="$CFLAGS -zq" 59 CFLAGS="$CFLAGS -zq"
60 60
61 # Open Watcom C 1.2 61 # Open Watcom C 1.2
62 #have=HAVE_C99_VARIADIC_MACROS . auto/have 62 #have=NGX_HAVE_C99_VARIADIC_MACROS . auto/have
63 63
64 # precompiled headers 64
65 # the precompiled headers
65 CORE_DEPS="$CORE_DEPS $OBJS/ngx_config.pch" 66 CORE_DEPS="$CORE_DEPS $OBJS/ngx_config.pch"
66 NGX_PCH="$OBJS/ngx_config.pch" 67 NGX_PCH="$OBJS/ngx_config.pch"
67 NGX_BUILD_PCH="-fhq=$OBJS/ngx_config.pch" 68 NGX_BUILD_PCH="-fhq=$OBJS/ngx_config.pch"
68 NGX_USE_PCH="-fh=$OBJS/ngx_config.pch" 69 NGX_USE_PCH="-fh=$OBJS/ngx_config.pch"
69 70
71
70 LINK="\$(CC)" 72 LINK="\$(CC)"
71 73
72 # link flags 74 # the link flags, built target is NT GUI mode application
73 CORE_LINK="$CORE_LINK -l=nt" 75 CORE_LINK="$CORE_LINK -l=nt_win"
76
77
78 # the resource file
79 NGX_RCC="wrc \$(CORE_INCS) -fo=$OBJS/nginx.res $NGX_WIN32_RC $OBJS/nginx.exe"
80
74 81
75 ngx_include_opt="-i=" 82 ngx_include_opt="-i="
76 ngx_objout="-fo" 83 ngx_objout="-fo"
77 ngx_binout="-fe=" 84 ngx_binout="-fe="
78 ngx_objext="obj" 85 ngx_objext="obj"