ndnboost: Also rename BOOST_ to NDNBOOST_
diff --git a/include/ndnboost/config/no_tr1/memory.hpp b/include/ndnboost/config/no_tr1/memory.hpp
index e035156..153226c 100644
--- a/include/ndnboost/config/no_tr1/memory.hpp
+++ b/include/ndnboost/config/no_tr1/memory.hpp
@@ -10,19 +10,19 @@
// dependencies:
//
-#ifndef BOOST_CONFIG_MEMORY
-# define BOOST_CONFIG_MEMORY
+#ifndef NDNBOOST_CONFIG_MEMORY
+# define NDNBOOST_CONFIG_MEMORY
-# ifndef BOOST_TR1_NO_RECURSION
-# define BOOST_TR1_NO_RECURSION
-# define BOOST_CONFIG_NO_MEMORY_RECURSION
+# ifndef NDNBOOST_TR1_NO_RECURSION
+# define NDNBOOST_TR1_NO_RECURSION
+# define NDNBOOST_CONFIG_NO_MEMORY_RECURSION
# endif
# include <memory>
-# ifdef BOOST_CONFIG_NO_MEMORY_RECURSION
-# undef BOOST_TR1_NO_RECURSION
-# undef BOOST_CONFIG_NO_MEMORY_RECURSION
+# ifdef NDNBOOST_CONFIG_NO_MEMORY_RECURSION
+# undef NDNBOOST_TR1_NO_RECURSION
+# undef NDNBOOST_CONFIG_NO_MEMORY_RECURSION
# endif
#endif