00001 // Copyright (c) 2005-2007 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_FILE_HPP 00007 #define SAGA_SAGA_FILE_HPP 00008 00009 // file comes from the data package 00010 #include <saga/saga/packages/file/version.hpp> 00011 #include <saga/saga/packages/file/iovec.hpp> 00012 #include <saga/saga/packages/file/file.hpp> 00013 #include <saga/saga/packages/file/directory.hpp> 00014 00015 // auto linking is disabled while compiling the file package 00016 #if !defined(SAGA_FILE_PACKAGE_EXPORTS) || defined(SAGA_USE_AUTO_LINKING) 00017 #define SAGA_AUTOLINK_LIB_NAME "file" 00018 #include <saga/saga/autolink.hpp> 00019 #endif 00020 00021 #endif // SAGA_SAGA_FILE_HPP 00022