1 // (C) Copyright John Maddock 2001 - 2003.
\r
2 // (C) Copyright Jens Maurer 2003.
\r
3 // Use, modification and distribution are subject to the
\r
4 // Boost Software License, Version 1.0. (See accompanying file
\r
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
\r
8 // See http://www.boost.org for most recent version.
\r
10 // SGI Irix specific config options:
\r
12 #define BOOST_PLATFORM "SGI Irix"
\r
14 #define BOOST_NO_SWPRINTF
\r
16 // these are not auto detected by POSIX feature tests:
\r
18 #define BOOST_HAS_GETTIMEOFDAY
\r
19 #define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
\r
22 // GNU C on IRIX does not support threads (checked up to gcc 3.3)
\r
23 # define BOOST_DISABLE_THREADS
\r
26 // boilerplate code:
\r
27 #define BOOST_HAS_UNISTD_H
\r
28 #include <boost/config/posix_features.hpp>
\r