nginx/auto/lib/conf

13 lines
172 B
Plaintext
Raw Normal View History

2003-12-15 04:10:27 +08:00
2004-02-10 04:47:18 +08:00
if [ $USE_PCRE = YES ]; then
. auto/lib/pcre/conf
2003-12-15 04:10:27 +08:00
fi
if [ $USE_MD5 = YES ]; then
. auto/lib/md5/conf
fi
if [ $USE_ZLIB = YES ]; then
. auto/lib/zlib/conf
fi