nginx-0.0.2-2004-02-09-10:46:43 import

This commit is contained in:
Igor Sysoev
2004-02-09 07:46:43 +00:00
parent 9260294400
commit 7af6b16936
32 changed files with 304 additions and 248 deletions

View File

@@ -1,5 +1,5 @@
if [ $MD5 != NO ]; then
if [ $MD5 != NONE ]; then
if grep MD5_Init $MD5/md5.h >/dev/null; then
# OpenSSL md5
@@ -25,6 +25,8 @@ else
ngx_lib_inc="#include <sys/types.h>
#include <md5.h>"
MD5=NO
# Solaris 8/9
ngx_lib="rsaref md5"
ngx_lib_test="MD5_CTX md5; MD5Init(&md5)"

View File

@@ -1,5 +1,5 @@
if [ $ZLIB != NO ]; then
if [ $ZLIB != NONE ]; then
CORE_INCS="$CORE_INCS -I $ZLIB"
if [ "$PLATFORM" = "win32" ]; then
@@ -23,6 +23,8 @@ else
if [ $ngx_found = yes ]; then
CORE_LIBS="$CORE_LIBS $ngx_libs"
ZLIB=YES
else
ZLIB=NO
fi
fi