changeset 15845:574a328ee4b2

Initial revision
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Aug 1996 02:52:02 +0000
parents 090728aee80a
children 2b7f0fe44258
files src/s/ptx4.h
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/s/ptx4.h	Fri Aug 09 02:52:02 1996 +0000
@@ -0,0 +1,14 @@
+/* s/ file for Sequent "ptx 4", which is a modified SVR5.4.  */
+
+#include <s/usg5-4.h>
+
+/* Marcus Daniels <marcus@sysc.pdx.edu> says that SIGINFO is defined
+   on ptx4 but it is not a signal.  Prevent process.c from doing the
+   wrong thing.  */
+#undef SIGINFO
+
+/* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist.  */
+#define HAVE_VFORK
+
+/* Tell usg5-4.h not to include filio.h.  */
+#define NO_FILIO_H