Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-08-17 08:39:19

0001 //
0002 // Copyright (c) 2025 Klemens Morgenstern (klemens.morgenstern@gmx.net)
0003 //
0004 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0005 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
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 // BOOST_COBALT_IO_DETAIL_CONFIG_HPP
0022