diff options
| author | Richard M. Stallman | 1993-11-25 21:40:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-25 21:40:15 +0000 |
| commit | 5325ce514d39fec1f3e7ce5f23c3e6c1aa3d67a5 (patch) | |
| tree | 717ab1dc8a72102fd3f4e0f803d5b9b6c269fee2 /src | |
| parent | aa7244809da9786b4ed4d97f69ce414ef8ef0f7d (diff) | |
| download | emacs-5325ce514d39fec1f3e7ce5f23c3e6c1aa3d67a5.tar.gz emacs-5325ce514d39fec1f3e7ce5f23c3e6c1aa3d67a5.zip | |
(SETPGRP_RELEASES_CTTY): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix3-3.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index fa2e45e8a9b..adca1c8914d 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h | |||
| @@ -183,3 +183,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 183 | /* sioctl.h should be included where appropriate. */ | 183 | /* sioctl.h should be included where appropriate. */ |
| 184 | 184 | ||
| 185 | #define NEED_SIOCTL | 185 | #define NEED_SIOCTL |
| 186 | |||
| 187 | /* This affects child_setup. */ | ||
| 188 | |||
| 189 | #define SETPGRP_RELEASES_CTTY | ||