diff options
author | Steve Hay <SteveHay@planit.com> | 2008-10-07 12:18:11 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-10-07 12:18:11 +0000 |
commit | 83ff24d4e96afd1ea1248746770115bb18c7b35a (patch) | |
tree | d262cd5fe7e7b9956c4c7cb67f589a691d82cef2 /win32/config.gc | |
parent | 92e71c9183a0db74aa4ef4999dac86e2ffadfac4 (diff) | |
download | perl-83ff24d4e96afd1ea1248746770115bb18c7b35a.tar.gz |
Define HAS_QUAD on Win32 and introduce new value for QUADKIND
where appropriate.
This doesn't make much difference on Win32 because IVSIZE is still 4,
but access to the appropriate "quad" type is still useful, e.g. for
Y2038 support.
p4raw-id: //depot/perl@34470
Diffstat (limited to 'win32/config.gc')
-rw-r--r-- | win32/config.gc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/config.gc b/win32/config.gc index 79f4d8ef7a..f14d0b53f0 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -351,7 +351,7 @@ d_pwgecos='undef' d_pwpasswd='undef' d_pwquota='undef' d_qgcvt='undef' -d_quad='undef' +d_quad='define' d_random_r='undef' d_readdir64_r='undef' d_readdir='define' @@ -851,7 +851,7 @@ privlibexp='~INST_TOP~~INST_VER~\lib' procselfexe='' prototype='define' ptrsize='4' -quadkind='5' +quadkind='3' quadtype='long long' randbits='15' randfunc='rand' |