forked from boostorg/config
CodeWarrior for Palm OS does not have <unistd.h> (SourceForge patch 505349)
[SVN r21927]
This commit is contained in:
@ -30,7 +30,9 @@
|
|||||||
|
|
||||||
#if defined(__MSL__) && (__MSL__ >= 0x5000)
|
#if defined(__MSL__) && (__MSL__ >= 0x5000)
|
||||||
# define BOOST_HAS_STDINT_H
|
# define BOOST_HAS_STDINT_H
|
||||||
# define BOOST_HAS_UNISTD_H
|
# if !defined(__PALMOS_TRAPS__)
|
||||||
|
# define BOOST_HAS_UNISTD_H
|
||||||
|
# endif
|
||||||
// boilerplate code:
|
// boilerplate code:
|
||||||
# include <boost/config/posix_features.hpp>
|
# include <boost/config/posix_features.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user