newlib.hin: regenerate

The last two patches to configure.ac missed regeneration of newlib.hin.

Fixes: 64a11fded1 ("Fix problem with _newlib_version.h not being filled in correctly")
Fixes: 39f734a857 ("newlib: fix AC_DEFINE quoting style with version macros")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2023-11-16 20:06:19 +01:00
parent 2cc109be1d
commit 7e4840bc45
1 changed files with 12 additions and 0 deletions

View File

@ -375,6 +375,9 @@
/* nano version of malloc is used. */
#undef _NANO_MALLOC
/* The newlib version in string format. */
#undef _NEWLIB_VERSION
/* Verify _REENT_CHECK macros allocate memory successfully. */
#undef _REENT_CHECK_VERIFY
@ -422,4 +425,13 @@
/* Define if wide char orientation is supported. */
#undef _WIDE_ORIENT
/* The newlib minor version number. */
#undef __NEWLIB_MINOR__
/* The newlib patch level. */
#undef __NEWLIB_PATCHLEVEL__
/* The newlib major version number. */
#undef __NEWLIB__
#endif /* !__NEWLIB_H__ */