blob: 49528d60862c7c34a79b7c40852ca3412b8269f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@@ Should we enable/make configurable Native Language Support? See --enable-nls
configure option (off by default, at least for locale with
LANG=en_US.UTF-8), ENABLE_NLS macro, libintl.h, src/interfaces/libpq/po/ for
details.
@@ Should we make configurable OpenSSL support? See --with-openssl configure
option, fe-secure-openssl.c (should also be compiled/linked), USE_OPENSSL
macro for details.
@@ Should we make configurable LDAP support? See --with-ldap configure option,
USE_LDAP macro.
@@ Should we make configurable GSSAPI support? See --with-gssapi configure
option, ENABLE_GSS macro.
|