use strict; use warnings; our $config = { asserts => 0, # --enable-cassert # integer_datetimes=>1, # float4byval=>1, float8byval=>0, # blocksize => 8, # wal_blocksize => 8, # wal_segsize => 16, ldap => 1, nls => 'C:\pgfarm\deps_x64\libintl', tcl => undef, perl => 'C:\Perl64', python => 'C:\Python27x64', openssl => 'C:\pgfarm\deps_x64\openssl', uuid => 'C:\pgfarm\deps_x64\uuid', xml => 'C:\pgfarm\deps_x64\libxml2', xslt => 'C:\pgfarm\deps_x64\libxslt', iconv => 'C:\pgfarm\deps_x64\iconv', zlib => 'C:\pgfarm\deps_x64\zlib', zstd => 'C:\pgfarm\deps_x64\zstd', icu => 'C:\pgfarm\deps_x64\icu', libedit => 'C:\pgfarm\deps_x64\wineditline', tap_tests => 1, perl => undef }; 1;