diff options
Diffstat (limited to 'src/core/load-fragment.h')
-rw-r--r-- | src/core/load-fragment.h | 5 |
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; |