sl@0: // -*- C++ -*- forwarding header. sl@0: // (C) Copyright Jeremy Siek 2004 sl@0: // Distributed under the Boost Software License, Version 1.0. (See sl@0: // accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt) sl@0: sl@0: #ifndef BOOST_CSTDDEF_HPP sl@0: #define BOOST_CSTDDEF_HPP sl@0: sl@0: #if defined(__sgi) && !defined(__GNUC__) sl@0: # include sl@0: #else sl@0: # include sl@0: #endif sl@0: sl@0: #endif