summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-01 19:12:57 +0000
committerjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-01 19:12:57 +0000
commitf3b719b373c54bc689c29a46932b0b7bb3250c4a (patch)
treea6739e4409a3e10989d6e8017e82b8fcd4de69d5 /gcc/config.in
parent47269859a5bb1d55547b4dbc3213206706db5813 (diff)
downloadgcc-f3b719b373c54bc689c29a46932b0b7bb3250c4a.tar.gz
2013-06-01 Janus Weil <janus@gcc.gnu.org>
Mikael Morin <mikael@gcc.gnu.org> * configure.ac: Add AC_HEADER_TIOCGWINSZ macro. * config.in: Regenerated. * configure: Regenerated. 2013-06-01 Janus Weil <janus@gcc.gnu.org> Mikael Morin <mikael@gcc.gnu.org> * error.c (get_terminal_width): Only limit the width if we're outputting to a terminal. Try to determine width via ioctl. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199585 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/config.in b/gcc/config.in
index f122d48579e..288c11f9377 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -199,6 +199,12 @@
#endif
+/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
+#ifndef USED_FOR_TARGET
+#undef GWINSZ_IN_SYS_IOCTL
+#endif
+
+
/* mcontext_t fields start with __ */
#ifndef USED_FOR_TARGET
#undef HAS_MCONTEXT_T_UNDERSCORES
@@ -1247,7 +1253,7 @@
#endif
-/* Define if your AIX linker supports a large TOC. */
+/* Define if your PowerPC64 linker supports a large TOC. */
#ifndef USED_FOR_TARGET
#undef HAVE_LD_LARGE_TOC
#endif