(HAVE_SETSID, IRIX): Defined.
authorRichard M. Stallman <rms@gnu.org>
Wed, 28 Oct 1992 09:06:29 +0000 (09:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 28 Oct 1992 09:06:29 +0000 (09:06 +0000)
(HAVE_GETHOSTNAME): Define it.

src/s/irix3-3.h

index 02a0cbd..004873c 100644 (file)
@@ -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