From: H.Merijn Brand Date: Fri, 29 Mar 2002 12:53:49 +0000 (+0100) Subject: versiononly should not put `old' versions in inc X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad493445568d527e22843e14b0411566a510fbce;p=p5sagit%2Fp5-mst-13.2.git versiononly should not put `old' versions in inc From: "H.Merijn Brand" Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@15600 --- diff --git a/Configure b/Configure index ec24cdb..342f292 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Sun Mar 24 23:35:42 EET 2002 [metaconfig 3.0 PL70] +# Generated on Fri Mar 29 18:09:14 EET 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <&4 + val="$define" + rp="What is the type returned by time() on this system?" + set time_t timetype long stdio.h sys/types.h + eval $typedef_ask + else + echo 'time() not found, hope that will do.' >&4 + val="$undef" + timetype='int'; + fi + set d_time + eval $setvar +fi + : see if this is a sys/times.h system set sys/times.h i_systimes eval $inhdr @@ -18736,24 +18760,6 @@ $rm -f stdioh -: see if time exists -echo " " -if test "X$d_time" = X -o X"$timetype" = X; then - if set time val -f d_time; eval $csym; $val; then - echo 'time() found.' >&4 - val="$define" - rp="What is the type returned by time() on this system?" - set time_t timetype long stdio.h sys/types.h - eval $typedef_ask - else - echo 'time() not found, hope that will do.' >&4 - val="$undef" - timetype='int'; - fi - set d_time - eval $setvar -fi - : see what type uids are declared as in the kernel echo " " echo "Looking for the type for user ids returned by getuid()."