comparison auto/configure @ 285:8f48e6366d09

nginx-0.0.2-2004-03-11-18:42:41 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Mar 2004 15:42:41 +0000
parents b836469c37c3
children 1526e7686b20
comparison
equal deleted inserted replaced
284:1fecc9478d92 285:8f48e6366d09
4 . auto/init 4 . auto/init
5 . auto/sources 5 . auto/sources
6 6
7 test -d $OBJS || mkdir $OBJS 7 test -d $OBJS || mkdir $OBJS
8 echo > $NGX_AUTO_CONFIG_H 8 echo > $NGX_AUTO_CONFIG_H
9
10 if [ $DEBUG = YES ]; then
11 have=NGX_DEBUG . auto/have
12 fi
13
14 have=NGX_USE_HTTP_FILE_CACHE_UNIQ . auto/have
15 have=NGX_SUPPRESS_WARN . auto/have
16
9 17
10 if [ "$PLATFORM" != win32 ]; then 18 if [ "$PLATFORM" != win32 ]; then
11 . auto/headers 19 . auto/headers
12 fi 20 fi
13 21