2021-09-06 18:18:47 -03:00
|
|
|
include(CheckFunctionExists)
|
|
|
|
|
|
2022-12-29 17:47:02 +01:00
|
|
|
check_function_exists(strndup HAVE_STRNDUP)
|
|
|
|
|
check_function_exists(secure_getenv HAVE_SECURE_GETENV)
|
2023-02-08 19:22:15 -03:00
|
|
|
check_function_exists(getenv HAVE_GETENV)
|