From f2c01b15f5d3274b0f6ed66037d846fb617bf496 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 22 Dec 2011 09:41:37 -0800 Subject: Add feature.h, with constants for feature bundles --- feature.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 feature.h (limited to 'feature.h') diff --git a/feature.h b/feature.h new file mode 100644 index 0000000000..03468f27c0 --- /dev/null +++ b/feature.h @@ -0,0 +1,20 @@ +/* -*- buffer-read-only: t -*- + !!!!!!! DO NOT EDIT THIS FILE !!!!!!! + This file is built by regen/feature.pl. + Any changes made here will be lost! + */ + + +#if defined(PERL_CORE) || defined (PERL_EXT) + +#define HINT_FEATURE_SHIFT 26 + +#define FEATURE_BUNDLE_DEFAULT 0 +#define FEATURE_BUNDLE_510 1 +#define FEATURE_BUNDLE_511 2 +#define FEATURE_BUNDLE_515 3 +#define FEATURE_BUNDLE_CUSTOM HINT_FEATURE_MASK >> HINT_FEATURE_SHIFT + +#endif /* PERL_CORE or PERL_EXT */ + +/* ex: set ro: */ -- cgit v1.2.1