]> git.lyx.org Git - lyx.git/blob - boost/boost/preprocessor.hpp
boost::filesystem added
[lyx.git] / boost / boost / preprocessor.hpp
1 # /* Copyright (C) 2001
2 #  * Housemarque Oy
3 #  * http://www.housemarque.com
4 #  *
5 #  * Permission to copy, use, modify, sell and distribute this software is
6 #  * granted provided this copyright notice appears in all copies. This
7 #  * software is provided "as is" without express or implied warranty, and
8 #  * with no claim as to its suitability for any purpose.
9 #  */
10 #
11 # /* Revised by Paul Mensonides (2002) */
12 #
13 # /* See http://www.boost.org/libs/preprocessor for documentation. */
14 #
15 # ifndef BOOST_PREPROCESSOR_HPP
16 # define BOOST_PREPROCESSOR_HPP
17 #
18 # include <boost/preprocessor/library.hpp>
19 #
20 # endif