X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fload-fragment.h;h=21e0871e8b6e3599b61c384503f1a24db2aa8694;hb=821d4b6e068b2afaad94d43db22171c34a30400e;hp=a799c9a6903260ea2d501037bf703359da950afd;hpb=2ca620c4ed28c01f285d869d0b22f22a360957da;p=elogind.git diff --git a/src/core/load-fragment.h b/src/core/load-fragment.h index a799c9a69..21e0871e8 100644 --- a/src/core/load-fragment.h +++ b/src/core/load-fragment.h @@ -107,3 +107,9 @@ 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_LEGACY, + DISABLED_EXPERIMENTAL, +} Disabled;