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