summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-24 20:03:38 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-24 20:03:38 +0000
commit78821a22f30aaed98d9c6643adb5ed18f868dbe7 (patch)
tree471d5e4a2a54a62ed158c20935ad11641ebd107f /Cross
parent6c567752fa0e804487ec72fcd915dfc0ae41e39f (diff)
downloadperl-78821a22f30aaed98d9c6643adb5ed18f868dbe7.tar.gz
Add a probe for whether sprintf returns the length of the buffer.
Update all the canned config.sh files. Assume that symbian and Win32 are all ANSI conformant, note that ARM Linux (ie glibc) will be, don't assume that any other platform is. p4raw-id: //depot/perl@25831
Diffstat (limited to 'Cross')
-rw-r--r--Cross/config.sh-arm-linux1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index 94accb7f47..785102285d 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -419,6 +419,7 @@ d_socket='define'
d_socklen_t='define'
d_sockpair='define'
d_socks5_init='undef'
+d_sprintf_returns_strlen='define'
d_sqrtl='define'
d_srand48_r='undef'
d_srandom_r='undef'