nginx/auto/lib/conf

20 lines
266 B
Plaintext
Raw Normal View History

2003-12-14 14:10:27 -06:00
# Copyright (C) Igor Sysoev
2004-02-09 14:47:18 -06:00
if [ $USE_PCRE = YES ]; then
. auto/lib/pcre/conf
2003-12-14 14:10:27 -06:00
fi
if [ $USE_MD5 = YES ]; then
. auto/lib/md5/conf
fi
2004-07-25 13:34:14 -05:00
if [ $USE_OPENSSL = YES ]; then
. auto/lib/openssl/conf
fi
2003-12-14 14:10:27 -06:00
if [ $USE_ZLIB = YES ]; then
. auto/lib/zlib/conf
fi