Files
c/kubernetes/ConfigureChecks.cmake

6 lines
197 B
CMake
Raw Permalink Normal View History

2025-06-07 16:44:48 +08:00
include(CheckSymbolExists)
2025-06-07 16:44:48 +08:00
check_symbol_exists(strndup "string.h" HAVE_STRNDUP)
check_symbol_exists(secure_getenv "stdlib.h" HAVE_SECURE_GETENV)
check_symbol_exists(getenv "stdlib.h" HAVE_GETENV)