obsconfig.h.in 435 B

12345678910111213141516171819
  1. #pragma once
  2. #ifndef ON
  3. #define ON 1
  4. #endif
  5. #ifndef OFF
  6. #define OFF 0
  7. #endif
  8. #define OBS_VERSION "@OBS_VERSION@"
  9. #define OBS_DATA_PATH "@OBS_DATA_PATH@"
  10. #define OBS_INSTALL_PREFIX "@OBS_INSTALL_PREFIX@"
  11. #define OBS_PLUGIN_DESTINATION "@OBS_PLUGIN_DESTINATION@"
  12. #define OBS_RELATIVE_PREFIX "@OBS_RELATIVE_PREFIX@"
  13. #define OBS_UNIX_STRUCTURE @OBS_UNIX_STRUCTURE@
  14. #define BUILD_CAPTIONS @BUILD_CAPTIONS@
  15. #define HAVE_DBUS @HAVE_DBUS@