diff options
author | Craig A. Berry <craigberry@mac.com> | 2009-02-22 18:28:13 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2009-02-22 18:28:13 -0600 |
commit | d83484c23e05e78c2e20b0a32d272cc03ff628bc (patch) | |
tree | 5e8a44f6440b9d9db94e0b90385b1df9a2b63c5e /configure.com | |
parent | 08d0d8ab11be611f4baf746cfb6ff7791962f494 (diff) | |
download | perl-d83484c23e05e78c2e20b0a32d272cc03ff628bc.tar.gz |
time_t is unsigned 32-bit on VMS; pick sGMTIME_max and sLOCALTIME_max accordingly.
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.com b/configure.com index e15c9d3af4..52aae858d5 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 + "'" |