Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 09:34:49

0001 //  (C) Copyright John Maddock 2011.
0002 //  Use, modification and distribution are subject to the
0003 //  Boost Software License, Version 1.0. (See accompanying file
0004 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 
0007 //  See http://www.boost.org for most recent version.
0008 
0009 //  SGI Irix specific config options:
0010 
0011 #define BOOST_PLATFORM "Cray"
0012 
0013 // boilerplate code:
0014 #define BOOST_HAS_UNISTD_H
0015 #include <boost/config/detail/posix_features.hpp>
0016 
0017 
0018