From: Jarkko Hietaniemi Date: Sat, 26 Nov 2005 11:25:18 +0000 (+0200) Subject: Configure: stdio char (un)signedness X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=359842a5ea25b12844b1a94485cc2aa186d8bdbe;p=p5sagit%2Fp5-mst-13.2.git Configure: stdio char (un)signedness Message-ID: <438829FE.8070202@gmail.com> p4raw-id: //depot/perl@26557 --- diff --git a/Configure b/Configure index d695eb5..a299404 100755 --- a/Configure +++ b/Configure @@ -26,7 +26,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Nov 9 11:15:45 CET 2005 [metaconfig 3.0 PL70] +# Generated on Sun Jan 1 11:31:40 CET 2006 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <' | $cppstdin $cppminus > stdioh +echo '#include ' > stdio.c +$cppstdin $cppminus < stdio.c > stdioh if $contains 'unsigned.*char.*_ptr;' stdioh >/dev/null 2>&1 ; then echo "Your stdio uses unsigned chars." >&4 stdchar="unsigned char" @@ -19824,9 +19825,7 @@ else echo "Your stdio uses signed chars." >&4 stdchar="char" fi -$rm -f stdioh - - +$rm -f stdio.* stdioh : see what type uids are declared as in the kernel echo " "