aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/s/dgux.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h
index 4c6e270adef..35fd1fe71e1 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -39,7 +39,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
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,
@@ -239,6 +239,13 @@ is to define BROKEN_FIONREAD and not use INTERRUPT_INPUT.
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 */
@@ -277,7 +284,6 @@ is to define BROKEN_FIONREAD and not use INTERRUPT_INPUT.
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