chiark / gitweb /
Prep v225: Applying various fixes and changes to src/shared that got lost during...
[elogind.git] / src / shared / path-lookup.h
index f4f9895bb4256ea787ac99643afba1f95a54e259..e35c8d3c046a83dd892a977afa1a286fe5a12bdc 100644 (file)
 
 typedef struct LookupPaths {
         char **unit_path;
+#ifdef HAVE_SYSV_COMPAT
+        char **sysvinit_path;
+        char **sysvrcnd_path;
+#endif
 } LookupPaths;
 
 typedef enum ManagerRunningAs {