]> code.delx.au - gnu-emacs/blobdiff - src/s/irix3-3.h
(LIB_MOTIF): Fix typo.
[gnu-emacs] / src / s / irix3-3.h
index fa2e45e8a9b33519e21dab8c93a112b95ed59be1..e41b05d7069b47e4256aa7375168085e75624134 100644 (file)
@@ -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
@@ -177,9 +161,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define HAVE_SYSVIPC
 
-/* Use setsid to handle terminals for subprocesses.  */
-#define HAVE_SETSID
-
 /* sioctl.h should be included where appropriate.  */
 
 #define NEED_SIOCTL
+
+/* 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