ndnboost: Also rename BOOST_ to NDNBOOST_
diff --git a/include/ndnboost/preprocessor/iteration/self.hpp b/include/ndnboost/preprocessor/iteration/self.hpp
index f8c8528..1512f8e 100644
--- a/include/ndnboost/preprocessor/iteration/self.hpp
+++ b/include/ndnboost/preprocessor/iteration/self.hpp
@@ -9,11 +9,11 @@
#
# /* See http://www.boost.org for most recent version. */
#
-# ifndef BOOST_PREPROCESSOR_ITERATION_SELF_HPP
-# define BOOST_PREPROCESSOR_ITERATION_SELF_HPP
+# ifndef NDNBOOST_PREPROCESSOR_ITERATION_SELF_HPP
+# define NDNBOOST_PREPROCESSOR_ITERATION_SELF_HPP
#
-# /* BOOST_PP_INCLUDE_SELF */
+# /* NDNBOOST_PP_INCLUDE_SELF */
#
-# define BOOST_PP_INCLUDE_SELF() <ndnboost/preprocessor/iteration/detail/self.hpp>
+# define NDNBOOST_PP_INCLUDE_SELF() <ndnboost/preprocessor/iteration/detail/self.hpp>
#
# endif