Add a test to check for issues with deeply nested objects, which can cause problems due to stack recursion.

This commit is contained in:
Eric Hawicz
2026-05-03 12:16:56 -04:00
parent 52ddfb35f1
commit 5320cf9753
5 changed files with 89 additions and 0 deletions

View File

@@ -267,6 +267,7 @@ if (HAVE_SYS_RANDOM_H)
endif()
if (HAVE_SYS_RESOURCE_H)
check_symbol_exists(getrusage "sys/resource.h" HAVE_GETRUSAGE)
check_symbol_exists(setrlimit "sys/resource.h" HAVE_SETRLIMIT)
endif()
check_symbol_exists(strtoll "stdlib.h" HAVE_STRTOLL)