aboutsummaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-10-07 13:30:52 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-10-07 13:30:52 +0000
commit208eed22101e987a370036fa3851ce81c088c599 (patch)
tree40f2aa55bb0415eef08415373d380577eb18561f /auto
parent12b7a12a2d2cbf4a98a23c2d6c0c06ff588d2d70 (diff)
downloadnginx-release-0.3.0.tar.gz
nginx-release-0.3.0.zip
nginx-0.3.0-RELEASE importrelease-0.3.0
*) Change: the 10-days live time limit of worker process was eliminated. The limit was introduced because of millisecond timers overflow.
Diffstat (limited to 'auto')
-rw-r--r--auto/cc/gcc2
-rw-r--r--auto/cc/icc2
2 files changed, 4 insertions, 0 deletions
diff --git a/auto/cc/gcc b/auto/cc/gcc
index c5db85885..d76d4a23c 100644
--- a/auto/cc/gcc
+++ b/auto/cc/gcc
@@ -12,6 +12,8 @@ NGX_GCC_VER=`$CC -v 2>&1 | grep 'gcc version' 2>&1 \
echo " + gcc version: $NGX_GCC_VER"
+have=NGX_COMPILER value="\"gcc $NGX_GCC_VER\"" . auto/define
+
# Solaris 7's /usr/ccs/bin/as does not support "-pipe"
diff --git a/auto/cc/icc b/auto/cc/icc
index f58f5809a..cca24cd36 100644
--- a/auto/cc/icc
+++ b/auto/cc/icc
@@ -9,6 +9,8 @@ NGX_ICC_VER=`$CC -V 2>&1 | grep 'Version' 2>&1 \
echo " + icc version: $NGX_ICC_VER"
+have=NGX_COMPILER value="\"Intel C Compiler $NGX_ICC_VER\"" . auto/define
+
# optimizations