owlcpp  v0.3.3~
C++ library for working with OWL ontologies
 All Classes Namespaces Files Functions Macros Pages
config.hpp
Go to the documentation of this file.
1 
6 #ifndef OWLCPP_RDF_CONFIG_HPP_
7 #define OWLCPP_RDF_CONFIG_HPP_
8 
9 #include "owlcpp/config.hpp"
10 
11 #ifndef BOOST_SYMBOL_EXPORT
12  #define BOOST_SYMBOL_EXPORT
13  #define BOOST_SYMBOL_IMPORT
14 #endif
15 
16 #if defined(OWLCPP_DYN_LINK) || defined(OWLCPP_RDF_DYN_LINK)
17 # if defined(OWLCPP_RDF_SOURCE)
18 # define OWLCPP_RDF_DECL BOOST_SYMBOL_EXPORT
19 # else
20 # define OWLCPP_RDF_DECL BOOST_SYMBOL_IMPORT
21 # endif
22 #else
23 # define OWLCPP_RDF_DECL
24 #endif
25 
26 #endif /* OWLCPP_RDF_CONFIG_HPP_ */