# Configuration arguments for vcbuild. use strict; use warnings; our $config = { asserts=>1, # --enable-cassert 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= pthread=>'c:\prog\pgsql\depend\pthread', 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;