MacOS fixes for Carbon builds

[SVN r16662]
This commit is contained in:
John Maddock
2002-12-19 11:38:07 +00:00
parent ff6bee14c8
commit 3ada4c5873
2 changed files with 6 additions and 2 deletions

View File

@@ -19,7 +19,9 @@
# define BOOST_HAS_UNISTD_H
# endif
// boilerplate code:
# include <boost/config/posix_features.hpp>
# ifndef TARGET_CARBON
# include <boost/config/posix_features.hpp>
# endif
# ifndef BOOST_HAS_STDINT_H
# define BOOST_HAS_STDINT_H
# endif
@@ -60,3 +62,4 @@
# endif
#endif