diff options
author | Jan Dubois <jand@activestate.com> | 2008-07-07 08:58:48 -0700 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-07-09 14:02:30 +0000 |
commit | 4b7e285e7ac0f212412ed301bb6824593baf29e9 (patch) | |
tree | fefa80504a48b72a83d2e2f1a4689935a8f9d56a /win32/config.vc | |
parent | 92a3ac59c93b6fba629d9177ad303a51fcb0d765 (diff) | |
download | perl-4b7e285e7ac0f212412ed301bb6824593baf29e9.tar.gz |
Update Win32 canned configs
Adds new values introduced by #34105/34107, incorporating this patch:
Subject: RE: New probes
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <072601c8e085$04694860$0d3bd920$@com>
The appropriate values for the other compilers were determined by
running the probe functions added to Configure by #34105/34112/34114.
(Note that VC8 requires an invalid parameter handler to run those
functions without crashing, and both VC8 and VC9 need %I64d rather
than %ld to output the appropriate values.)
Also applies the changes to the config_H.* files, together with changes
for #33597/33598/33949 which never got added to them.
p4raw-id: //depot/perl@34115
Diffstat (limited to 'win32/config.vc')
-rw-r--r-- | win32/config.vc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/config.vc b/win32/config.vc index e42612e2be..f91b5b8612 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -471,6 +471,7 @@ d_tcsetpgrp='undef' d_telldir='define' d_telldirproto='define' d_time='define' +d_timegm='undef' d_times='define' d_tm_tm_gmtoff='undef' d_tm_tm_zone='undef' @@ -859,6 +860,8 @@ rm='del' rmail='' run='' runnm='true' +sGMTIME_max="2147483647" +sGMTIME_min="0" sPRIEUldbl='"E"' sPRIFUldbl='"F"' sPRIGUldbl='"G"' |