blob: 3dab0b0c5b2047df9352d5b87b3eef2b7afe79a1 [file] [log] [blame]
Jeff Thompsonf7d49942013-08-01 16:47:40 -07001// (C) Copyright John Maddock 2001.
2// Use, modification and distribution are subject to the
3// Boost Software License, Version 1.0. (See accompanying file
4// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6// See http://www.boost.org for most recent version.
7
8// BeOS specific config options:
9
Jeff Thompson3d613fd2013-10-15 15:39:04 -070010#define NDNBOOST_PLATFORM "BeOS"
Jeff Thompsonf7d49942013-08-01 16:47:40 -070011
Jeff Thompson3d613fd2013-10-15 15:39:04 -070012#define NDNBOOST_NO_CWCHAR
13#define NDNBOOST_NO_CWCTYPE
14#define NDNBOOST_HAS_UNISTD_H
Jeff Thompsonf7d49942013-08-01 16:47:40 -070015
Jeff Thompson3d613fd2013-10-15 15:39:04 -070016#define NDNBOOST_HAS_BETHREADS
Jeff Thompsonf7d49942013-08-01 16:47:40 -070017
Jeff Thompson3d613fd2013-10-15 15:39:04 -070018#ifndef NDNBOOST_DISABLE_THREADS
19# define NDNBOOST_HAS_THREADS
Jeff Thompsonf7d49942013-08-01 16:47:40 -070020#endif
21
22// boilerplate code:
Jeff Thompson2277ce52013-08-01 17:34:11 -070023#include <ndnboost/config/posix_features.hpp>
Jeff Thompsonf7d49942013-08-01 16:47:40 -070024
25
26