/Src/Dependencies/Boost/boost/iostreams/detail/config/fpos.hpp

http://hadesmem.googlecode.com/ · C++ Header · 31 lines · 10 code · 4 blank · 17 comment · 6 complexity · dba93fd946a0fb68369611d44ffcb9d3 MD5 · raw file

  1. /*
  2. * Distributed under the Boost Software License, Version 1.0.(See accompanying
  3. * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
  4. *
  5. * See http://www.boost.org/libs/iostreams for documentation.
  6. * File: boost/iostreams/detail/execute.hpp
  7. * Date: Thu Dec 06 13:21:54 MST 2007
  8. * Copyright: 2007-2008 CodeRage, LLC
  9. * Author: Jonathan Turkanis
  10. * Contact: turkanis at coderage dot com
  11. *
  12. * Defines the preprocessor symbol BOOST_IOSTREAMS_HAS_DINKUMWARE_FPOS for
  13. * platforms that use the implementation of std::fpos from the Dinkumware
  14. * Standard Library.
  15. */
  16. #ifndef BOOST_IOSTREAMS_DETAIL_CONFIG_FPOS_HPP_INCLUDED
  17. #define BOOST_IOSTREAMS_DETAIL_CONFIG_FPOS_HPP_INCLUDED
  18. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  19. # pragma once
  20. #endif
  21. # if (defined(_YVALS) || defined(_CPPLIB_VER)) && !defined(__SGI_STL_PORT) && \
  22. !defined(_STLPORT_VERSION) && !defined(__QNX__)
  23. /**/
  24. # define BOOST_IOSTREAMS_HAS_DINKUMWARE_FPOS
  25. # endif
  26. #endif // #ifndef BOOST_IOSTREAMS_DETAIL_CONFIG_FPOS_HPP_INCLUDED