// Copyright (c) 2005-2009 Hartmut Kaiser // // 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) #if !defined(SAGA_C_ENGINE_EXPORT_DECLARATIONS_NOV_01_2007_0946AM) #define SAGA_C_ENGINE_EXPORT_DECLARATIONS_NOV_01_2007_0946AM // For symbol import/export macros #include /////////////////////////////////////////////////////////////////////////////// // Helper macros to export/import symbols in shared libraries. # ifdef SAGA_C_ENGINE_EXPORTS # define SAGA_C_ENGINE_EXPORT SAGA_SYMBOL_EXPORT # else # define SAGA_C_ENGINE_EXPORT SAGA_SYMBOL_IMPORT # endif # ifdef SAGA_C_PACKAGE_EXPORTS # define SAGA_C_PACKAGE_EXPORT SAGA_SYMBOL_EXPORT # else # define SAGA_C_PACKAGE_EXPORT SAGA_SYMBOL_IMPORT # endif #endif