]> 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 31cc18a3b5bd95ffa8a3f810d0f688ddb425416f..1d02c5c3270d7a9edc4c5f955ba8b67064b11837 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
@@ -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.  */
 
 
 /*
@@ -104,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"
@@ -124,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 interruptible 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
@@ -154,10 +137,6 @@ 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_GETWD
-
 #define HAVE_SYSVIPC
 
 /* sioctl.h should be included where appropriate.  */
@@ -167,3 +146,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* This affects child_setup.  */
 
 #define SETPGRP_RELEASES_CTTY
+
+/* This was formerly in LIBS_MACHINE in iris4d.h,
+   but it is not needed for newer system versions.  */
+#define LIBS_SYSTEM -lsun