# HG changeset patch # User Richard M. Stallman # Date 756612625 0 # Node ID 8415001e90e21e0296865991f373b6e2edad7915 # Parent 80f932e6e5bc60fd268f4fa94fd27b300eed7dd2 (SYSTEM_TYPE): Make it dgux. (SYSV4_PTYS): Remove. (SIGNALS_VIA_CHARACTERS): Defined. diff -r 80f932e6e5bc -r 8415001e90e2 src/s/dgux.h --- a/src/s/dgux.h Thu Dec 23 02:09:10 1993 +0000 +++ b/src/s/dgux.h Thu Dec 23 02:10:25 1993 +0000 @@ -39,7 +39,7 @@ /* SYSTEM_TYPE should indicate the kind of system you are using. It sets the Lisp variable system-type. */ -#define SYSTEM_TYPE "dgc-unix" +#define SYSTEM_TYPE "dgux" /* NOMULTIPLEJOBS should be defined if your system's shell does not have "job control" (the ability to stop a program, @@ -239,6 +239,13 @@ #define TERMINFO /* + * Send signals to subprocesses using characters. + * + */ + +#define SIGNALS_VIA_CHARACTERS + +/* * Define HAVE_TERMIOS since this is POSIX, * for terminal control. Prevent redundant inclusion of termio.h. */ @@ -277,7 +284,6 @@ #define POSIX_SIGNALS /* Define this if you use System 5 Release 4 Streams */ -#define SYSV4_PTYS #define open sys_open #define close sys_close #define read sys_read