comparison auto/options @ 399:4e21d1291a14

nginx-0.0.7-2004-07-25-22:34:14 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 25 Jul 2004 18:34:14 +0000
parents c05876036128
children d6e2b445c1b8
comparison
equal deleted inserted replaced
398:201b5f68b59f 399:4e21d1291a14
39 HTTP_PROXY=YES 39 HTTP_PROXY=YES
40 40
41 USE_PCRE=NO 41 USE_PCRE=NO
42 PCRE=NONE 42 PCRE=NONE
43 PCRE_OPT= 43 PCRE_OPT=
44
45 USE_OPENSSL=NO
46 OPENSSL=NONE
44 47
45 USE_MD5=NO 48 USE_MD5=NO
46 MD5=NONE 49 MD5=NONE
47 MD5_OPT= 50 MD5_OPT=
48 MD5_ASM=NO 51 MD5_ASM=NO
100 --with-debug) DEBUG=YES ;; 103 --with-debug) DEBUG=YES ;;
101 104
102 --without-pcre) USE_PCRE=DISABLED ;; 105 --without-pcre) USE_PCRE=DISABLED ;;
103 --with-pcre=*) PCRE="$value" ;; 106 --with-pcre=*) PCRE="$value" ;;
104 --with-pcre-opt=*) PCRE_OPT="$value" ;; 107 --with-pcre-opt=*) PCRE_OPT="$value" ;;
108
109 --with-openssl=*) OPENSSL="$value" ;;
105 110
106 --with-md5=*) MD5="$value" ;; 111 --with-md5=*) MD5="$value" ;;
107 --with-md5-opt=*) MD5_OPT="$value" ;; 112 --with-md5-opt=*) MD5_OPT="$value" ;;
108 --with-md5-asm) MD5_ASM=YES ;; 113 --with-md5-asm) MD5_ASM=YES ;;
109 114