projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa318c
)
Default to integer timestamps being off until 8.4, to correspond
author
Magnus Hagander
<magnus@hagander.net>
Mon, 3 Dec 2007 17:17:05 +0000
(17:17 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 3 Dec 2007 17:17:05 +0000
(17:17 +0000)
to the settings used for other platforms.
src/tools/msvc/config.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/config.pl
b/src/tools/msvc/config.pl
index 755f27ec970211c984cd1c14f029f08eb39f3265..6b5b4182807f2b063b7d51911ca8b02b141c1696 100644
(file)
--- 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