Mercurial > emacs
annotate src/s/usg5-3.h @ 14141:dc502b9c237c
(vc-cancel-version): Use search-forward to scan error message. Added
comments.
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Wed, 10 Jan 1996 15:24:03 +0000 |
parents | 191acacfa1ec |
children | ee40177f6c68 |
rev | line source |
---|---|
456 | 1 /* Definitions file for GNU Emacs running on AT&T's System V Release 3 |
2 Copyright (C) 1987 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 | |
3699 | 8 the Free Software Foundation; either version 2, or (at your option) |
456 | 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 | |
21 /* | |
22 * Define symbols to identify the version of Unix this is. | |
23 * Define all the symbols that apply correctly. | |
24 */ | |
25 | |
26 #define USG /* System III, System V, etc */ | |
27 | |
28 #define USG5 | |
29 | |
1040 | 30 #define USG5_3 |
31 | |
456 | 32 /* SYSTEM_TYPE should indicate the kind of system you are using. |
33 It sets the Lisp variable system-type. */ | |
34 | |
35 #define SYSTEM_TYPE "usg-unix-v" | |
36 | |
37 /* nomultiplejobs should be defined if your system's shell | |
38 does not have "job control" (the ability to stop a program, | |
39 run some other program, then continue the first one). */ | |
40 | |
41 #define NOMULTIPLEJOBS | |
42 | |
43 /* Default is to set interrupt_input to 0: don't do input buffering within Emacs */ | |
44 | |
45 /* #define INTERRUPT_INPUT */ | |
46 | |
47 /* Letter to use in finding device name of first pty, | |
48 if system supports pty's. 'p' means it is /dev/ptyp0 */ | |
49 | |
50 #define FIRST_PTY_LETTER 'p' | |
51 | |
52 /* | |
53 * Define HAVE_TERMIO if the system provides sysV-style ioctls | |
54 * for terminal control. | |
55 */ | |
56 | |
57 #define HAVE_TERMIO | |
58 | |
59 /* | |
60 * Define HAVE_PTYS if the system supports pty devices. | |
61 */ | |
62 | |
63 /* Some versions of V.3 have this, but not all. | |
64 #define HAVE_PTYS | |
65 #define SYSV_PTYS */ | |
66 | |
67 /* Define HAVE_SOCKETS if system supports 4.2-compatible sockets. */ | |
68 | |
69 /* #define HAVE_SOCKETS */ | |
70 | |
71 /* | |
72 * Define NONSYSTEM_DIR_LIBRARY to make Emacs emulate | |
73 * The 4.2 opendir, etc., library functions. | |
74 */ | |
75 | |
76 /* #define NONSYSTEM_DIR_LIBRARY */ | |
77 | |
78 /* | |
79 * Define SYSV_SYSTEM_DIR to use the V.3 getdents/readir | |
80 * library functions. Almost, but not quite the same as | |
81 * the 4.2 functions | |
82 */ | |
83 #define SYSV_SYSTEM_DIR | |
84 | |
85 /* Define this symbol if your system has the functions bcopy, etc. */ | |
86 | |
87 /* #define BSTRING */ | |
88 | |
89 /* subprocesses should be defined if you want to | |
90 have code for asynchronous subprocesses | |
91 (as used in M-x compile and M-x shell). | |
92 This is supposed to work now on system V release 2. */ | |
93 | |
94 #define subprocesses | |
95 | |
96 /* If your system uses COFF (Common Object File Format) then define the | |
97 preprocessor symbol "COFF". */ | |
98 | |
99 #define COFF | |
100 | |
101 /* define MAIL_USE_FLOCK if the mailer uses flock | |
102 to interlock access to /usr/spool/mail/$USER. | |
103 The alternative is that a lock file named | |
104 /usr/spool/mail/$USER.lock. */ | |
105 | |
106 /* #define MAIL_USE_FLOCK */ | |
107 | |
108 /* Define CLASH_DETECTION if you want lock files to be written | |
109 so that Emacs can tell instantly when you try to modify | |
110 a file that someone else has modified in his Emacs. */ | |
111 | |
112 /* #define CLASH_DETECTION */ | |
113 | |
114 /* Define SHORTNAMES if the C compiler can distinguish only | |
115 short names. It means that the stuff in ../shortnames | |
116 must be run to convert the long names to short ones. */ | |
117 | |
118 /* #define SHORTNAMES */ | |
119 | |
120 /* We use the Berkeley (and usg5.2.2) interface to nlist. */ | |
121 | |
122 #define NLIST_STRUCT | |
123 | |
124 /* The file containing the kernel's symbol table is called /unix. */ | |
125 | |
126 #define KERNEL_FILE "/unix" | |
127 | |
128 /* The symbol in the kernel where the load average is found | |
129 is named avenrun. */ | |
130 | |
131 #define LDAV_SYMBOL "avenrun" | |
132 | |
133 /* Define this if system V IPC is available. */ | |
134 | |
135 #define HAVE_SYSVIPC | |
3053
7d0d877f8733
Some makes can't handle form feed characters in their makefiles.
Jim Blandy <jimb@redhat.com>
parents:
2115
diff
changeset
|
136 |
456 | 137 /* Special hacks needed to make Emacs run on this system. */ |
138 | |
139 /* | |
140 * Make the sigsetmask function go away. Don't know what the | |
141 * ramifications of this are, but doesn't seem possible to | |
142 * emulate it properly anyway at this point. | |
143 */ | |
144 | |
145 #define sigsetmask(mask) /* Null expansion */ | |
146 | |
147 /* setjmp and longjmp can safely replace _setjmp and _longjmp, | |
148 but they will run slower. */ | |
149 | |
150 #define _setjmp setjmp | |
151 #define _longjmp longjmp | |
152 | |
1040 | 153 /* On USG systems the system calls are interruptible by signals |
456 | 154 that the user program has elected to catch. Thus the system call |
155 must be retried in these cases. To handle this without massive | |
156 changes in the source code, we remap the standard system call names | |
157 to names for our own functions in sysdep.c that do the system call | |
158 with retries. */ | |
159 | |
160 #define read sys_read | |
161 #define write sys_write | |
162 #define open sys_open | |
163 #define close sys_close | |
164 | |
165 #define INTERRUPTIBLE_OPEN | |
166 #define INTERRUPTIBLE_CLOSE | |
167 #define INTERRUPTIBLE_IO | |
168 | |
169 /* On USG systems these have different names */ | |
170 #define index strchr | |
171 #define rindex strrchr | |
172 | |
173 /* USG systems tend to put everything declared static | |
174 into the initialized data area, which becomes pure after dumping Emacs. | |
175 Foil this. Emacs carefully avoids static vars inside functions. */ | |
176 | |
177 #define static | |
178 | |
179 /* Compiler bug bites on many systems when default ADDR_CORRECT is used. */ | |
180 | |
181 #define ADDR_CORRECT(x) (x) | |
182 | |
183 /* Use terminfo instead of termcap. */ | |
184 | |
185 #define TERMINFO | |
186 | |
1040 | 187 /* Some variants have TIOCGETC, but the structures to go with it |
188 are not declared. */ | |
189 | |
190 #define BROKEN_TIOCGETC | |
191 | |
999 | 192 /* AT&T SVr3 X wants to be linked with shared libraries */ |
193 | |
194 #define LIB_X11_LIB -lX11_s | |
195 | |
456 | 196 /* X needs to talk on the network, so search the network library. */ |
197 | |
198 #define LIBX10_SYSTEM -lnsl_s | |
2115
9b403531a607
* s/usg5-3.h (LIBX11_SYSTEM): Eric Raymond says the libraries here
Jim Blandy <jimb@redhat.com>
parents:
1040
diff
changeset
|
199 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s |
456 | 200 |
1040 | 201 /* The docs for system V/386 suggest v.3 has sigpause, |
202 so let's give it a try. */ | |
203 #define HAVE_SYSV_SIGPAUSE | |
456 | 204 |
999 | 205 /* Some variants have TIOCGWINSZ, but the structures to go with it |
206 are not declared. */ | |
207 | |
208 #define BROKEN_TIOCGWINSZ | |
209 | |
210 /* If we're using the System V X port, BSD bstring functions will be handy */ | |
211 | |
212 #ifdef HAVE_X_WINDOWS | |
213 #define BSTRING | |
214 #endif /* HAVE_X_WINDOWS */ | |
215 | |
456 | 216 /* Enable support for shared libraries in unexec. */ |
217 | |
218 #define USG_SHARED_LIBRARIES | |
490 | 219 |
220 /* On USG systems signal handlers return void */ | |
221 | |
222 #define SIGTYPE void |