# Configuration arguments for vcbuild. use strict; use warnings; our $config = { asserts=>0, # --enable-cassert integer_datetimes=>0, # --enable-integer-datetimes nls=>undef, # --enable-nls= tcl=>'c:\tcl', # --with-tls= perl=>'c:\perl', # --with-perl python=>'c:\python24', # --with-python= krb5=>'c:\prog\pgsql\depend\krb5', # --with-krb5= ldap=>1, # --with-ldap openssl=>'c:\openssl', # --with-ssl= uuid=>'c:\prog\pgsql\depend\ossp-uuid', #--with-ossp-uuid xml=>'c:\prog\pgsql\depend\libxml2', xslt=>'c:\prog\pgsql\depend\libxslt', iconv=>'c:\prog\pgsql\depend\iconv', zlib=>'c:\prog\pgsql\depend\zlib'# --with-zlib= }; 1;