irix.hpp
Go to the documentation of this file.
00001 //  (C) Copyright John Maddock 2001 - 2003. 
00002 //  (C) Copyright Jens Maurer 2003. 
00003 //  Use, modification and distribution are subject to the 
00004 //  Boost Software License, Version 1.0. (See accompanying file 
00005 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
00006 
00007 
00008 //  See http://www.boost.org for most recent version.
00009 
00010 //  SGI Irix specific config options:
00011 
00012 #define BOOST_PLATFORM "SGI Irix"
00013 
00014 #define BOOST_NO_SWPRINTF 
00015 //
00016 // these are not auto detected by POSIX feature tests:
00017 //
00018 #define BOOST_HAS_GETTIMEOFDAY
00019 #define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
00020 
00021 #ifdef __GNUC__
00022    // GNU C on IRIX does not support threads (checked up to gcc 3.3)
00023 #  define BOOST_DISABLE_THREADS
00024 #endif
00025 
00026 // boilerplate code:
00027 #define BOOST_HAS_UNISTD_H
00028 #include <boost/config/posix_features.hpp>
00029 
00030 
00031 


appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:29