summaryrefslogtreecommitdiff
path: root/win32
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 /win32
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 'win32')
-rw-r--r--win32/config.bc1
-rw-r--r--win32/config.gc1
-rw-r--r--win32/config.vc1
-rw-r--r--win32/config.vc641
4 files changed, 4 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc
index 8e5133312f..549bedc80e 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -411,6 +411,7 @@ d_socket='define'
d_socklen_t='undef'
d_sockpair='undef'
d_socks5_init='undef'
+d_sprintf_returns_strlen='define'
d_sqrtl='undef'
d_srand48_r='undef'
d_srandom_r='undef'
diff --git a/win32/config.gc b/win32/config.gc
index f054ba541c..368901cb07 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -411,6 +411,7 @@ d_socket='define'
d_socklen_t='undef'
d_sockpair='undef'
d_socks5_init='undef'
+d_sprintf_returns_strlen='define'
d_sqrtl='undef'
d_srand48_r='undef'
d_srandom_r='undef'
diff --git a/win32/config.vc b/win32/config.vc
index c744b264a5..40b38159be 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -411,6 +411,7 @@ d_socket='define'
d_socklen_t='undef'
d_sockpair='undef'
d_socks5_init='undef'
+d_sprintf_returns_strlen='define'
d_sqrtl='undef'
d_srand48_r='undef'
d_srandom_r='undef'
diff --git a/win32/config.vc64 b/win32/config.vc64
index 2dd40fa05d..43cef8a6da 100644
--- a/win32/config.vc64
+++ b/win32/config.vc64
@@ -411,6 +411,7 @@ d_socket='define'
d_socklen_t='undef'
d_sockpair='undef'
d_socks5_init='undef'
+d_sprintf_returns_strlen='define'
d_sqrtl='undef'
d_srand48_r='undef'
d_srandom_r='undef'