Partially sync files.el from XEmacs 21.5 for wildcard support.
[sxemacs] / src / m / news.h
1 /* machine description file for Sony's NEWS workstations, NEWS-OS 3.0.
2    Copyright (C) 1985, 1986, 1989 Free Software Foundation, Inc.
3
4 This file is part of SXEmacs
5
6 SXEmacs 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 3 of the License, or
9 (at your option) any later version.
10
11 SXEmacs 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 this program.  If not, see <http://www.gnu.org/licenses/>. */
18
19
20 /* Synched up with: FSF 19.31. */
21
22 /* The following line tells the configuration script what sort of
23    operating system this machine is likely to run.
24    USUAL-OPSYS="note"
25
26 NOTE-START
27 Use -opsystem=bsd4-2, or -opsystem=bsd4-3 for system release 3.
28 NOTE-END  */
29
30 /* Say this machine is a 68000 */
31
32 #ifndef m68000
33 #define m68000
34 #endif
35
36 /* One CRT0 Dummy variable */
37
38 #if 0                           /* larry@mitra.com says Sony's as doesn't like this.  */
39 #define CRT0_DUMMIES one_dummy,
40 #endif
41
42 /* The News machine has alloca. */
43
44 #ifndef HAVE_ALLOCA
45 #define HAVE_ALLOCA
46 #endif
47
48 /* Data type of load average, as read out of kmem.  */
49
50 #define LOAD_AVE_TYPE double
51
52 /* Convert that into an integer that is 100 for a load average of 1.0  */
53
54 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
55
56 /* Must use the system's termcap.  It does special things.  */
57
58 #define LIBS_TERMCAP "-ltermcap"