netdata/netdata
CMakeLists.txt
:719
check_c_source_compiles("
#define _CRT_RAND_S
#include <stdlib.h>
int main() {
unsigned int x;
return rand_s(&x);
}
" HAVE_RAND_S)
check_c_source_compiles("
#define _CRT_RAND_S
#include <stdlib.h>
int main() {
unsigned int x;
return rand_s(&x);
}
" HAVE_RAND_S)