subprocesses the usual way. But TIOCSIGNAL does work for PTYs, and
this is all we need. */
+#ifndef IRIX6
#define TIOCSIGSEND TIOCSIGNAL
+#endif
/* This change means that we don't loop through allocate_pty too many
times in the (rare) event of a failure. */
So give it a try. */
#define HAVE_SOCKETS
+#ifndef IRIX6
#define bcopy(src,dst,n) memmove (dst,src,n)
#define bcmp(src,dst,n) memcmp (src,dst,n)
#define bzero(s,n) memset (s,0,n)
+#endif