|
3 | 3 | use warnings;
|
4 | 4 |
|
5 | 5 | our $config = {
|
6 |
| - asserts => 0, # --enable-cassert |
| 6 | + asserts => 0, # --enable-cassert |
7 | 7 | # integer_datetimes=>1, # --enable-integer-datetimes - on is now default
|
8 | 8 | # float4byval=>1, # --disable-float4-byval, on by default
|
9 | 9 |
|
|
13 | 13 | # blocksize => 8, # --with-blocksize, 8kB by default
|
14 | 14 | # wal_blocksize => 8, # --with-wal-blocksize, 8kB by default
|
15 | 15 | # wal_segsize => 16, # --with-wal-segsize, 16MB by default
|
16 |
| - ldap => 1, # --with-ldap |
17 |
| - extraver => undef, # --with-extra-version=<string> |
18 |
| - nls => undef, # --enable-nls=<path> |
19 |
| - tcl => undef, # --with-tls=<path> |
20 |
| - perl => undef, # --with-perl |
21 |
| - python => undef, # --with-python=<path> |
22 |
| - openssl => undef, # --with-openssl=<path> |
23 |
| - uuid => undef, # --with-ossp-uuid |
24 |
| - xml => undef, # --with-libxml=<path> |
25 |
| - xslt => undef, # --with-libxslt=<path> |
26 |
| - iconv => undef, # (not in configure, path to iconv) |
27 |
| - zlib => undef # --with-zlib=<path> |
| 16 | + ldap => 1, # --with-ldap |
| 17 | + extraver => undef, # --with-extra-version=<string> |
| 18 | + nls => undef, # --enable-nls=<path> |
| 19 | + tap_tests => undef, # --enable-tap-tests |
| 20 | + tcl => undef, # --with-tls=<path> |
| 21 | + perl => undef, # --with-perl |
| 22 | + python => undef, # --with-python=<path> |
| 23 | + openssl => undef, # --with-openssl=<path> |
| 24 | + uuid => undef, # --with-ossp-uuid |
| 25 | + xml => undef, # --with-libxml=<path> |
| 26 | + xslt => undef, # --with-libxslt=<path> |
| 27 | + iconv => undef, # (not in configure, path to iconv) |
| 28 | + zlib => undef # --with-zlib=<path> |
28 | 29 | };
|
29 | 30 |
|
30 | 31 | 1;
|
0 commit comments