From: Craig A. Berry Date: Mon, 23 Feb 2009 00:28:13 +0000 (-0600) Subject: time_t is unsigned 32-bit on VMS; pick sGMTIME_max and sLOCALTIME_max accordingly. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d83484c23e05e78c2e20b0a32d272cc03ff628bc;p=p5sagit%2Fp5-mst-13.2.git time_t is unsigned 32-bit on VMS; pick sGMTIME_max and sLOCALTIME_max accordingly. --- diff --git a/configure.com b/configure.com index e15c9d3..52aae85 100644 --- a/configure.com +++ b/configure.com @@ -6470,9 +6470,9 @@ $ WC "randseedtype='" + randseedtype + "'" $ WC "ranlib='" + "'" $ WC "rd_nodata=' '" $ WC "revision='" + revision + "'" -$ WC "sGMTIME_max='2147483647'" +$ WC "sGMTIME_max='4294967295'" $ WC "sGMTIME_min='0'" -$ WC "sLOCALTIME_max='2147483647'" +$ WC "sLOCALTIME_max='4294967295'" $ WC "sLOCALTIME_min='0'" $ WC "sPRId64='" + sPRId64 + "'" $ WC "sPRIEldbl='" + sPRIEUldbl + "'"