nginx-0.0.7-2004-07-25-22:34:14 import

This commit is contained in:
Igor Sysoev
2004-07-25 18:34:14 +00:00
parent a2b360d0b9
commit 0599b11937
11 changed files with 89 additions and 32 deletions

View File

@@ -42,6 +42,9 @@ USE_PCRE=NO
PCRE=NONE
PCRE_OPT=
USE_OPENSSL=NO
OPENSSL=NONE
USE_MD5=NO
MD5=NONE
MD5_OPT=
@@ -103,6 +106,8 @@ do
--with-pcre=*) PCRE="$value" ;;
--with-pcre-opt=*) PCRE_OPT="$value" ;;
--with-openssl=*) OPENSSL="$value" ;;
--with-md5=*) MD5="$value" ;;
--with-md5-opt=*) MD5_OPT="$value" ;;
--with-md5-asm) MD5_ASM=YES ;;