aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-25 21:37:54 +0000
committerRichard M. Stallman1993-11-25 21:37:54 +0000
commitaa7244809da9786b4ed4d97f69ce414ef8ef0f7d (patch)
tree416d00c072b0ad8adbde13512498203c4637be1b /src/s
parentc14e53a4425e5d54c160ff597d0059dabff0f9d5 (diff)
downloademacs-aa7244809da9786b4ed4d97f69ce414ef8ef0f7d.tar.gz
emacs-aa7244809da9786b4ed4d97f69ce414ef8ef0f7d.zip
(IRIX5, SETPGRP_RELEASES_CTTY): Defined.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/irix5-0.h4
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 @@
1#include "usg5-4.h" 1#include "usg5-4.h"
2 2
3#define IRIX5
4
5#define SETPGRP_RELEASES_CTTY
6
3#ifdef LIBS_SYSTEM 7#ifdef LIBS_SYSTEM
4#undef LIBS_SYSTEM 8#undef LIBS_SYSTEM
5#endif 9#endif