configure: check for mprotect
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
f9d732c264
commit
e98b02de5f
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -1198,6 +1198,7 @@ HAVE_LIST="
|
|||
mkstemp
|
||||
mm_empty
|
||||
mmap
|
||||
mprotect
|
||||
msvcrt
|
||||
nanosleep
|
||||
poll_h
|
||||
|
|
@ -3202,6 +3203,7 @@ check_func localtime_r
|
|||
check_func ${malloc_prefix}memalign && enable memalign
|
||||
check_func mkstemp
|
||||
check_func mmap
|
||||
check_func mprotect
|
||||
check_func ${malloc_prefix}posix_memalign && enable posix_memalign
|
||||
check_func_headers malloc.h _aligned_malloc && enable aligned_malloc
|
||||
check_func setrlimit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue