diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-11-30 16:40:06 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-11-30 16:40:06 +0000 |
commit | 0fed9934a230e001888aa53679290e506d0beb73 (patch) | |
tree | 22936954b10c7afdf27f1e08f86db5c52d21fdda /Cross | |
parent | ee3a5e30cbebd7c3499dd065644203bca7766b06 (diff) | |
download | perl-0fed9934a230e001888aa53679290e506d0beb73.tar.gz |
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
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/config.sh-arm-linux | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 551f80f518..afe4d48a37 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' |