mirror of
https://github.com/nginx/nginx.git
synced 2025-02-09 06:45:36 -06:00
posix_fadvise64() had been implemented in Linux 2.5.60
This commit is contained in:
parent
1bc750da2f
commit
c8832ccc1d
@ -35,6 +35,12 @@ then
|
||||
fi
|
||||
|
||||
|
||||
# posix_fadvise64() had been implemented in 2.5.60
|
||||
|
||||
if [ $version -lt 132412 ]; then
|
||||
have=NGX_HAVE_POSIX_FADVISE . auto/nohave
|
||||
fi
|
||||
|
||||
# epoll, EPOLLET version
|
||||
|
||||
ngx_feature="epoll"
|
||||
|
Loading…
Reference in New Issue
Block a user