nginx/auto/lib/conf
2004-07-25 18:34:14 +00:00

17 lines
236 B
Plaintext

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