comparison auto/lib/conf @ 286:fc8dc489247e

nginx-0.0.2-2004-03-12-00:34:52 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Mar 2004 21:34:52 +0000
parents e6938ca7331a
children 4e21d1291a14
comparison
equal deleted inserted replaced
285:8f48e6366d09 286:fc8dc489247e
1 1
2 if [ $USE_PCRE = YES ]; then 2 if [ $USE_PCRE = YES ]; then
3 . auto/lib/pcre/conf 3 . auto/lib/pcre/conf
4 fi 4 fi
5 5
6
7 if [ $USE_MD5 = YES ]; then 6 if [ $USE_MD5 = YES ]; then
8 . auto/lib/md5/conf 7 . auto/lib/md5/conf
9 fi 8 fi
10 9
11
12 if [ $USE_ZLIB = YES ]; then 10 if [ $USE_ZLIB = YES ]; then
13 . auto/lib/zlib/conf 11 . auto/lib/zlib/conf
14 fi 12 fi