From 78821a22f30aaed98d9c6643adb5ed18f868dbe7 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 24 Oct 2005 20:03:38 +0000 Subject: 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 --- uconfig.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'uconfig.sh') diff --git a/uconfig.sh b/uconfig.sh index 4ce7ec7da8..733f06f093 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -352,6 +352,7 @@ d_socket='undef' d_socklen_t='undef' d_sockpair='undef' d_socks5_init='undef' +d_sprintf_returns_strlen='undef' d_sqrtl='undef' d_srand48_r='undef' d_srandom_r='undef' -- cgit v1.2.1