meson: check for reallocarray
ci/woodpecker/push/woodpecker Pipeline was successful Details

it is needed for the new cache code
pull/241/head
Ariadne Conill 2022-06-26 04:33:47 +00:00
parent 664f741f26
commit 4c76f6bf01
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,9 @@
/* Define to 1 if you have the `strndup' function. */
#mesondefine HAVE_STRNDUP
/* Define to 1 if you have the `reallocarray' function. */
#mesondefine HAVE_REALLOCARRAY
/* Name of package */
#mesondefine PACKAGE

View File

@ -16,6 +16,7 @@ check_functions = [
['HAVE_STRDUP', 'strdup', 'string.h'],
['HAVE_STRNCASECMP', 'strncasecmp', 'strings.h'],
['HAVE_STRCASECMP', 'strcasecmp', 'strings.h'],
['HAVE_REALLOCARRAY', 'reallocarray', 'stdlib.h'],
]
foreach f : check_functions