comparison auto/lib/conf @ 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 fc8dc489247e
children 42d11f017717
comparison
equal deleted inserted replaced
398:201b5f68b59f 399:4e21d1291a14
5 5
6 if [ $USE_MD5 = YES ]; then 6 if [ $USE_MD5 = YES ]; then
7 . auto/lib/md5/conf 7 . auto/lib/md5/conf
8 fi 8 fi
9 9
10 if [ $USE_OPENSSL = YES ]; then
11 . auto/lib/openssl/conf
12 fi
13
10 if [ $USE_ZLIB = YES ]; then 14 if [ $USE_ZLIB = YES ]; then
11 . auto/lib/zlib/conf 15 . auto/lib/zlib/conf
12 fi 16 fi