Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/newlib.hin')
-rw-r--r--newlib/newlib.hin7
1 files changed, 6 insertions, 1 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin
index 207192897..bb09f9970 100644
--- a/newlib/newlib.hin
+++ b/newlib/newlib.hin
@@ -1,4 +1,4 @@
-/* newlib.hin. Generated automatically from configure.in by autoheader. */
+/* newlib.hin. Generated from configure.in by autoheader. */
#ifndef __NEWLIB_H__
#define __NEWLIB_H__ 1
@@ -18,6 +18,10 @@
/* Positional argument support in printf functions enabled. */
#undef _WANT_IO_POS_ARGS
+/* Optional reentrant struct support. Used mostly on platforms with
+ very restricted storage. */
+#undef _WANT_REENT_SMALL
+
/* Multibyte supported */
#undef _MB_CAPABLE
@@ -40,6 +44,7 @@
/* Define if the compiler supports aliasing an array to an address. */
#undef _HAVE_ARRAY_ALIASING
+
/*
* Iconv encodings enabled ("to" direction)
*/