From: Nicholas Clark Date: Tue, 30 Nov 2004 16:40:06 +0000 (+0000) Subject: Add placeholders for the new strlcat and strlcpy entries in X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0fed9934a230e001888aa53679290e506d0beb73;p=p5sagit%2Fp5-mst-13.2.git Add placeholders for the new strlcat and strlcpy entries in config.sh, to ensure that the config.h generated for cross- compilation will still work. p4raw-id: //depot/perl@23577 --- diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 551f80f..afe4d48 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -434,6 +434,8 @@ d_strerrm='strerror(e)' d_strerror='define' d_strerror_r='undef' d_strftime='define' +d_strlcat='undef' +d_strlcpy='undef' d_strtod='define' d_strtol='define' d_strtold='define'