comparison auto/os/features @ 2143:56964e5b77db

Solaris directio()
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Aug 2008 15:32:10 +0000
parents 25add486e7aa
children 1adec90a0e46
comparison
equal deleted inserted replaced
2142:be9887d15b8e 2143:56964e5b77db
188 ngx_feature_incs="#include <fcntl.h>" 188 ngx_feature_incs="#include <fcntl.h>"
189 ngx_feature_path= 189 ngx_feature_path=
190 ngx_feature_libs= 190 ngx_feature_libs=
191 ngx_feature_test="fcntl(0, F_NOCACHE, 1);" 191 ngx_feature_test="fcntl(0, F_NOCACHE, 1);"
192 . auto/feature 192 . auto/feature
193
194
195 ngx_feature="directio()"
196 ngx_feature_name="NGX_HAVE_DIRECTIO"
197 ngx_feature_run=no
198 ngx_feature_incs="#include <sys/types.h>
199 #include <sys/fcntl.h>"
200 ngx_feature_path=
201 ngx_feature_libs=
202 ngx_feature_test="directio(0, DIRECTIO_ON);"
203 . auto/feature