mconfig.mesontemplate 660 B

12345678910111213141516171819202122232425
  1. // This file (is or will be) auto-generated by meson.
  2. #ifndef DINIT_MCONFIG_H
  3. #define DINIT_MCONFIG_H 1
  4. // Defines
  5. #mesondefine USE_UTMPX
  6. #mesondefine USE_INITGROUPS
  7. #mesondefine SUPPORT_CGROUPS
  8. #mesondefine SUPPORT_CAPABILITIES
  9. #mesondefine SUPPORT_IOPRIO
  10. #mesondefine SUPPORT_OOM_ADJ
  11. #mesondefine DEFAULT_AUTO_RESTART
  12. #mesondefine DEFAULT_START_TIMEOUT
  13. #mesondefine DEFAULT_STOP_TIMEOUT
  14. // Constants
  15. constexpr static char DINIT_VERSION[] = @DINIT_VERSION@;
  16. constexpr static char SYSCONTROLSOCKET[] = @SYSCONTROLSOCKET@;
  17. constexpr static char SBINDIR[] = @SBINDIR@;
  18. constexpr static char SHUTDOWN_PREFIX[] = @SHUTDOWN_PREFIX@;
  19. #endif // DINIT_MCONFIG_H