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.hin9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin
index dfdf198e2..bb0e2d75a 100644
--- a/newlib/newlib.hin
+++ b/newlib/newlib.hin
@@ -8,6 +8,15 @@
/* Newlib version */
#undef _NEWLIB_VERSION
+/* long long type support in IO functions like printf/scanf enabled */
+#undef _WANT_IO_LONG_LONG
+
+/* long double type support in IO functions like printf/scanf enabled */
+#undef _WANT_IO_LONG_DOUBLE
+
+/* Positional argument support in printf functions enabled. */
+#undef _WANT_IO_POS_ARGS
+
/* Multibyte supported */
#undef _MB_CAPABLE