diff options
Diffstat (limited to 'include/sysdep.h')
-rwxr-xr-x | include/sysdep.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sysdep.h b/include/sysdep.h index fd05606..66288c0 100755 --- a/include/sysdep.h +++ b/include/sysdep.h @@ -53,6 +53,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define IRIX3_SYS 17 /* SGI Iris running irix 3.x */ #define IRIX4_SYS 18 /* SGI Iris running cypress */ #define HP300BSD_SYS 19 +#define ULTRA3_SYM1_SYS 20 /* NYU Ultracomputer */ #include <ansidecl.h> @@ -146,4 +147,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/h-hp300bsd.h> #endif +#if HOST_SYS == ULTRA3_SYM1_SYS +#include <sys/h-ultra3.h> +#endif + #endif /* _SYSDEP_H */ |