- (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in
	 openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back
	 in. Needed for sshconnect.c
	 [sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines
	 [configure.in] make tests with missing libraries fail
	 patch by Wendy Palm <wendyp@cray.com>
	 Added openbsd-compat/bsd-cray.h. Selective patches from
	 William L. Jones <jones@mail.utexas.edu>
diff --git a/openbsd-compat/bsd-cray.h b/openbsd-compat/bsd-cray.h
new file mode 100644
index 0000000..4ca2dbe
--- /dev/null
+++ b/openbsd-compat/bsd-cray.h
@@ -0,0 +1,13 @@
+
+#ifndef _BSD_CRAY_H
+#define _BSD_CRAY_H
+
+#ifdef _CRAY
+void    cray_init_job(struct passwd *);         /* init cray job */
+void    cray_job_termination_handler(int);      /* process end of job signal */
+void    cray_setup(uid_t, char *);              /* set cray limits */
+extern  char   cray_tmpdir[];                   /* cray tmpdir */
+#endif
+
+
+#endif /* _BSD_CRAY_H */