From 3f7a60a1caf76c7010a4ed092b3e12ad7012fe16 Mon Sep 17 00:00:00 2001 From: Gennaro Prota Date: Thu, 20 Jul 2006 23:44:55 +0000 Subject: [PATCH] removed - prefix code is now in select_compiler_config [SVN r34649] --- include/boost/config/prefix.hpp | 36 --------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 include/boost/config/prefix.hpp diff --git a/include/boost/config/prefix.hpp b/include/boost/config/prefix.hpp deleted file mode 100644 index 25f1575f..00000000 --- a/include/boost/config/prefix.hpp +++ /dev/null @@ -1,36 +0,0 @@ -/* - __________________________________________________________________ - - (C) Copyright Gennaro Prota & Rene Rivera 2006. - - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or copy at - http://www.boost.org/LICENSE_1_0.txt) - - __________________________________________________________________ - - Part of the Boost.Config system: http://www.boost.org/libs/config/ - - This file is intended to be stable, and relatively unchanging. -*/ -#ifndef BOOST_CONFIG_PREFIX_HPP -#define BOOST_CONFIG_PREFIX_HPP - -#define BOOST_CXX_GCCXML 0 -#define BOOST_CXX_COMO 0 -#define BOOST_CXX_DMC 0 -#define BOOST_CXX_INTEL 0 -#define BOOST_CXX_GNUC 0 -#define BOOST_CXX_KCC 0 -#define BOOST_CXX_SGI 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_SUNPRO 0 -#define BOOST_CXX_HPACC 0 /* ok? __HP_aCC */ -#define BOOST_CXX_MPW 0 -#define BOOST_CXX_IBMCPP 0 /* ok? */ -#define BOOST_CXX_MSVC 0 - -#endif // include guard