|
|
@ -1084,7 +1084,9 @@ HAVE_LIST=" |
|
|
|
GetProcessAffinityMask |
|
|
|
GetProcessAffinityMask |
|
|
|
GetProcessMemoryInfo |
|
|
|
GetProcessMemoryInfo |
|
|
|
GetProcessTimes |
|
|
|
GetProcessTimes |
|
|
|
|
|
|
|
GetSystemTimeAsFileTime |
|
|
|
getrusage |
|
|
|
getrusage |
|
|
|
|
|
|
|
gettimeofday |
|
|
|
gnu_as |
|
|
|
gnu_as |
|
|
|
ibm_asm |
|
|
|
ibm_asm |
|
|
|
inet_aton |
|
|
|
inet_aton |
|
|
@ -2832,6 +2834,7 @@ check_func getaddrinfo $network_extralibs |
|
|
|
check_func gethrtime |
|
|
|
check_func gethrtime |
|
|
|
check_func getrusage |
|
|
|
check_func getrusage |
|
|
|
check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss |
|
|
|
check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss |
|
|
|
|
|
|
|
check_func gettimeofday |
|
|
|
check_func inet_aton $network_extralibs |
|
|
|
check_func inet_aton $network_extralibs |
|
|
|
check_func isatty |
|
|
|
check_func isatty |
|
|
|
check_func localtime_r |
|
|
|
check_func localtime_r |
|
|
@ -2851,6 +2854,7 @@ check_func_headers io.h setmode |
|
|
|
check_lib2 "windows.h psapi.h" GetProcessMemoryInfo -lpsapi |
|
|
|
check_lib2 "windows.h psapi.h" GetProcessMemoryInfo -lpsapi |
|
|
|
check_func_headers windows.h GetProcessAffinityMask |
|
|
|
check_func_headers windows.h GetProcessAffinityMask |
|
|
|
check_func_headers windows.h GetProcessTimes |
|
|
|
check_func_headers windows.h GetProcessTimes |
|
|
|
|
|
|
|
check_func_headers windows.h GetSystemTimeAsFileTime |
|
|
|
check_func_headers windows.h MapViewOfFile |
|
|
|
check_func_headers windows.h MapViewOfFile |
|
|
|
check_func_headers windows.h VirtualAlloc |
|
|
|
check_func_headers windows.h VirtualAlloc |
|
|
|
|
|
|
|
|
|
|
|