2002-06-21 23:08:36 +00:00
|
|
|
# /* **************************************************************************
|
|
|
|
# * *
|
|
|
|
# * (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. *
|
|
|
|
# * *
|
|
|
|
# ************************************************************************** */
|
|
|
|
#
|
2002-07-07 22:19:23 +00:00
|
|
|
# line BOOST_PP_DETAIL_LINE(indirect inclusion of BOOST_PP_INDIRECT_SELF)
|
2002-06-21 23:08:36 +00:00
|
|
|
#
|
2002-06-28 05:03:39 +00:00
|
|
|
# if !defined(BOOST_PP_INDIRECT_SELF)
|
2002-06-21 23:08:36 +00:00
|
|
|
# error BOOST_PP: no file to indirect file to include defined
|
|
|
|
# else
|
2002-06-28 05:03:39 +00:00
|
|
|
# include BOOST_PP_INDIRECT_SELF
|
|
|
|
# undef BOOST_PP_INDIRECT_SELF
|
2002-06-21 23:08:36 +00:00
|
|
|
# endif
|