1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

add missing file

This commit is contained in:
Stefan Lankes 2016-11-30 07:15:40 +01:00 committed by Daniel Krebs
parent a289acf440
commit 643987ed90

48
include/hermit/config.h.in Executable file
View file

@ -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