chiark / gitweb /
util: introduce our own gperf based capability list
[elogind.git] / src / core / load-fragment.h
index a799c9a6903260ea2d501037bf703359da950afd..21e0871e8b6e3599b61c384503f1a24db2aa8694 100644 (file)
@@ -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;