X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5fd353d843a09c53c6767cbc89671a751b719555..f168d6a2c93ee92d87744ce09c45a0ec666f889c:/src/src/EDITME diff --git a/src/src/EDITME b/src/src/EDITME index 6344561d6..85d24f73f 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -1,7 +1,7 @@ ################################################## # The Exim mail transport agent # ################################################## -# Copyright (c) The Exim Maintainers 2022 +# Copyright (c) The Exim Maintainers 2022 - 2023 # SPDX-License-Identifier: GPL-2.0-or-later # This is the template for Exim's main build-time configuration file. It @@ -52,6 +52,7 @@ # they are correctly installed, via their compatibility interfaces. However, # Exim can also be configured to use the native calls for Berkeley DB (obsolete # versions 1.85, 2.x, 3.x, or the current 4.x version) and also for gdbm. +# See definitions for DBMLIB below. # For some operating systems, a default DBM library (other than ndbm) is # selected by a setting in the OS-specific Makefile. Most modern OS now have @@ -634,6 +635,9 @@ DISABLE_MAL_MKS=yes # Uncomment the following line to add queuefile transport support # EXPERIMENTAL_QUEUEFILE=yes +# +# Uncomment the following line to add XCLIENT support +# EXPERIMENTAL_XCLIENT=yes ############################################################################### # THESE ARE THINGS YOU MIGHT WANT TO SPECIFY #