diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-09-21 01:02:04 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-09 19:14:35 +0300 |
commit | 2a969b7f4bdb223d3626dc14b684701942ccafb2 (patch) | |
tree | 5b317acd47e5183b7dd127417cd0017c39f28f94 /TODO | |
parent | 05ac4b76f5d30def9d51815c7f25d54316592f45 (diff) |
Make package to be source rather than stub
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,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. |