1 2 3 4 5 6 7 8
#ifndef CONFIG_HPP #define CONFIG_HPP // Application configuration enum dummy { NO_OP }; #endif