diff options
| author | Richard M. Stallman | 1993-12-23 02:10:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-12-23 02:10:25 +0000 |
| commit | 8f26edca74fb66d698cdd1969dbfcd95ead926e2 (patch) | |
| tree | 1f78e466f55146c8b245d9c3cc6c4ae5833a6bfa | |
| parent | 6647093951b0dc52178ee36dc0e9595aa3c3e377 (diff) | |
| download | emacs-8f26edca74fb66d698cdd1969dbfcd95ead926e2.tar.gz emacs-8f26edca74fb66d698cdd1969dbfcd95ead926e2.zip | |
(SYSTEM_TYPE): Make it dgux.
(SYSV4_PTYS): Remove.
(SIGNALS_VIA_CHARACTERS): Defined.
| -rw-r--r-- | src/s/dgux.h | 10 |
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 |