chiark / gitweb /
unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as weaker counte...
[elogind.git] / src / path-lookup.h
index f53aa214a3a4ab7ee82b7657763940d375bcbc66..dca8b55e15b2a30219c53900df2b699be4232a2f 100644 (file)
 
 typedef struct LookupPaths {
         char **unit_path;
+#ifdef HAVE_SYSV_COMPAT
         char **sysvinit_path;
         char **sysvrcnd_path;
+#endif
 } LookupPaths;
 
 #include "manager.h"