From a2c0e528b8b5ba370527db279605e4e4135689c1 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sun, 30 Nov 2014 10:21:49 -0500 Subject: When warning about unsupported options, be more detailed --- src/core/load-fragment.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/load-fragment.h') diff --git a/src/core/load-fragment.h b/src/core/load-fragment.h index a799c9a690..4756830302 100644 --- a/src/core/load-fragment.h +++ b/src/core/load-fragment.h @@ -107,3 +107,8 @@ int config_parse_protect_system(const char* unit, const char *filename, unsigned /* gperf prototypes */ const struct ConfigPerfItem* load_fragment_gperf_lookup(const char *key, unsigned length); extern const char load_fragment_gperf_nulstr[]; + +typedef enum Disabled { + DISABLED_CONFIGURATION, + DISABLED_EXPERIMENTAL, +} Disabled; -- cgit v1.2.3-54-g00ecf