chiark / gitweb /
sysv: optionally disable of SysV init/rcN.d support at compile time
[elogind.git] / src / manager.h
index df87ed6b62d8eac7b9b8e2fa62902f0db7bea676..10ff24c798aec59577fecda1c2271cd8901a636a 100644 (file)
@@ -203,7 +203,9 @@ struct Manager {
 
         bool show_status;
         bool confirm_spawn;
 
         bool show_status;
         bool confirm_spawn;
+#ifdef HAVE_SYSV_COMPAT
         bool sysv_console;
         bool sysv_console;
+#endif
         bool mount_auto;
         bool swap_auto;
 
         bool mount_auto;
         bool swap_auto;