Mercurial > hg > xemacs-beta
comparison src/systty.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3a7e78e1142d |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
19 Boston, MA 02111-1307, USA. */ | 19 Boston, MA 02111-1307, USA. */ |
20 | 20 |
21 /* Synched up with: FSF 19.30. */ | 21 /* Synched up with: FSF 19.30. */ |
22 | 22 |
23 #ifndef _XEMACS_SYSTTY_H_ | 23 #ifndef INCLUDED_systty_h_ |
24 #define _XEMACS_SYSTTY_H_ | 24 #define INCLUDED_systty_h_ |
25 | 25 |
26 #ifdef HAVE_TERMIOS | 26 #ifdef HAVE_TERMIOS |
27 # define HAVE_TCATTR | 27 # define HAVE_TCATTR |
28 #endif | 28 #endif |
29 | 29 |
179 /* ----------------------------------------------------- */ | 179 /* ----------------------------------------------------- */ |
180 /* inhibiting particular features */ | 180 /* inhibiting particular features */ |
181 /* ----------------------------------------------------- */ | 181 /* ----------------------------------------------------- */ |
182 | 182 |
183 | 183 |
184 #ifdef APOLLO | |
185 #undef TIOCSTART | |
186 #endif | |
187 | |
188 #if defined (XENIX) || defined (BROKEN_TIOCGETC) | 184 #if defined (XENIX) || defined (BROKEN_TIOCGETC) |
189 #undef TIOCGETC /* Avoid confusing some conditionals that test this. */ | 185 #undef TIOCGETC /* Avoid confusing some conditionals that test this. */ |
190 #endif | 186 #endif |
191 | 187 |
192 /* XEmacs: SIGIO is cleaned up so we remove the crap here that messes | 188 /* XEmacs: SIGIO is cleaned up so we remove the crap here that messes |
439 #endif /* not DOS_NT */ | 435 #endif /* not DOS_NT */ |
440 | 436 |
441 #endif /* not def HAVE_TERMIO */ | 437 #endif /* not def HAVE_TERMIO */ |
442 #endif /* not def HAVE_TERMIOS */ | 438 #endif /* not def HAVE_TERMIOS */ |
443 | 439 |
444 #endif /* _XEMACS_SYSTTY_H_ */ | 440 #endif /* INCLUDED_systty_h_ */ |