]> granicus.if.org Git - postgresql/blobdiff - src/tools/msvc/config.pl
Make float4byval and float8byval configurable on MSVC.
[postgresql] / src / tools / msvc / config.pl
index 64869563da6e61195385335a2196aecc41aaf2d9..bebb9a7c494012f92d6c400acb9a91955b13d223 100644 (file)
@@ -5,6 +5,8 @@ use warnings;
 our $config = {
     asserts=>0,                        # --enable-cassert
     # integer_datetimes=>1,   # --enable-integer-datetimes - on is now default
+    # float4byval=>1,         # --disable-float4-byval, on by default
+    # float8byval=>0,         # --disable-float8-byval, off by default
     nls=>undef,                                # --enable-nls=<path>
     tcl=>'c:\tcl',             # --with-tls=<path>
     perl=>'c:\perl',                   # --with-perl