From a279a52fc499151a3cabf4a2455a194753fb1656 Mon Sep 17 00:00:00 2001 From: Gennaro Prota Date: Mon, 10 Jul 2006 11:38:12 +0000 Subject: [PATCH] Applied name changes suggested on the list for Intel C++, Tru64 and HP aC++ [SVN r34497] --- include/boost/config/prefix.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/config/prefix.hpp b/include/boost/config/prefix.hpp index 68ee263a..25f1575f 100644 --- a/include/boost/config/prefix.hpp +++ b/include/boost/config/prefix.hpp @@ -19,16 +19,16 @@ #define BOOST_CXX_GCCXML 0 #define BOOST_CXX_COMO 0 #define BOOST_CXX_DMC 0 -#define BOOST_CXX_INTELC 0 /* ok? __INTEL_COMPILER, __ICL/__ICC/__ECC */ +#define BOOST_CXX_INTEL 0 #define BOOST_CXX_GNUC 0 #define BOOST_CXX_KCC 0 #define BOOST_CXX_SGI 0 -#define BOOST_CXX_DEC 0 +#define BOOST_CXX_TRU64 0 /* ok? */ #define BOOST_CXX_GHS 0 #define BOOST_CXX_BORLANDC 0 -#define BOOST_CXX_CW 0 /* ok? __MWERKS__*/ +#define BOOST_CXX_CW 0 /* ok? __MWERKS__ */ #define BOOST_CXX_SUNPRO 0 -#define BOOST_CXX_ACC 0 /* ok? __HP_aCC */ +#define BOOST_CXX_HPACC 0 /* ok? __HP_aCC */ #define BOOST_CXX_MPW 0 #define BOOST_CXX_IBMCPP 0 /* ok? */ #define BOOST_CXX_MSVC 0