2025-06-07 16:44:48 +08:00
|
|
|
include(CheckSymbolExists)
|
2021-09-06 18:18:47 -03:00
|
|
|
|
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)
|