comparison src/s/dgux.h @ 5258:8415001e90e2

(SYSTEM_TYPE): Make it dgux. (SYSV4_PTYS): Remove. (SIGNALS_VIA_CHARACTERS): Defined.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Dec 1993 02:10:25 +0000
parents 8b59fb13665e
children 50216826c507
comparison
equal deleted inserted replaced
5257:80f932e6e5bc 5258:8415001e90e2
37 #define SVR4 37 #define SVR4
38 38
39 /* SYSTEM_TYPE should indicate the kind of system you are using. 39 /* SYSTEM_TYPE should indicate the kind of system you are using.
40 It sets the Lisp variable system-type. */ 40 It sets the Lisp variable system-type. */
41 41
42 #define SYSTEM_TYPE "dgc-unix" 42 #define SYSTEM_TYPE "dgux"
43 43
44 /* NOMULTIPLEJOBS should be defined if your system's shell 44 /* NOMULTIPLEJOBS should be defined if your system's shell
45 does not have "job control" (the ability to stop a program, 45 does not have "job control" (the ability to stop a program,
46 run some other program, then continue the first one). */ 46 run some other program, then continue the first one). */
47 47
237 /* Use TERMINFO instead of termcap */ 237 /* Use TERMINFO instead of termcap */
238 238
239 #define TERMINFO 239 #define TERMINFO
240 240
241 /* 241 /*
242 * Send signals to subprocesses using characters.
243 *
244 */
245
246 #define SIGNALS_VIA_CHARACTERS
247
248 /*
242 * Define HAVE_TERMIOS since this is POSIX, 249 * Define HAVE_TERMIOS since this is POSIX,
243 * for terminal control. Prevent redundant inclusion of termio.h. 250 * for terminal control. Prevent redundant inclusion of termio.h.
244 */ 251 */
245 252
246 #define HAVE_TERMIOS 253 #define HAVE_TERMIOS
275 #undef sigpause 282 #undef sigpause
276 283
277 #define POSIX_SIGNALS 284 #define POSIX_SIGNALS
278 285
279 /* Define this if you use System 5 Release 4 Streams */ 286 /* Define this if you use System 5 Release 4 Streams */
280 #define SYSV4_PTYS
281 #define open sys_open 287 #define open sys_open
282 #define close sys_close 288 #define close sys_close
283 #define read sys_read 289 #define read sys_read
284 #define write sys_write 290 #define write sys_write
285 291