util: Provide a secure_getenv fallback for platforms without it

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27381>
This commit is contained in:
Friedrich Vock
2024-01-31 12:26:58 +01:00
committed by Marge Bot
parent 0fa4ea98ca
commit 8b209a6200
2 changed files with 9 additions and 0 deletions

View File

@@ -1378,6 +1378,7 @@ functions_to_detect = {
'getrandom': '',
'qsort_s': '',
'posix_fallocate': '',
'secure_getenv': '',
}
foreach f, prefix: functions_to_detect