comparison auto/os/features @ 2129:25add486e7aa

directio
author Igor Sysoev <igor@sysoev.ru>
date Wed, 30 Jul 2008 12:34:04 +0000
parents 345a014436d4
children 56964e5b77db
comparison
equal deleted inserted replaced
2128:345a014436d4 2129:25add486e7aa
168 168
169 if [ $ngx_found = yes ]; then 169 if [ $ngx_found = yes ]; then
170 CRYPT_LIB="-lcrypt" 170 CRYPT_LIB="-lcrypt"
171 fi 171 fi
172 fi 172 fi
173
174
175 ngx_feature="O_DIRECT"
176 ngx_feature_name="NGX_HAVE_O_DIRECT"
177 ngx_feature_run=no
178 ngx_feature_incs="#include <fcntl.h>"
179 ngx_feature_path=
180 ngx_feature_libs=
181 ngx_feature_test="fcntl(0, F_SETFL, O_DIRECT);"
182 . auto/feature
183
184
185 ngx_feature="F_NOCACHE"
186 ngx_feature_name="NGX_HAVE_F_NOCACHE"
187 ngx_feature_run=no
188 ngx_feature_incs="#include <fcntl.h>"
189 ngx_feature_path=
190 ngx_feature_libs=
191 ngx_feature_test="fcntl(0, F_NOCACHE, 1);"
192 . auto/feature