comparison auto/lib/conf @ 0:f0b350454894 NGINX_0_1_0

nginx 0.1.0 *) The first public version.
author Igor Sysoev <http://sysoev.ru>
date Mon, 04 Oct 2004 00:00:00 +0400
parents
children 45fe5b98a9de
comparison
equal deleted inserted replaced
-1:000000000000 0:f0b350454894
1
2 # Copyright (C) Igor Sysoev
3
4
5 if [ $USE_PCRE = YES ]; then
6 . auto/lib/pcre/conf
7 fi
8
9 if [ $USE_MD5 = YES ]; then
10 . auto/lib/md5/conf
11 fi
12
13 if [ $USE_OPENSSL = YES ]; then
14 . auto/lib/openssl/conf
15 fi
16
17 if [ $USE_ZLIB = YES ]; then
18 . auto/lib/zlib/conf
19 fi