Sprout/sprout/config/config.hpp
2013-08-06 13:25:32 +09:00

12 lines
370 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/stdlib.hpp>
#include <sprout/config/suffix.hpp>
#endif // #ifndef SPROUT_CONFIG_CONFIG_HPP