Initial git import
[sxemacs] / src / s / bsd4-2.h
1 /* Definitions file for GNU Emacs running on bsd 4.2
2    Copyright (C) 1985, 1986, 1994 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 /*
23  *      Define symbols to identify the version of Unix this is.
24  *      Define all the symbols that apply correctly.
25  */
26
27 #ifndef BSD4_2
28 #define BSD4_2 1
29 #endif                          /* BSD4_2 */
30
31 #ifndef BSD
32 #define BSD_WAS_DEFINED
33 #define BSD 42
34 #endif                          /* BSD */
35
36 /* SYSTEM_TYPE should indicate the kind of system you are using.
37  It sets the Lisp variable system-type.  */
38
39 #define SYSTEM_TYPE "berkeley-unix"
40
41 /* First pty name is /dev/ptyp0.  */
42
43 #define FIRST_PTY_LETTER 'p'
44
45 /*
46  *      Define HAVE_PTYS if the system supports pty devices.
47  */
48
49 #define HAVE_PTYS
50
51 /* If your system uses COFF (Common Object File Format) then define the
52    preprocessor symbol "COFF". */
53
54 /* #define COFF */
55
56 /* define MAIL_USE_FLOCK if the mailer uses flock
57    to interlock access to /usr/spool/mail/$USER.
58    The alternative is that a lock file named
59    /usr/spool/mail/$USER.lock.  */
60
61 /* #define MAIL_USE_FLOCK */
62
63 /* The file containing the kernel's symbol table is called /vmunix.  */
64
65 #define KERNEL_FILE "/vmunix"
66
67 /* The symbol in the kernel where the load average is found
68    is named _avenrun.  */
69
70 #define LDAV_SYMBOL "_avenrun"
71
72 /* Formerly "BSD_PGRPS" */
73
74 #define SIGIO_REQUIRES_SEPARATE_PROCESS_GROUP