]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/include/boost/config/platform/irix.hpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
e0691a41d58ec1e6e3f5d706055f70af70352934
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / config / platform / irix.hpp
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
6 \r
7 \r
8 //  See http://www.boost.org for most recent version.\r
9 \r
10 //  SGI Irix specific config options:\r
11 \r
12 #define BOOST_PLATFORM "SGI Irix"\r
13 \r
14 #define BOOST_NO_SWPRINTF \r
15 //\r
16 // these are not auto detected by POSIX feature tests:\r
17 //\r
18 #define BOOST_HAS_GETTIMEOFDAY\r
19 #define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE\r
20 \r
21 #ifdef __GNUC__\r
22    // GNU C on IRIX does not support threads (checked up to gcc 3.3)\r
23 #  define BOOST_DISABLE_THREADS\r
24 #endif\r
25 \r
26 // boilerplate code:\r
27 #define BOOST_HAS_UNISTD_H\r
28 #include <boost/config/posix_features.hpp>\r
29 \r
30 \r
31 \r