diff options
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 | ||