summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-11-30 22:37:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-12-06 15:11:04 +0300
commitf1f39911e0d2d88c98eae96a3eb14a53c664206f (patch)
tree4cf4e3a84d895f59323d3b6ab4bfab38b3cab489 /TODO
parentfc9499b8a7b7a3e350bfabf2cd6ae0bc13f04bea (diff)
Upgrade to 12.1
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 0 insertions, 14 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 49528d6..0000000
--- a/TODO
+++ /dev/null
@@ -1,14 +0,0 @@
-@@ 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.