* configure.in (*-*-irix6*): New host; use sysdep-6irix.h.
rltty.c
search.c
signals.c
+sysdep-6irix.h
sysdep-aix.h
sysdep-cxux7.h
sysdep-irix.h
+Wed May 13 13:41:53 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ * sysdep-6irix.h: New file.
+ * configure.in (*-*-irix6*): New host; use sysdep-6irix.h.
+
+ * Makefile.in (isearch.o, search.o): Depend upon sysdep.h.
+ (Makefile): Depend upon $(srcdir)/configure.in.
+
Thu Apr 9 11:59:38 1998 Ian Dall (<Ian.Dall@dsto.defence.gov.au>
* configure.in (host==netbsd): Include config/mh-bsd44.
--- /dev/null
+/* System-dependent stuff, for SGI Irix 6. */
+
+#ifdef __GNUC__
+#define alloca __builtin_alloca
+#else
+#include <alloca.h>
+#endif
+
+#include <sys/types.h>
+#include <sys/stream.h>
+#include <sys/dir.h>
+typedef struct direct dirent;