Deleted Added
full compact
ed.term.h (167466) ed.term.h (195609)
1/* $Header: /p/tcsh/cvsroot/tcsh/ed.term.h,v 1.17 2004/12/25 21:15:06 christos Exp $ */
1/* $Header: /p/tcsh/cvsroot/tcsh/ed.term.h,v 1.18 2007/07/05 14:13:06 christos Exp $ */
2/*
3 * ed.term.h: Local terminal header
4 */
5/*-
6 * Copyright (c) 1980, 1991 The Regents of the University of California.
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without

--- 438 unchanged lines hidden (view full) ---

448#endif /* !POSIX */
449
450/*
451 * fix for hpux10 inconsistency: it has VWERASE, but TIOCSLTC returns
452 * EINVAL if one tries to change it
453 * Also for RH6.2 on the alpha, defined TIOCGLTC, but does not have
454 * struct ltchars
455 */
2/*
3 * ed.term.h: Local terminal header
4 */
5/*-
6 * Copyright (c) 1980, 1991 The Regents of the University of California.
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without

--- 438 unchanged lines hidden (view full) ---

448#endif /* !POSIX */
449
450/*
451 * fix for hpux10 inconsistency: it has VWERASE, but TIOCSLTC returns
452 * EINVAL if one tries to change it
453 * Also for RH6.2 on the alpha, defined TIOCGLTC, but does not have
454 * struct ltchars
455 */
456#if (defined(hpux) && defined(VSUSP) && defined(VDSUSP) && defined(VWERASE) && defined(VLNEXT)) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
456#if (defined(hpux) && defined(VSUSP) && defined(VDSUSP) && defined(VWERASE) && defined(VLNEXT)) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) || defined(__QNXNTO__)
457# undef TIOCGLTC /* not really needed */
458# undef TIOCSLTC
459#endif
460
461#define C_INTR 0
462#define C_QUIT 1
463#define C_ERASE 2
464#define C_KILL 3

--- 58 unchanged lines hidden ---
457# undef TIOCGLTC /* not really needed */
458# undef TIOCSLTC
459#endif
460
461#define C_INTR 0
462#define C_QUIT 1
463#define C_ERASE 2
464#define C_KILL 3

--- 58 unchanged lines hidden ---