mf-config.hpp.in 176 B

1234567891011121314151617
  1. #ifndef TRUE
  2. #define TRUE 1
  3. #endif
  4. #ifndef ON
  5. #define ON 1
  6. #endif
  7. #ifndef FALSE
  8. #define FALSE 0
  9. #endif
  10. #ifndef OFF
  11. #define OFF 0
  12. #endif
  13. #define ENABLE_WINMF @ENABLE_WINMF@