File indexing completed on 2026-08-17 08:39:19
0001
0002
0003
0004
0005
0006
0007
0008 #include <boost/config.hpp>
0009
0010 #ifndef BOOST_COBALT_IO_DETAIL_CONFIG_HPP
0011 #define BOOST_COBALT_IO_DETAIL_CONFIG_HPP
0012
0013 #if !defined(BOOST_COBALT_SOURCE) && !defined(BOOST_ALL_NO_LIB) && !defined(BOOST_COBALT_NO_LIB) && !defined(BOOST_COBALT_IO_NO_LIB)
0014 #define BOOST_LIB_NAME boost_cobalt_io
0015 #if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_COBALT_DYN_LINK)
0016 #define BOOST_DYN_LINK
0017 #endif
0018 #include <boost/config/auto_link.hpp>
0019 #endif
0020
0021 #endif
0022