|
10 | 10 | # blocksize => 8, # --with-blocksize, 8kB by default
|
11 | 11 | # wal_blocksize => 8, # --with-wal-blocksize, 8kb by default
|
12 | 12 | # wal_segsize => 16, # --with-wal-segsize, 16MB by default
|
| 13 | + ldap=>1, # --with-ldap |
13 | 14 | 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> |
| 15 | + tcl=>undef, # --with-tls=<path> |
| 16 | + perl=>undef, # --with-perl |
| 17 | + python=>undef, # --with-python=<path> |
| 18 | + krb5=>undef, # --with-krb5=<path> |
| 19 | + openssl=>undef, # --with-ssl=<path> |
| 20 | + uuid=>undef, # --with-ossp-uuid |
| 21 | + xml=>undef, # --with-libxml=<path> |
| 22 | + xslt=>undef, # --with-libxslt=<path> |
| 23 | + iconv=>undef, # (not in configure, path to iconv) |
| 24 | + zlib=>undef # --with-zlib=<path> |
25 | 25 | };
|
26 | 26 |
|
27 | 27 | 1;
|
0 commit comments