ndnboost: Also rename BOOST_ to NDNBOOST_
diff --git a/include/ndnboost/config/no_tr1/functional.hpp b/include/ndnboost/config/no_tr1/functional.hpp
index 5679772..8e7fb5c 100644
--- a/include/ndnboost/config/no_tr1/functional.hpp
+++ b/include/ndnboost/config/no_tr1/functional.hpp
@@ -10,19 +10,19 @@
// dependencies:
//
-#ifndef BOOST_CONFIG_FUNCTIONAL
-# define BOOST_CONFIG_FUNCTIONAL
+#ifndef NDNBOOST_CONFIG_FUNCTIONAL
+# define NDNBOOST_CONFIG_FUNCTIONAL
-# ifndef BOOST_TR1_NO_RECURSION
-# define BOOST_TR1_NO_RECURSION
-# define BOOST_CONFIG_NO_FUNCTIONAL_RECURSION
+# ifndef NDNBOOST_TR1_NO_RECURSION
+# define NDNBOOST_TR1_NO_RECURSION
+# define NDNBOOST_CONFIG_NO_FUNCTIONAL_RECURSION
# endif
# include <functional>
-# ifdef BOOST_CONFIG_NO_FUNCTIONAL_RECURSION
-# undef BOOST_TR1_NO_RECURSION
-# undef BOOST_CONFIG_NO_FUNCTIONAL_RECURSION
+# ifdef NDNBOOST_CONFIG_NO_FUNCTIONAL_RECURSION
+# undef NDNBOOST_TR1_NO_RECURSION
+# undef NDNBOOST_CONFIG_NO_FUNCTIONAL_RECURSION
# endif
#endif