forked from boostorg/integer
Better support for Tru64.
[SVN r25689]
This commit is contained in:
@ -82,8 +82,8 @@ namespace boost
|
|||||||
|
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
#elif defined(__FreeBSD__) && (__FreeBSD__ <= 4)
|
#elif defined(__FreeBSD__) && (__FreeBSD__ <= 4) || defined(__osf__)
|
||||||
// FreeBSD has an <inttypes.h> that contains much of what we need
|
// FreeBSD and Tru64 have an <inttypes.h> that contains much of what we need.
|
||||||
# include <inttypes.h>
|
# include <inttypes.h>
|
||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
|
Reference in New Issue
Block a user