00001 // (C) Copyright John Maddock 2001. 00002 // Use, modification and distribution are subject to the 00003 // Boost Software License, Version 1.0. (See accompanying file 00004 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00005 00006 // See http://www.boost.org for most recent version. 00007 00008 // BeOS specific config options: 00009 00010 #define BOOST_PLATFORM "BeOS" 00011 00012 #define BOOST_NO_CWCHAR 00013 #define BOOST_NO_CWCTYPE 00014 #define BOOST_HAS_UNISTD_H 00015 00016 #define BOOST_HAS_BETHREADS 00017 00018 #ifndef BOOST_DISABLE_THREADS 00019 # define BOOST_HAS_THREADS 00020 #endif 00021 00022 // boilerplate code: 00023 #include <boost/config/posix_features.hpp> 00024 00025 00026