~ chicken-core (chicken-5) bcf46becbc23276975bb2941b7e54c0cfd1f3147


commit bcf46becbc23276975bb2941b7e54c0cfd1f3147
Author:     Kon Lovett <konlovett@gmail.com>
AuthorDate: Thu Feb 6 11:28:09 2014 -0800
Commit:     Peter Bex <peter.bex@xs4all.nl>
CommitDate: Mon Feb 10 19:32:46 2014 +0100

    macosx has strlcpy & strlcat
    
    Signed-off-by: Mario Domenech Goulart <mario.goulart@gmail.com>
    Signed-off-by: Peter Bex <peter.bex@xs4all.nl>

diff --git a/Makefile.macosx b/Makefile.macosx
index 13cdda21..1a29aefd 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" >>$@
Trap