X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/1d28cc061677bd07d9bed48dd84bd5c590247043..HEAD:/src/src/hintsdb_structs.h diff --git a/src/src/hintsdb_structs.h b/src/src/hintsdb_structs.h index 0e5853b2b..5adb68eb5 100644 --- a/src/src/hintsdb_structs.h +++ b/src/src/hintsdb_structs.h @@ -2,8 +2,8 @@ * Exim - an Internet mail transport agent * *************************************************/ +/* Copyright (c) The Exim Maintainers 2020 - 2024 */ /* 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-or-later */ @@ -21,6 +21,7 @@ that relates to it. */ typedef struct { void * dbptr; int lockfd; + BOOL readonly; } open_db; @@ -163,7 +164,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;