Sprout/sprout/config/config.hpp

12 lines
333 B
C++
Raw Normal View History

#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
2012-10-22 14:10:11 +00:00
#include <sprout/config/compiler.hpp>
#include <sprout/config/suffix.hpp>
#endif // #ifndef SPROUT_CONFIG_CONFIG_HPP