nginx-0.3.2-RELEASE import

*) Feature: the Sun Studio 10 C compiler support.

    *) Feature: the "proxy_upstream_max_fails",
       "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails", and
       "fastcgi_upstream_fail_timeout" directives.
This commit is contained in:
Igor Sysoev
2005-10-12 13:50:36 +00:00
parent bbfe3033bc
commit 784522377e
53 changed files with 1097 additions and 646 deletions

View File

@@ -38,6 +38,11 @@ if `$CC -V 2>&1 | grep '^Intel(R) C' 2>&1 >/dev/null`; then
NGX_CC_NAME=icc
echo " using Intel C++ compiler"
else
if `$CC -V 2>&1 | grep 'Sun C' 2>&1 >/dev/null`; then
NGX_CC_NAME=sunc
echo " using Sun C compiler"
else
if `$CC -V 2>&1 | grep '^Compaq C' 2>&1 >/dev/null`; then
NGX_CC_NAME=ccc
@@ -54,6 +59,7 @@ else
fi # acc
fi # ccc
fi # sunc
fi # icc
fi # gcc
fi # bcc