00001
00002
00003
00004
00005
00006
00007 #ifndef SAGA_DEFS_HPP
00008 #define SAGA_DEFS_HPP
00009
00010
00011
00012 #ifndef SAGA_SKIP_CONFIG_HPP
00013 # include <saga/saga-config.hpp>
00014 #endif
00015
00016
00017
00018 #include <boost/config.hpp>
00019 #ifdef BOOST_WINDOWS
00020 # define SAGA_WINDOWS
00021 #endif
00022
00023
00024
00025 #include <saga/saga/export_definitions.hpp>
00026
00027
00028 #include <saga/saga/version.hpp>
00029
00030
00031 #include <saga/saga-defaults.hpp>
00032
00033 #endif // SAGA_DEFS_HPP
00034