NFD: Adding readme and auto-generated headers
diff --git a/NFD/config.hpp b/NFD/config.hpp
new file mode 100644
index 0000000..7a7281b
--- /dev/null
+++ b/NFD/config.hpp
@@ -0,0 +1,10 @@
+/* WARNING! All changes made to this file will be lost! */
+
+#ifndef W_CONFIG_HPP_WAF
+#define W_CONFIG_HPP_WAF
+
+#define HAVE_IS_DEFAULT_CONSTRUCTIBLE 1
+#define HAVE_IS_MOVE_CONSTRUCTIBLE 1
+#define HAVE_CXX_OVERRIDE 1
+
+#endif /* W_CONFIG_HPP_WAF */