diff options
author | Magnus Hagander | 2007-12-03 17:17:05 +0000 |
---|---|---|
committer | Magnus Hagander | 2007-12-03 17:17:05 +0000 |
commit | e020c3374a3ea5962b7d1b67ba831017c775b538 (patch) | |
tree | 3e466f25e3c373919562f5d3c61647d5483895da | |
parent | f6b9536c1272a85c6f8294dac5809c4b1c2ea2f2 (diff) |
Default to integer timestamps being off until 8.4, to correspond
to the settings used for other platforms.
-rw-r--r-- | src/tools/msvc/config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/config.pl b/src/tools/msvc/config.pl index 755f27ec97..6b5b418280 100644 --- a/src/tools/msvc/config.pl +++ b/src/tools/msvc/config.pl @@ -4,7 +4,7 @@ use warnings; our $config = { asserts=>1, # --enable-cassert - integer_datetimes=>1, # --enable-integer-datetimes + integer_datetimes=>0, # --enable-integer-datetimes nls=>undef, # --enable-nls=<path> tcl=>'c:\tcl', # --with-tls=<path> perl=>'c:\perl', # --with-perl |