obs-outputs-config.h.in 154 B

123456789101112131415
  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. #define COMPILE_FTL @COMPILE_FTL@