00001 // Copyright (c) 2005-2006 Andre Merzky (andre@merzky.net) 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_SAGA_NAMESPACE_HPP 00007 #define SAGA_SAGA_NAMESPACE_HPP 00008 00009 // namespace_entry and namespace_dir come from the data package 00010 #include <saga/saga/packages/namespace/version.hpp> 00011 #include <saga/saga/packages/namespace/namespace_entry.hpp> 00012 #include <saga/saga/packages/namespace/namespace_dir.hpp> 00013 00014 #if !defined(SAGA_NAMESPACE_PACKAGE_EXPORTS) || defined(SAGA_USE_AUTO_LINKING) 00015 #define SAGA_AUTOLINK_LIB_NAME "namespace" 00016 #include <saga/saga/autolink.hpp> 00017 #endif 00018 00019 #endif // SAGA_SAGA_NAMESPACE_HPP 00020