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:
authorCorinna Vinschen <corinna@vinschen.de>2013-04-12 16:05:31 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-04-12 16:05:31 +0400
commitf7a4b388b0f7c49bc1542ae9829e6fb31bc9c611 (patch)
tree908cbe7edd91e596ad54e9c2b551720df5fc7a33 /newlib/newlib.hin
parent492ee4ee4b3afe434279078b2796c7233a55a256 (diff)
* acconfig.h (_WCHAR_ORIENT): Undef
* newlib.hin (_WCHAR_ORIENT): Undef * configure.in (--enable-newlib-wchar-orient): New option. * configure: Regenerated. * libc/configure.in (--enable-newlib-wchar-orient): New option. * libc/configure: Regenerated. * libc/stdio/Makefile.am (NEWLIB_WIDE_ORIENT): Use. * libc/stdio/Makefile.in: Regenerated. * libc/stdio/local.h (ORIENT): Use _WCHAR_ORIENT to control the definition. Add alternative definition. * libc/stdio/vfprintf.c (__sfputs_r, __sprint_r): Use _WCHAR_ORIENT to control the wide char output.
Diffstat (limited to 'newlib/newlib.hin')
-rw-r--r--newlib/newlib.hin3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin
index f9206e916..030d51419 100644
--- a/newlib/newlib.hin
+++ b/newlib/newlib.hin
@@ -64,6 +64,9 @@
/* Define if fseek functions support seek optimization. */
#undef _FSEEK_OPTIMIZATION
+/* Define if wide char orientation is supported. */
+#undef _WIDE_ORIENT
+
/*
* Iconv encodings enabled ("to" direction)
*/