From: Richard M. Stallman Date: Thu, 25 Nov 1993 21:37:54 +0000 (+0000) Subject: (IRIX5, SETPGRP_RELEASES_CTTY): Defined. X-Git-Tag: emacs-19.34~10669 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa7244809da9786b4ed4d97f69ce414ef8ef0f7d;p=emacs.git (IRIX5, SETPGRP_RELEASES_CTTY): Defined. --- 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