Add placeholders for the new strlcat and strlcpy entries in
Nicholas Clark [Tue, 30 Nov 2004 16:40:06 +0000 (16:40 +0000)]
config.sh, to ensure that the config.h generated for cross-
compilation will still work.

p4raw-id: //depot/perl@23577

Cross/config.sh-arm-linux

index 551f80f..afe4d48 100644 (file)
@@ -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'