diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-25 21:37:54 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-25 21:37:54 +0000 |
commit | aa7244809da9786b4ed4d97f69ce414ef8ef0f7d (patch) | |
tree | 416d00c072b0ad8adbde13512498203c4637be1b /src/s/irix5-0.h | |
parent | c14e53a4425e5d54c160ff597d0059dabff0f9d5 (diff) | |
download | emacs-aa7244809da9786b4ed4d97f69ce414ef8ef0f7d.tar.gz |
(IRIX5, SETPGRP_RELEASES_CTTY): Defined.
Diffstat (limited to 'src/s/irix5-0.h')
-rw-r--r-- | src/s/irix5-0.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index cf46d35f763..3fb431c5a18 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h @@ -1,5 +1,9 @@ #include "usg5-4.h" +#define IRIX5 + +#define SETPGRP_RELEASES_CTTY + #ifdef LIBS_SYSTEM #undef LIBS_SYSTEM #endif |