diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-07-08 12:02:48 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-07-08 12:02:48 +0000 |
commit | 5bcaa86b3b74d7972c51a495c7a8c358e9515fd8 (patch) | |
tree | 2c3623210b1a3f14eabd3748dc7294a54beebdda /Porting/config.sh | |
parent | 98916cfa40d9f419e90e2fb0494450bd460c85d9 (diff) | |
download | perl-5bcaa86b3b74d7972c51a495c7a8c358e9515fd8.tar.gz |
Be sure to use the correct type, so bits do not get wrapped
p4raw-id: //depot/perl@34112
Diffstat (limited to 'Porting/config.sh')
-rw-r--r-- | Porting/config.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Porting/config.sh b/Porting/config.sh index 8556888f24..e9cef88588 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -496,6 +496,7 @@ d_tcsetpgrp='define' d_telldir='define' d_telldirproto='define' d_time='define' +d_timegm='define' d_times='define' d_tm_tm_gmtoff='define' d_tm_tm_zone='define' @@ -883,6 +884,8 @@ rm_try='/bin/rm -f try try a.out .out try.[cho] try..o core core.try* try.core*' rmail='' run='' runnm='false' +sGMTIME_max='2147483647' +sGMTIME_min='-2147483648' sPRIEUldbl='"LE"' sPRIFUldbl='"LF"' sPRIGUldbl='"LG"' |