[exim-cvs] Add missing feature lines to prototype Makefile

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Add missing feature lines to prototype Makefile
Gitweb: https://git.exim.org/exim.git/commitdiff/1dac7968ded860e5c81a541d629bebd272862b62
Commit:     1dac7968ded860e5c81a541d629bebd272862b62
Parent:     df98a6ff2e70887890690ffbf8a8ad583d7d7e38
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Jul 2 22:23:49 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Jul 2 22:23:49 2019 +0100


    Add missing feature lines to prototype Makefile
---
 src/src/EDITME | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


diff --git a/src/src/EDITME b/src/src/EDITME
index fa1fe1c..37e43ac 100644
--- a/src/src/EDITME
+++ b/src/src/EDITME
@@ -564,7 +564,7 @@ DISABLE_MAL_MKS=yes

# Uncomment this line to include support for early pipelining, per
# https://datatracker.ietf.org/doc/draft-harris-early-pipe/
-# SUPPORT_PIPE_CONNECT
+# SUPPORT_PIPE_CONNECT=yes


#------------------------------------------------------------------------------
@@ -622,6 +622,9 @@ DISABLE_MAL_MKS=yes
# Uncomment the following line to add queuefile transport support
# EXPERIMENTAL_QUEUEFILE=yes

+# Uncomment the following line to include support for TLS Resumption
+# EXPERIMENTAL_TLS_RESUME=yes
+
 ###############################################################################
 #                 THESE ARE THINGS YOU MIGHT WANT TO SPECIFY                  #
 ###############################################################################