cmake HAVE_RAND_S examples

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)