diff options
| author | Richard M. Stallman | 1993-12-23 02:08:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-12-23 02:08:11 +0000 |
| commit | 0d4c1a6e0b4ef4ff6e5fbb4b5b42fdb47add6bd3 (patch) | |
| tree | 3b273fe16642d3dbcbbf98128baddcc4e2e6ec31 /src | |
| parent | af77f20d5bbc4984cc082eb64afd80cc9ea836d4 (diff) | |
| download | emacs-0d4c1a6e0b4ef4ff6e5fbb4b5b42fdb47add6bd3.tar.gz emacs-0d4c1a6e0b4ef4ff6e5fbb4b5b42fdb47add6bd3.zip | |
(SET_CHILD_PTY_PGRP): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/pmax.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/pmax.h b/src/m/pmax.h index b307729de43..b3d8dc0df66 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h | |||
| @@ -79,3 +79,6 @@ NOTE-END */ | |||
| 79 | Using the MIT X11 distribution instead of the one provided by Dec will | 79 | Using the MIT X11 distribution instead of the one provided by Dec will |
| 80 | also solve the problem, but I doubt you can convince everyone to do this. */ | 80 | also solve the problem, but I doubt you can convince everyone to do this. */ |
| 81 | #define C_SWITCH_X_MACHINE -DNeedFunctionPrototypes=0 | 81 | #define C_SWITCH_X_MACHINE -DNeedFunctionPrototypes=0 |
| 82 | |||
| 83 | /* Enable a fix in process.c. */ | ||
| 84 | #define SET_CHILD_PTY_PGRP | ||