|
||||
File indexing completed on 2025-01-18 09:30:07
0001 // (C) Copyright John Maddock 2001. 0002 // Use, modification and distribution are subject to the 0003 // Boost Software License, Version 1.0. (See accompanying file 0004 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0005 0006 // See http://www.boost.org for most recent version. 0007 0008 // BeOS specific config options: 0009 0010 #define BOOST_PLATFORM "BeOS" 0011 0012 #define BOOST_NO_CWCHAR 0013 #define BOOST_NO_CWCTYPE 0014 #define BOOST_HAS_UNISTD_H 0015 0016 #define BOOST_HAS_BETHREADS 0017 0018 #ifndef BOOST_DISABLE_THREADS 0019 # define BOOST_HAS_THREADS 0020 #endif 0021 0022 // boilerplate code: 0023 #include <boost/config/detail/posix_features.hpp> 0024 0025 0026
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |