nginx-quic/auto/lib/conf

20 lines
266 B
Text
Raw Normal View History

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