From: H.Merijn Brand Date: Mon, 29 Sep 2008 16:56:12 +0000 (+0000) Subject: A builtin hard upper bound for sLOCALTIME_max to prevent AIX X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5bca5c48fc14b9266d0bbef49a265ce0d735b118;p=p5sagit%2Fp5-mst-13.2.git A builtin hard upper bound for sLOCALTIME_max to prevent AIX from stalling in the tests p4raw-id: //depot/perl@34444 --- diff --git a/Configure b/Configure index 0b8eb7e..9e93cc4 100755 --- a/Configure +++ b/Configure @@ -25,7 +25,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Mon Sep 29 18:14:44 CEST 2008 [metaconfig 3.5 PL0] +# Generated on Mon Sep 29 18:55:08 CEST 2008 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ < 4 && t > 0x7ffffffffffff000LL) + tmp = NULL; + else + tmp = localtime (&t); if (tmp == NULL || tmp->tm_year < -1900) tmp = NULL; else