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

Private GIT Repository
507ef826fbef6d9cffc6ad4b67c342b950cffe29
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / config / platform / beos.hpp
1 //  (C) Copyright John Maddock 2001. \r
2 //  Use, modification and distribution are subject to the \r
3 //  Boost Software License, Version 1.0. (See accompanying file \r
4 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
5 \r
6 //  See http://www.boost.org for most recent version.\r
7 \r
8 //  BeOS specific config options:\r
9 \r
10 #define BOOST_PLATFORM "BeOS"\r
11 \r
12 #define BOOST_NO_CWCHAR\r
13 #define BOOST_NO_CWCTYPE\r
14 #define BOOST_HAS_UNISTD_H\r
15 \r
16 #define BOOST_HAS_BETHREADS\r
17 \r
18 #ifndef BOOST_DISABLE_THREADS\r
19 #  define BOOST_HAS_THREADS\r
20 #endif\r
21 \r
22 // boilerplate code:\r
23 #include <boost/config/posix_features.hpp>\r
24  \r
25 \r
26 \r