X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a85c067ba6c6940512cf57ec213277a370d87e70..1d2868b2d90c230dd4ae42e6f3c7e4958ed75de5:/src/src/hintsdb_structs.h diff --git a/src/src/hintsdb_structs.h b/src/src/hintsdb_structs.h index 27cd9edf9..5da311c2b 100644 --- a/src/src/hintsdb_structs.h +++ b/src/src/hintsdb_structs.h @@ -5,7 +5,7 @@ /* Copyright (c) University of Cambridge 1995 - 2018 */ /* Copyright (c) The Exim Maintainers 2020 - 2021 */ /* See the file NOTICE for conditions of use and distribution. */ -/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* This header file contains the definitions of the structures used in the various hints databases are also kept in this file, which is used by the @@ -163,7 +163,7 @@ typedef struct { unsigned short cleartext_auths; unsigned short crypted_auths; -# ifdef EXPERIMENTAL_ESMTP_LIMITS +# ifndef DISABLE_ESMTP_LIMITS unsigned int limit_mail; unsigned int limit_rcpt; unsigned int limit_rcptdom;