ndnboost: Also rename BOOST_ to NDNBOOST_
diff --git a/include/ndnboost/config/no_tr1/complex.hpp b/include/ndnboost/config/no_tr1/complex.hpp
index 4f7c97c..7c22667 100644
--- a/include/ndnboost/config/no_tr1/complex.hpp
+++ b/include/ndnboost/config/no_tr1/complex.hpp
@@ -10,19 +10,19 @@
// dependencies:
//
-#ifndef BOOST_CONFIG_COMPLEX
-# define BOOST_CONFIG_COMPLEX
+#ifndef NDNBOOST_CONFIG_COMPLEX
+# define NDNBOOST_CONFIG_COMPLEX
-# ifndef BOOST_TR1_NO_RECURSION
-# define BOOST_TR1_NO_RECURSION
-# define BOOST_CONFIG_NO_COMPLEX_RECURSION
+# ifndef NDNBOOST_TR1_NO_RECURSION
+# define NDNBOOST_TR1_NO_RECURSION
+# define NDNBOOST_CONFIG_NO_COMPLEX_RECURSION
# endif
# include <complex>
-# ifdef BOOST_CONFIG_NO_COMPLEX_RECURSION
-# undef BOOST_TR1_NO_RECURSION
-# undef BOOST_CONFIG_NO_COMPLEX_RECURSION
+# ifdef NDNBOOST_CONFIG_NO_COMPLEX_RECURSION
+# undef NDNBOOST_TR1_NO_RECURSION
+# undef NDNBOOST_CONFIG_NO_COMPLEX_RECURSION
# endif
#endif