2013-08-08 09:54:33 +00:00
|
|
|
/*=============================================================================
|
|
|
|
Copyright (c) 2011-2013 Bolero MURAKAMI
|
|
|
|
https://github.com/bolero-MURAKAMI/Sprout
|
|
|
|
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
=============================================================================*/
|
2012-04-13 07:00:30 +00:00
|
|
|
#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>
|
2013-08-06 04:25:32 +00:00
|
|
|
#include <sprout/config/stdlib.hpp>
|
2012-10-22 14:10:11 +00:00
|
|
|
#include <sprout/config/suffix.hpp>
|
2012-04-13 07:00:30 +00:00
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_CONFIG_CONFIG_HPP
|