|
|
1.1 root 1: /* m- file for Motorola System V/88 machines
2: Copyright (C) 1985 Free Software Foundation, Inc.
3:
4: This file is part of GNU Emacs.
5:
6: GNU Emacs is free software; you can redistribute it and/or modify
7: it under the terms of the GNU General Public License as published by
8: the Free Software Foundation; either version 1, or (at your option)
9: any later version.
10:
11: GNU Emacs is distributed in the hope that it will be useful,
12: but WITHOUT ANY WARRANTY; without even the implied warranty of
13: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14: GNU General Public License for more details.
15:
16: You should have received a copy of the GNU General Public License
17: along with GNU Emacs; see the file COPYING. If not, write to
18: the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19:
20: #include "m-delta88.h"
21:
22: #ifndef TRITON88
23: #define TRITON88
24: #endif /* TRITON88 */
25:
26: /* I don't think Trinto88 needs this. */
27:
28: #ifdef BROKEN_FIONREAD
29: #undef BROKEN_FIONREAD
30: #endif /* BROKEN_FIONREAD */
31:
32: /* Need this to prevent Ctrl-Z from suspending Emacs before suspend-emacs
33: have been called. */
34:
35: #define HAVE_TCATTR
36:
37: /* libc defines the following functions. */
38:
39: #define HAVE_RENAME
40: #define HAVE_CLOSEDIR
41: #define HAVE_DUP2
42: #define HAVE_SETSID
43:
44: /* Have to this because of the brain damaged malloc in libc on Triton88
45: machines. */
46:
47: #define C_SWITCH_SYSTEM -Dmalloc=_malloc -Dfree=_free -Drealloc=_realloc -Dcalloc=_calloc
48:
49: /* There is no termio.h. */
50:
51: #define NO_TERMIO
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.