summaryrefslogtreecommitdiffstats
path: root/newlib/acconfig.h
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-04-12 12:05:31 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-04-12 12:05:31 +0000
commitf7a4b388b0f7c49bc1542ae9829e6fb31bc9c611 (patch)
tree908cbe7edd91e596ad54e9c2b551720df5fc7a33 /newlib/acconfig.h
parent492ee4ee4b3afe434279078b2796c7233a55a256 (diff)
downloadcygnal-f7a4b388b0f7c49bc1542ae9829e6fb31bc9c611.tar.gz
cygnal-f7a4b388b0f7c49bc1542ae9829e6fb31bc9c611.tar.bz2
cygnal-f7a4b388b0f7c49bc1542ae9829e6fb31bc9c611.zip
* 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/acconfig.h')
-rw-r--r--newlib/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/acconfig.h b/newlib/acconfig.h
index 3d26b826d..71d163bdb 100644
--- a/newlib/acconfig.h
+++ b/newlib/acconfig.h
@@ -61,6 +61,9 @@
/* Define if fseek functions support seek optimization. */
#undef _FSEEK_OPTIMIZATION
+/* Define if wide char orientation is supported. */
+#undef _WIDE_ORIENT
+
@BOTTOM@
/*
* Iconv encodings enabled ("to" direction)