view auto/lib/conf @ 390:1471c6fb108a

nginx-0.0.7-2004-07-14-00:24:56 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 13 Jul 2004 20:24:56 +0000
parents fc8dc489247e
children 4e21d1291a14
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_ZLIB = YES ]; then
    . auto/lib/zlib/conf
fi