|
|
@ -1432,6 +1432,7 @@ MATH_FUNCS=" |
|
|
|
|
|
|
|
|
|
|
|
SYSTEM_FUNCS=" |
|
|
|
SYSTEM_FUNCS=" |
|
|
|
aligned_malloc |
|
|
|
aligned_malloc |
|
|
|
|
|
|
|
clock_gettime |
|
|
|
closesocket |
|
|
|
closesocket |
|
|
|
CommandLineToArgvW |
|
|
|
CommandLineToArgvW |
|
|
|
CoTaskMemFree |
|
|
|
CoTaskMemFree |
|
|
@ -4038,6 +4039,9 @@ check_func_headers malloc.h _aligned_malloc && enable aligned_malloc |
|
|
|
check_func ${malloc_prefix}memalign && enable memalign |
|
|
|
check_func ${malloc_prefix}memalign && enable memalign |
|
|
|
check_func ${malloc_prefix}posix_memalign && enable posix_memalign |
|
|
|
check_func ${malloc_prefix}posix_memalign && enable posix_memalign |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
check_cpp_condition unistd.h "defined(_POSIX_MONOTONIC_CLOCK)" && |
|
|
|
|
|
|
|
check_func_headers time.h clock_gettime || { check_func_headers time.h clock_gettime -lrt && add_extralibs -lrt; } |
|
|
|
|
|
|
|
|
|
|
|
check_func fcntl |
|
|
|
check_func fcntl |
|
|
|
check_func fork |
|
|
|
check_func fork |
|
|
|
check_func gethrtime |
|
|
|
check_func gethrtime |
|
|
|