>From dda6549b19ec0a8edf1331694aed50f11fa86a39 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Tue, 18 Feb 2014 21:48:57 +0100 Subject: [PATCH 3/6] As a BSD family member (distant relative by now), Solaris has strlcat/strlcpy --- Makefile.solaris | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.solaris b/Makefile.solaris index bb028ee..5663ce1 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -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_SYS_STAT_H 1" >>$@ echo "#define HAVE_SYS_TYPES_H 1" >>$@ -- 1.7.10.4