From a12684e7ad7a0b2f987b53490a0b8775b0c731df Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sat, 29 Aug 2020 15:13:09 -0700 Subject: [PATCH] AMSG feature test --- modules/database/src/ioc/db/recGbl.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/database/src/ioc/db/recGbl.h b/modules/database/src/ioc/db/recGbl.h index 03c4202e2..269777ec6 100644 --- a/modules/database/src/ioc/db/recGbl.h +++ b/modules/database/src/ioc/db/recGbl.h @@ -25,6 +25,14 @@ extern "C" { #endif +/** Feature test macro for alarm message (AMSG) field and support + * + * Covers addition of dbCommon::amsg, recGblSetSevrMsg(), lset::getAlarmMsg() + * + * @since UNRELEASED + */ +#define HAS_ALARM_MESSAGE 1 + /*************************************************************************/ /* Structures needed for args */