comparison auto/cc/conf @ 110:dad2fe8ecf08 NGINX_0_3_2

nginx 0.3.2 *) 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.
author Igor Sysoev <http://sysoev.ru>
date Wed, 12 Oct 2005 00:00:00 +0400
parents 818201e5a553
children d25a1d6034f1
comparison
equal deleted inserted replaced
109:97da525033a1 110:dad2fe8ecf08
42 42
43 case $NGX_CC_NAME in 43 case $NGX_CC_NAME in
44 gcc) 44 gcc)
45 # gcc 2.7.2.3, 2.8.1, 2.95.4, egcs-1.1.2 45 # gcc 2.7.2.3, 2.8.1, 2.95.4, egcs-1.1.2
46 # 3.0.4, 3.1.1, 3.2.3, 3.3.2, 3.3.3, 3.3.4, 3.4.0, 3.4.2 46 # 3.0.4, 3.1.1, 3.2.3, 3.3.2, 3.3.3, 3.3.4, 3.4.0, 3.4.2
47 # 4.0.0 47 # 4.0.0, 4.0.1, 4.1.0
48 48
49 . auto/cc/gcc 49 . auto/cc/gcc
50 ;; 50 ;;
51 51
52 icc) 52 icc)
53 # Intel C++ compiler 7.1, 8.0, 8.1 53 # Intel C++ compiler 7.1, 8.0, 8.1
54 54
55 . auto/cc/icc 55 . auto/cc/icc
56 ;;
57
58 sunc)
59 # Sun C 5.7 Patch 117837-04 2005/05/11
60
61 . auto/cc/sunc
56 ;; 62 ;;
57 63
58 ccc) 64 ccc)
59 # Compaq C V6.5-207 65 # Compaq C V6.5-207
60 66