Commit e98b02de authored by Mans Rullgard's avatar Mans Rullgard

configure: check for mprotect

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent f9d732c2
...@@ -1198,6 +1198,7 @@ HAVE_LIST=" ...@@ -1198,6 +1198,7 @@ HAVE_LIST="
mkstemp mkstemp
mm_empty mm_empty
mmap mmap
mprotect
msvcrt msvcrt
nanosleep nanosleep
poll_h poll_h
...@@ -3202,6 +3203,7 @@ check_func localtime_r ...@@ -3202,6 +3203,7 @@ check_func localtime_r
check_func ${malloc_prefix}memalign && enable memalign check_func ${malloc_prefix}memalign && enable memalign
check_func mkstemp check_func mkstemp
check_func mmap check_func mmap
check_func mprotect
check_func ${malloc_prefix}posix_memalign && enable posix_memalign check_func ${malloc_prefix}posix_memalign && enable posix_memalign
check_func_headers malloc.h _aligned_malloc && enable aligned_malloc check_func_headers malloc.h _aligned_malloc && enable aligned_malloc
check_func setrlimit check_func setrlimit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment