From d3c927856c15c0a8d817e010687733563d9c6e5b Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Thu, 20 Sep 2001 19:25:35 +0000 Subject: [PATCH] port cstdint.hpp to HP-UX [SVN r11175] --- include/boost/config/platform/hpux.hpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/include/boost/config/platform/hpux.hpp b/include/boost/config/platform/hpux.hpp index 8a9b8a19..77095aa1 100644 --- a/include/boost/config/platform/hpux.hpp +++ b/include/boost/config/platform/hpux.hpp @@ -7,8 +7,13 @@ // hpux specific config options: -#define BOOST_PLATFORM "HP Unix" -#define BOOST_HAS_STDINT_H +#define BOOST_PLATFORM "HP-UX" + +// In principle, HP-UX has a nice under the name +// However, it has the following problem: +// Use of UINT32_C(0) results in "0u l" for the preprocessed source +// (verifyable with gcc 2.95.3, assumed for HP aCC) +// #define BOOST_HAS_STDINT_H #define BOOST_NO_SWPRINTF