From 3d1a4f06721f5fc5870542326c4cfeebe339db99 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Tue, 15 Feb 2022 18:54:29 +0000 Subject: Add 'signatures' to :5.36 feature bundle --- feature.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'feature.h') diff --git a/feature.h b/feature.h index ac9a0dde24..1087edcae9 100644 --- a/feature.h +++ b/feature.h @@ -129,8 +129,9 @@ #define FEATURE_SIGNATURES_IS_ENABLED \ ( \ - CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \ - FEATURE_IS_ENABLED_MASK(FEATURE_SIGNATURES_BIT) \ + CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_535 \ + || (CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \ + FEATURE_IS_ENABLED_MASK(FEATURE_SIGNATURES_BIT)) \ ) #define FEATURE___SUB___IS_ENABLED \ -- cgit v1.2.1