config.hpp.in 99 B

12345678
  1. #ifndef CONFIG_HPP
  2. #define CONFIG_HPP
  3. // Application configuration
  4. enum dummy { NO_OP };
  5. #endif