crossuo/crossuo
deps/cmcurl/CMake/OtherTests.cmake
:161
check_c_source_compiles("${_source_epilogue}
int main(void) {
int flag = MSG_NOSIGNAL;
(void)flag;
return 0;
}" HAVE_MSG_NOSIGNAL)