comparison auto/lib/conf @ 665:0b460e61bdcd default tip

Merge with nginx 1.0.0.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Apr 2011 04:22:17 +0400
parents 5c576ea5dbd9
children
comparison
equal deleted inserted replaced
572:06419a2298a9 665:0b460e61bdcd
68 fi 68 fi
69 69
70 if [ $HTTP_GEOIP = YES ]; then 70 if [ $HTTP_GEOIP = YES ]; then
71 . auto/lib/geoip/conf 71 . auto/lib/geoip/conf
72 fi 72 fi
73
73 if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then 74 if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then
74 . auto/lib/google-perftools/conf 75 . auto/lib/google-perftools/conf
75 fi 76 fi
77
78 if [ $NGX_LIBATOMIC != NO ]; then
79 . auto/lib/libatomic/conf
80 fi