]> code.delx.au - gnu-emacs/blobdiff - src/s/irix3-3.h
(Fmove_to_column): Remove unused local variable `end_byte'.
[gnu-emacs] / src / s / irix3-3.h
index 004873cf9df908150704da5808e896dfaa350db7..1d02c5c3270d7a9edc4c5f955ba8b67064b11837 100644 (file)
@@ -1,11 +1,11 @@
 /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 3.3.
-   Copyright (C) 1987,1990 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1990, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /*
@@ -57,23 +58,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define HAVE_TERMIO
 
-/*
- *     Define HAVE_TIMEVAL if the system supports the BSD style clock values.
- *     Look in <sys/time.h> for a timeval structure.
- */
-
-#define HAVE_TIMEVAL
-
-/* `utime' system call doesn't understand timevals.  */
-
-#define IRIS_UTIME
-/*
- *     Define HAVE_SELECT if the system supports the `select' system call.
- */
-
-#define HAVE_SELECT
-
 /*
  *     Define HAVE_PTYS if the system supports pty devices.
  */
@@ -113,7 +97,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    The alternative is that a lock file named
    /usr/spool/mail/$USER.lock.  */
 
-/* #define MAIL_USE_FLOCK */
+#define MAIL_USE_FLOCK
 
 /* Define CLASH_DETECTION if you want lock files to be written
    so that Emacs can tell instantly when you try to modify
@@ -121,10 +105,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* #define CLASH_DETECTION */
 
-/* We use the Berkeley (and usg5.2.2) interface to nlist.  */
-
-#define NLIST_STRUCT
-
 /* The file containing the kernel's symbol table is called /unix.  */
 
 #define KERNEL_FILE "/unix"
@@ -141,20 +121,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define _setjmp setjmp
 #define _longjmp longjmp
 
-/* On USG systems the system calls are interruptable by signals
- that the user program has elected to catch.  Thus the system call
- must be retried in these cases.  To handle this without massive
- changes in the source code, we remap the standard system call names
- to names for our own functions in sysdep.c that do the system call
- with retries. */
-
-#define read sys_read
-#define open sys_open
-#define write sys_write
-
-#define INTERRUPTIBLE_OPEN
-#define INTERRUPTIBLE_IO
-
 /* On USG systems these have different names */
 
 #define index strchr
@@ -171,14 +137,16 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
            sprintf (ptyname, "/dev/ttyq%d", minor (stb.st_rdev));
 
 
-/* getwd is defined.  */
+#define HAVE_SYSVIPC
+
+/* sioctl.h should be included where appropriate.  */
 
-#define HAVE_GETWD
+#define NEED_SIOCTL
 
-#define HAVE_SYSVIPC
+/* This affects child_setup.  */
 
-/* Use setsid to handle terminals for subprocesses.  */
-#define HAVE_SETSID
+#define SETPGRP_RELEASES_CTTY
 
-/* Implementation of uname is broken on Irix as of version 3.3 */
-#define HAVE_GETHOSTNAME
+/* This was formerly in LIBS_MACHINE in iris4d.h,
+   but it is not needed for newer system versions.  */
+#define LIBS_SYSTEM -lsun