>From ada9798bd34c9704037d6309a858f412ba452732 Mon Sep 17 00:00:00 2001 From: Kon Lovett Date: Thu, 6 Feb 2014 11:28:09 -0800 Subject: [PATCH] macosx has strlcpy & strlcat Signed-off-by: Mario Domenech Goulart --- Makefile.macosx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.macosx b/Makefile.macosx index 13cdda2..1a29aef 100644 --- a/Makefile.macosx +++ b/Makefile.macosx @@ -109,6 +109,8 @@ chicken-config.h: chicken-defaults.h echo "#define HAVE_STRERROR 1" >>$@ echo "#define HAVE_STRINGS_H 1" >>$@ echo "#define HAVE_STRING_H 1" >>$@ + echo "#define HAVE_STRLCAT 1" >>$@ + echo "#define HAVE_STRLCPY 1" >>$@ echo "#define HAVE_STRTOLL 1" >>$@ echo "#define HAVE_STRTOQ 1" >>$@ echo "#define HAVE_SYS_STAT_H 1" >>$@ -- 1.7.10.4