diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-09-15 08:22:14 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-09-15 08:22:14 +0000 |
commit | 73e6e416ba5c167dc94e3d9723be81ed2dff177b (patch) | |
tree | 7a49f26fea26b620ef86dad6f1408e0b90f14dfb /uconfig.sh | |
parent | 18eb2ade7d6963228a999e9fcbef5366fbbe213a (diff) | |
download | perl-73e6e416ba5c167dc94e3d9723be81ed2dff177b.tar.gz |
Add probes for LOCALTIME_max and LOCALTIME_min (y2038 project)
p4raw-id: //depot/perl@34363
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/uconfig.sh b/uconfig.sh index 6bad5e0c8e..4222330241 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -667,18 +667,22 @@ randseedtype='int' rd_nodata='-1' readdir64_r_proto='0' readdir_r_proto='0' -sPRIEUldbl='"llE"' -sPRIFUldbl='"llF"' -sPRIGUldbl='"llG"' -sPRIXU64='"LX"' +sGMTIME_max='2147483647' +sGMTIME_min='0' +sLOCALTIME_max='2147483647' +sLOCALTIME_min='0' sPRId64='"Ld"' sPRIeldbl='"lle"' +sPRIEUldbl='"llE"' sPRIfldbl='"llf"' +sPRIFUldbl='"llF"' sPRIgldbl='"llg"' +sPRIGUldbl='"llG"' sPRIi64='"Li"' sPRIo64='"Lo"' sPRIu64='"Lu"' sPRIx64='"Lx"' +sPRIXU64='"LX"' sSCNfldbl='"llf"' sched_yield='sched_yield()' scriptdir='/usr/local/bin' |