ndnboost: Also rename BOOST_ to NDNBOOST_
diff --git a/include/ndnboost/config.hpp b/include/ndnboost/config.hpp
index eeaf79f..0b38d4b 100644
--- a/include/ndnboost/config.hpp
+++ b/include/ndnboost/config.hpp
@@ -14,49 +14,49 @@
// DO NOT MODIFY THIS FILE!
//
-#ifndef BOOST_CONFIG_HPP
-#define BOOST_CONFIG_HPP
+#ifndef NDNBOOST_CONFIG_HPP
+#define NDNBOOST_CONFIG_HPP
// if we don't have a user config, then use the default location:
-#if !defined(BOOST_USER_CONFIG) && !defined(BOOST_NO_USER_CONFIG)
-# define BOOST_USER_CONFIG <ndnboost/config/user.hpp>
+#if !defined(NDNBOOST_USER_CONFIG) && !defined(NDNBOOST_NO_USER_CONFIG)
+# define NDNBOOST_USER_CONFIG <ndnboost/config/user.hpp>
#endif
// include it first:
-#ifdef BOOST_USER_CONFIG
-# include BOOST_USER_CONFIG
+#ifdef NDNBOOST_USER_CONFIG
+# include NDNBOOST_USER_CONFIG
#endif
// if we don't have a compiler config set, try and find one:
-#if !defined(BOOST_COMPILER_CONFIG) && !defined(BOOST_NO_COMPILER_CONFIG) && !defined(BOOST_NO_CONFIG)
+#if !defined(NDNBOOST_COMPILER_CONFIG) && !defined(NDNBOOST_NO_COMPILER_CONFIG) && !defined(NDNBOOST_NO_CONFIG)
# include <ndnboost/config/select_compiler_config.hpp>
#endif
// if we have a compiler config, include it now:
-#ifdef BOOST_COMPILER_CONFIG
-# include BOOST_COMPILER_CONFIG
+#ifdef NDNBOOST_COMPILER_CONFIG
+# include NDNBOOST_COMPILER_CONFIG
#endif
// if we don't have a std library config set, try and find one:
-#if !defined(BOOST_STDLIB_CONFIG) && !defined(BOOST_NO_STDLIB_CONFIG) && !defined(BOOST_NO_CONFIG) && defined(__cplusplus)
+#if !defined(NDNBOOST_STDLIB_CONFIG) && !defined(NDNBOOST_NO_STDLIB_CONFIG) && !defined(NDNBOOST_NO_CONFIG) && defined(__cplusplus)
# include <ndnboost/config/select_stdlib_config.hpp>
#endif
// if we have a std library config, include it now:
-#ifdef BOOST_STDLIB_CONFIG
-# include BOOST_STDLIB_CONFIG
+#ifdef NDNBOOST_STDLIB_CONFIG
+# include NDNBOOST_STDLIB_CONFIG
#endif
// if we don't have a platform config set, try and find one:
-#if !defined(BOOST_PLATFORM_CONFIG) && !defined(BOOST_NO_PLATFORM_CONFIG) && !defined(BOOST_NO_CONFIG)
+#if !defined(NDNBOOST_PLATFORM_CONFIG) && !defined(NDNBOOST_NO_PLATFORM_CONFIG) && !defined(NDNBOOST_NO_CONFIG)
# include <ndnboost/config/select_platform_config.hpp>
#endif
// if we have a platform config, include it now:
-#ifdef BOOST_PLATFORM_CONFIG
-# include BOOST_PLATFORM_CONFIG
+#ifdef NDNBOOST_PLATFORM_CONFIG
+# include NDNBOOST_PLATFORM_CONFIG
#endif
// get config suffix code:
#include <ndnboost/config/suffix.hpp>
-#endif // BOOST_CONFIG_HPP
+#endif // NDNBOOST_CONFIG_HPP