SwagSoftware/Kisak-Strike
thirdparty/gperftools-2.8.1/CMakeLists.txt
:384
check_c_source_compiles("
#include <unistd.h>
int main()
{
char** env = __environ;
return 0;
}"
HAVE___ENVIRON)