/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/posixtyp.h,v 1.1 1990/06/20 19:38:14 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/posixtyp.h,v 1.2 1990/07/30 16:37:57 jinx Exp $
Copyright (c) 1990 Massachusetts Institute of Technology
#ifndef _NLINK_T
#define _NLINK_T
+#ifndef _ULTRIX
typedef short nlink_t;
#endif
+#endif
#ifndef _PID_T
#define _PID_T
/* -*-C-*-
System file for Ultrix
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/ultrix.h,v 1.7 1990/06/20 19:55:03 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/ultrix.h,v 1.8 1990/07/30 16:34:13 jinx Exp $
Copyright (c) 1989, 1990 Massachusetts Institute of Technology
/* This says we have curses terminal support for Edwin. */
#define HAVE_CURSES
-#define C_SWITCH_SYSTEM -D_BSD4_2 -D_ULTRIX
+/* This is in mips.h for some reason. */
+/* #define LIB_DEBUG */
+
+#define C_SWITCH_SYSTEM -D_ULTRIX -D_BSD4_3
#define LIBS_SYSTEM -ltermcap
#define LIBX11_SYSTEM -lc
-#define SOURCES_SYSTEM unixprim.c
-#define OBJECTS_SYSTEM unixprim.o
+/* #define SOURCES_SYSTEM unixprim.c */
+/* #define OBJECTS_SYSTEM unixprim.o */
#define ALTERNATE_M4 s/ultrix.m4
+#ifndef INSTALL_PROGRAM
+#define INSTALL_PROGRAM cp
+#endif