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:
parent
a289acf440
commit
643987ed90
1 changed files with 48 additions and 0 deletions
48
include/hermit/config.h.in
Executable file
48
include/hermit/config.h.in
Executable 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
|
Loading…
Add table
Reference in a new issue