From 6054557352539bd9339b842265e5f44e497261c6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 28 Oct 1992 09:06:29 +0000 Subject: [PATCH] (HAVE_SETSID, IRIX): Defined. (HAVE_GETHOSTNAME): Define it. --- src/s/irix3-3.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index 02a0cbdc07..004873cf9d 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h @@ -26,6 +26,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 -- 2.39.2