1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/config/config.hpp
2012-10-22 23:10:11 +09:00

11 lines
333 B
C++

#ifndef SPROUT_CONFIG_CONFIG_HPP
#define SPROUT_CONFIG_CONFIG_HPP
#ifndef SPROUT_CONFIG_DISABLE_AUTO_CONFIG
# include <sprout/config/auto_config.hpp>
#endif // #ifndef SPROUT_CONFIG_DISABLE_AUTO_CONFIG
#include <sprout/config/compiler.hpp>
#include <sprout/config/suffix.hpp>
#endif // #ifndef SPROUT_CONFIG_CONFIG_HPP