From: hartmann Date: Thu, 19 Feb 2004 07:38:30 +0000 (+0000) Subject: Needed for compaq on DEC. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72294a497cefb15d8a1063e929f732d0c668f0c0;p=dealii-svn.git Needed for compaq on DEC. git-svn-id: https://svn.dealii.org/trunk@8480 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/boost/include/boost/preprocessor/inc.hpp b/deal.II/contrib/boost/include/boost/preprocessor/inc.hpp new file mode 100644 index 0000000000..20a6a8f544 --- /dev/null +++ b/deal.II/contrib/boost/include/boost/preprocessor/inc.hpp @@ -0,0 +1,18 @@ +# /* ************************************************************************** +# * * +# * (C) Copyright Paul Mensonides 2002. Permission to copy, use, * +# * modify, sell, and distribute this software is granted provided * +# * this copyright notice appears in all copies. This software is * +# * provided "as is" without express or implied warranty, and with * +# * no claim at to its suitability for any purpose. * +# * * +# ************************************************************************** */ +# +# /* See http://www.boost.org for most recent version. */ +# +# ifndef BOOST_PREPROCESSOR_INC_HPP +# define BOOST_PREPROCESSOR_INC_HPP +# +# include +# +# endif