SAGA C++ API 1.6
config.hpp
Go to the documentation of this file.
00001 //  Copyright (c) 2005-2009 Hartmut Kaiser
00002 // 
00003 //  Distributed under the Boost Software License, Version 1.0. (See accompanying 
00004 //  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
00005 
00006 #ifndef SAGA_IMPL_PACKAGES_DATA_FILESYSTEM_CONFIG_HPP
00007 #define SAGA_IMPL_PACKAGES_DATA_FILESYSTEM_CONFIG_HPP
00008 
00009 #if defined(_MSC_VER) && (_MSC_VER >= 1200)
00010 # pragma once
00011 #endif 
00012 
00013 // For symbol import/export macros
00014 #include <saga/saga-defs.hpp>
00015 
00016 #if !defined (SAGA_CREATE_PREPROCESSED_FILES) 
00017 
00018 # ifdef   SAGA_FILESYSTEM_PACKAGE_EXPORTS
00019 #   define SAGA_FILESYSTEM_PACKAGE_EXPORT SAGA_SYMBOL_EXPORT
00020 #   define SAGA_FILESYSTEM_PACKAGE_LOCAL  SAGA_SYMBOL_INTERNAL
00021 # elif !defined(BUILD_SAGA_LITE)
00022 #   define SAGA_FILESYSTEM_PACKAGE_EXPORT SAGA_SYMBOL_IMPORT
00023 #   define SAGA_FILESYSTEM_PACKAGE_LOCAL  SAGA_SYMBOL_INTERNAL
00024 # else
00025 #   define SAGA_FILESYSTEM_PACKAGE_EXPORT /* empty */
00026 #   define SAGA_FILESYSTEM_PACKAGE_LOCAL  /* empty */
00027 # endif
00028 
00029 #endif // !SAGA_CREATE_PREPROCESSED_FILES
00030 
00031 #endif // SAGA_IMPL_PACKAGES_DATA_FILESYSTEM_CONFIG_HPP
00032 
00033 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines