aboutsummaryrefslogtreecommitdiff
path: root/include/sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sysdep.h')
-rwxr-xr-xinclude/sysdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sysdep.h b/include/sysdep.h
index db042b2..43f49b6 100755
--- a/include/sysdep.h
+++ b/include/sysdep.h
@@ -55,6 +55,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define HP300BSD_SYS 19
#define ULTRA3_SYS 20 /* NYU Ultracomputer */
#define NEWSOS3_SYS 21 /* Sony NewsOS 3.x (bsd-4.3 based) */
+#define AMIX_SYS 22 /* Amiga Unix */
#include <ansidecl.h>
@@ -158,4 +159,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/h-ultra3.h>
#endif
+#if HOST_SYS == AMIX_SYS
+#include <sys/h-amix.h>
+#endif
+
#endif /* _SYSDEP_H */