Welcome to mirror list, hosted at ThFree Co, Russian Federation.

conf « lib « auto - github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af2e9d7f8e8868c038abc6d82cb6db50aefaaf0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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