annotate DEPENDENCIES/generic/include/boost/iostreams/detail/config/fpos.hpp @ 133:4acb5d8d80b6 tip

Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author Chris Cannam
date Tue, 30 Jul 2019 12:25:44 +0100
parents 2665513ce2d3
children
rev   line source
Chris@16 1 /*
Chris@16 2 * Distributed under the Boost Software License, Version 1.0.(See accompanying
Chris@16 3 * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
Chris@16 4 *
Chris@16 5 * See http://www.boost.org/libs/iostreams for documentation.
Chris@16 6
Chris@16 7 * File: boost/iostreams/detail/execute.hpp
Chris@16 8 * Date: Thu Dec 06 13:21:54 MST 2007
Chris@16 9 * Copyright: 2007-2008 CodeRage, LLC
Chris@16 10 * Author: Jonathan Turkanis
Chris@16 11 * Contact: turkanis at coderage dot com
Chris@16 12 *
Chris@16 13 * Defines the preprocessor symbol BOOST_IOSTREAMS_HAS_DINKUMWARE_FPOS for
Chris@16 14 * platforms that use the implementation of std::fpos from the Dinkumware
Chris@16 15 * Standard Library.
Chris@16 16 */
Chris@16 17
Chris@16 18 #ifndef BOOST_IOSTREAMS_DETAIL_CONFIG_FPOS_HPP_INCLUDED
Chris@16 19 #define BOOST_IOSTREAMS_DETAIL_CONFIG_FPOS_HPP_INCLUDED
Chris@16 20
Chris@16 21 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
Chris@16 22 # pragma once
Chris@16 23 #endif
Chris@16 24
Chris@16 25 # if (defined(_YVALS) || defined(_CPPLIB_VER)) && !defined(__SGI_STL_PORT) && \
Chris@16 26 !defined(_STLPORT_VERSION) && !defined(__QNX__)
Chris@16 27 /**/
Chris@16 28 # define BOOST_IOSTREAMS_HAS_DINKUMWARE_FPOS
Chris@16 29 # endif
Chris@16 30
Chris@16 31 #endif // #ifndef BOOST_IOSTREAMS_DETAIL_CONFIG_FPOS_HPP_INCLUDED