2
0
mirror of https://github.com/boostorg/config.git synced 2026-02-17 01:32:15 +00:00

CodeWarrior for Palm OS does not have <unistd.h> (SourceForge patch 505349)

[SVN r21927]
This commit is contained in:
Jens Maurer
2004-01-25 21:18:22 +00:00
parent 0b46553072
commit 1bcb2811bf

View File

@@ -30,7 +30,9 @@
#if defined(__MSL__) && (__MSL__ >= 0x5000)
# define BOOST_HAS_STDINT_H
# define BOOST_HAS_UNISTD_H
# if !defined(__PALMOS_TRAPS__)
# define BOOST_HAS_UNISTD_H
# endif
// boilerplate code:
# include <boost/config/posix_features.hpp>
#endif