diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-10-24 20:03:38 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-10-24 20:03:38 +0000 |
commit | 78821a22f30aaed98d9c6643adb5ed18f868dbe7 (patch) | |
tree | 471d5e4a2a54a62ed158c20935ad11641ebd107f /configure.com | |
parent | 6c567752fa0e804487ec72fcd915dfc0ae41e39f (diff) | |
download | perl-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 'configure.com')
-rw-r--r-- | configure.com | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.com b/configure.com index f415c8e0f0..f9a8469b26 100644 --- a/configure.com +++ b/configure.com @@ -5906,6 +5906,7 @@ $ WC "d_socket='" + d_socket + "'" $ WC "d_socklen_t='" + d_socklen_t + "'" $ WC "d_sockpair='" + d_sockpair + "'" $ WC "d_socks5_init='undef'" +$ WC "d_sprintf_returns_strlen='undef'" $ WC "d_sqrtl='define'" $ WC "d_sresgproto='undef'" $ WC "d_sresgproto='undef'" |