Fix a few errors in comments. Patch by Fujii Masao, plus the one in
[PostgreSQL.git] / src / tools / msvc / config.pl
blob1e3750535deed3aa3b6f27a067515168fdbef165
1 # Configuration arguments for vcbuild.
2 use strict;
3 use warnings;
5 our $config = {
6 asserts=>0, # --enable-cassert
7 # integer_datetimes=>1, # --enable-integer-datetimes - on is now default
8 # float4byval=>1, # --disable-float4-byval, on by default
9 # float8byval=>0, # --disable-float8-byval, off by default
10 # blocksize => 8, # --with-blocksize, 8kB by default
11 # wal_blocksize => 8, # --with-wal-blocksize, 8kb by default
12 # wal_segsize => 16, # --with-wal-segsize, 16MB by default
13 nls=>undef, # --enable-nls=<path>
14 tcl=>'c:\tcl', # --with-tls=<path>
15 perl=>'c:\perl', # --with-perl
16 python=>'c:\python24', # --with-python=<path>
17 krb5=>'c:\prog\pgsql\depend\krb5', # --with-krb5=<path>
18 ldap=>1, # --with-ldap
19 openssl=>'c:\openssl', # --with-ssl=<path>
20 uuid=>'c:\prog\pgsql\depend\ossp-uuid', #--with-ossp-uuid
21 xml=>'c:\prog\pgsql\depend\libxml2',
22 xslt=>'c:\prog\pgsql\depend\libxslt',
23 iconv=>'c:\prog\pgsql\depend\iconv',
24 zlib=>'c:\prog\pgsql\depend\zlib'# --with-zlib=<path>