comparison auto/options @ 216:f1d0e5f09c1e

nginx-0.0.1-2003-12-25-23:26:58 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 25 Dec 2003 20:26:58 +0000
parents 00cafae0bdf1
children 674f85a4d00f
comparison
equal deleted inserted replaced
215:5adc2b75f8a5 216:f1d0e5f09c1e
4 CC=gcc 4 CC=gcc
5 OBJS=objs 5 OBJS=objs
6 6
7 TEST_BUILD_DEVPOLL=NO 7 TEST_BUILD_DEVPOLL=NO
8 8
9 HTTP_REWRITE=YES
9 HTTP_GZIP=YES 10 HTTP_GZIP=YES
10 HTTP_PROXY=YES 11 HTTP_PROXY=YES
11 12
12 PCRE=NO 13 PCRE=NO
13 14
32 33
33 --crossbuild=*) PLATFORM="$value" ;; 34 --crossbuild=*) PLATFORM="$value" ;;
34 35
35 --builddir=*) OBJS="$value" ;; 36 --builddir=*) OBJS="$value" ;;
36 37
38 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
37 --without-http_gzip_module) HTTP_GZIP=NO ;; 39 --without-http_gzip_module) HTTP_GZIP=NO ;;
38 --without-http_proxy_module) HTTP_PROXY=NO ;; 40 --without-http_proxy_module) HTTP_PROXY=NO ;;
39 41
40 --with-cc=*) CC="$value" ;; 42 --with-cc=*) CC="$value" ;;
41 43