ui-config.h.in 728 B

1234567891011121314151617181920212223242526272829303132333435
  1. #pragma once
  2. #ifndef TRUE
  3. #define TRUE 1
  4. #endif
  5. #ifndef ON
  6. #define ON 1
  7. #endif
  8. #ifndef FALSE
  9. #define FALSE 0
  10. #endif
  11. #ifndef OFF
  12. #define OFF 0
  13. #endif
  14. #cmakedefine USE_XDG
  15. #define TWITCH_ENABLED @TWITCH_ENABLED@
  16. #define TWITCH_CLIENTID "@TWITCH_CLIENTID@"
  17. #define TWITCH_HASH 0x@TWITCH_HASH@
  18. #define RESTREAM_ENABLED @RESTREAM_ENABLED@
  19. #define RESTREAM_CLIENTID "@RESTREAM_CLIENTID@"
  20. #define RESTREAM_HASH 0x@RESTREAM_HASH@
  21. #define YOUTUBE_ENABLED @YOUTUBE_ENABLED@
  22. #define YOUTUBE_CLIENTID "@YOUTUBE_CLIENTID@"
  23. #define YOUTUBE_SECRET "@YOUTUBE_SECRET@"
  24. #define YOUTUBE_CLIENTID_HASH 0x@YOUTUBE_CLIENTID_HASH@
  25. #define YOUTUBE_SECRET_HASH 0x@YOUTUBE_SECRET_HASH@
  26. #define DEFAULT_THEME "Dark"