Go to the documentation of this file.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 #if defined(SAGA_WINDOWS) // avoid problems with boost asio
00024 #include <WinSock2.h>
00025 #endif
00026
00027
00028 #include <saga/saga/export_definitions.hpp>
00029
00030
00031 #include <saga/saga/version.hpp>
00032
00033
00034 #include <saga/saga-defaults.hpp>
00035
00036 #endif // SAGA_DEFS_HPP
00037