# HG changeset patch # User Richard M. Stallman # Date 720263189 0 # Node ID 5d0527284372b03e40e83fb8ce154570aeabd4c5 # Parent 573bc1612edd8286d104c12f62deffd8dd4fd1d2 (HAVE_SETSID, IRIX): Defined. (HAVE_GETHOSTNAME): Define it. diff -r 573bc1612edd -r 5d0527284372 src/s/irix3-3.h --- a/src/s/irix3-3.h Wed Oct 28 09:05:06 1992 +0000 +++ b/src/s/irix3-3.h Wed Oct 28 09:06:29 1992 +0000 @@ -26,6 +26,9 @@ #define USG #define USG5 #define IRIS +#ifndef IRIX +#define IRIX +#endif /* SYSTEM_TYPE should indicate the kind of system you are using. It sets the Lisp variable system-type. */ @@ -173,3 +176,9 @@ #define HAVE_GETWD #define HAVE_SYSVIPC + +/* Use setsid to handle terminals for subprocesses. */ +#define HAVE_SETSID + +/* Implementation of uname is broken on Irix as of version 3.3 */ +#define HAVE_GETHOSTNAME