view auto/lib/conf @ 319:7a8ebba985a9

nginx-0.0.3-2004-04-16-19:27:31 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 Apr 2004 15:27:31 +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