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

Private GIT Repository
36b6ab2509abd379629b64f9c1daa9459f2dcbe6
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / config / platform / aix.hpp
1 //  (C) Copyright John Maddock 2001 - 2002. \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 //  IBM/Aix specific config options:\r
9 \r
10 #define BOOST_PLATFORM "IBM Aix"\r
11 \r
12 #define BOOST_HAS_UNISTD_H\r
13 #define BOOST_HAS_NL_TYPES_H\r
14 #define BOOST_HAS_NANOSLEEP\r
15 #define BOOST_HAS_CLOCK_GETTIME\r
16 \r
17 // This needs support in "boost/cstdint.hpp" exactly like FreeBSD.\r
18 // This platform has header named <inttypes.h> which includes all\r
19 // the things needed.\r
20 #define BOOST_HAS_STDINT_H\r
21 \r
22 // Threading API's:\r
23 #define BOOST_HAS_PTHREADS\r
24 #define BOOST_HAS_PTHREAD_DELAY_NP\r
25 #define BOOST_HAS_SCHED_YIELD\r
26 //#define BOOST_HAS_PTHREAD_YIELD\r
27 \r
28 // boilerplate code:\r
29 #include <boost/config/posix_features.hpp>\r
30 \r
31 \r
32 \r
33 \r