summaryrefslogtreecommitdiff
path: root/src/core/load-fragment.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-30 10:21:49 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-30 18:49:08 -0500
commita2c0e528b8b5ba370527db279605e4e4135689c1 (patch)
tree633159a18013d221c6b6285d9f571ad5064fa3d5 /src/core/load-fragment.h
parentf3589f7bc657765d7635b3ead81b3620e51a9028 (diff)
When warning about unsupported options, be more detailed
Diffstat (limited to 'src/core/load-fragment.h')
-rw-r--r--src/core/load-fragment.h5
1 files changed, 5 insertions, 0 deletions
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;