aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcsh/ed.term.h
diff options
context:
space:
mode:
authorMark Peek <mp@FreeBSD.org>2005-04-24 19:41:08 +0000
committerMark Peek <mp@FreeBSD.org>2005-04-24 19:41:08 +0000
commit23338178da74e9862b8abd49eef83ee891027a1e (patch)
tree6daeb0464a7bc8705c0246b7fd98e212b6beed09 /contrib/tcsh/ed.term.h
parentb2d5d167edc56df47468e5836b8129dfd3d0369a (diff)
downloadsrc-23338178da74e9862b8abd49eef83ee891027a1e.tar.gz
src-23338178da74e9862b8abd49eef83ee891027a1e.zip
Import of tcsh-6.14.00
Notes
Notes: svn path=/vendor/tcsh/dist/; revision=145479
Diffstat (limited to 'contrib/tcsh/ed.term.h')
-rw-r--r--contrib/tcsh/ed.term.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcsh/ed.term.h b/contrib/tcsh/ed.term.h
index f868213af6f1..564b10b36d9a 100644
--- a/contrib/tcsh/ed.term.h
+++ b/contrib/tcsh/ed.term.h
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/ed.term.h,v 1.16 2002/07/06 22:28:13 christos Exp $ */
+/* $Header: /src/pub/tcsh/ed.term.h,v 1.17 2004/12/25 21:15:06 christos Exp $ */
/*
* ed.term.h: Local terminal header
*/
@@ -453,7 +453,7 @@
* Also for RH6.2 on the alpha, defined TIOCGLTC, but does not have
* struct ltchars
*/
-#if (defined(hpux) && defined(VSUSP) && defined(VDSUSP) && defined(VWERASE) && defined(VLNEXT)) || defined(__linux__)
+#if (defined(hpux) && defined(VSUSP) && defined(VDSUSP) && defined(VWERASE) && defined(VLNEXT)) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
# undef TIOCGLTC /* not really needed */
# undef TIOCSLTC
#endif