From 2a4315f8fb099a3fd3bbd5d9994af3919a6c5b05 Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Mon, 9 Jan 2012 02:44:16 -0300 Subject: Add the fc keyword in regen/feature.pl It doesn't do anything yet. --- feature.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'feature.h') diff --git a/feature.h b/feature.h index 60bf41d6a5..b595cabf94 100644 --- a/feature.h +++ b/feature.h @@ -27,6 +27,13 @@ /* The longest string we pass in. */ #define MAX_FEATURE_LEN (sizeof("evalbytes")-1) +#define FEATURE_FC_IS_ENABLED \ + ( \ + CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_515 \ + || (CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \ + FEATURE_IS_ENABLED("fc")) \ + ) + #define FEATURE_SAY_IS_ENABLED \ ( \ (CURRENT_FEATURE_BUNDLE >= FEATURE_BUNDLE_510 && \ -- cgit v1.2.1