From 707b0e0acdf8db74e92a5fdb552dd80c1cabb964 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 1 May 2015 18:34:29 +0000 Subject: libc now has reallocarray --- contrib/mdocml/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/mdocml') diff --git a/contrib/mdocml/config.h b/contrib/mdocml/config.h index b952c45..e7d3c63 100644 --- a/contrib/mdocml/config.h +++ b/contrib/mdocml/config.h @@ -12,7 +12,7 @@ #define HAVE_FTS 1 #define HAVE_GETSUBOPT 1 #define HAVE_MMAP 1 -#define HAVE_REALLOCARRAY 0 +#define HAVE_REALLOCARRAY 1 #define HAVE_STRCASESTR 1 #define HAVE_STRLCAT 1 #define HAVE_STRLCPY 1 -- cgit v1.1