From 643987ed907501dcf9326040bd8bd9f2c60619db Mon Sep 17 00:00:00 2001
From: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
Date: Wed, 30 Nov 2016 07:15:40 +0100
Subject: [PATCH] add missing file

---
 include/hermit/config.h.in | 48 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100755 include/hermit/config.h.in

diff --git a/include/hermit/config.h.in b/include/hermit/config.h.in
new file mode 100755
index 000000000..a4777f620
--- /dev/null
+++ b/include/hermit/config.h.in
@@ -0,0 +1,48 @@
+/* include/hermit/config.h.in.  Generated from configure.ac by autoheader.  */
+
+#undef MAX_CORES
+#undef MAX_TASKS
+#undef MAX_ISLE
+#undef MAX_FNAME
+
+/* Define to use machine specific version of memcpy */
+#undef HAVE_ARCH_MEMCPY
+
+/* Define to use machine specific version of memset */
+#undef HAVE_ARCH_MEMSET
+
+/* Define to use machine specific version of strcpy */
+#undef HAVE_ARCH_STRCPY
+
+/* Define to use machine specific version of strlen */
+#undef HAVE_ARCH_STRLEN
+
+/* Define to use machine specific version of strncpy */
+#undef HAVE_ARCH_STRNCPY
+
+/* Define the stack size of the idle task */
+#undef KERNEL_STACK_SIZE
+
+/* Define the default stack size */
+#undef DEFAULT_STACK_SIZE
+
+/* Define the maximum number of running tasks */
+#undef MAX_TASKS
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION