view auto/lib/conf @ 407:35fe251cd231

nginx-0.0.10-2004-08-24-23:07:27 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Aug 2004 19:07:27 +0000
parents 4e21d1291a14
children 42d11f017717
line wrap: on
line source


if [ $USE_PCRE = YES ]; then
    . auto/lib/pcre/conf
fi

if [ $USE_MD5 = YES ]; then
    . auto/lib/md5/conf
fi

if [ $USE_OPENSSL = YES ]; then
    . auto/lib/openssl/conf
fi

if [ $USE_ZLIB = YES ]; then
    . auto/lib/zlib/conf
fi