diff src/s/hpux10-20.h @ 107797:702528fcbb6a

Simplify code for HP machines. * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define for GNU_LINUX, not needed. (UNEXEC, NEED_BSDTTY): Move definitions... * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 06 Apr 2010 23:11:45 -0700
parents 1d1d5d9bd884
children 5eae2b195dc6
line wrap: on
line diff
--- a/src/s/hpux10-20.h	Tue Apr 06 23:01:30 2010 -0700
+++ b/src/s/hpux10-20.h	Tue Apr 06 23:11:45 2010 -0700
@@ -89,6 +89,11 @@
 
 #define HAVE_PERROR  /* Delete this line for version 6.  */
 
+#define UNEXEC unexhp9k800.o
+
+/* Include the file bsdtty.h, since this machine has job control.  */
+#define NEED_BSDTTY
+
 /* This is how to get the device name of the tty end of a pty.  */
 #define PTY_TTY_NAME_SPRINTF \
             sprintf (pty_name, "/dev/pty/tty%c%x", c, i);