summaryrefslogtreecommitdiff
path: root/CWRU/misc/aux-mach-desc
diff options
context:
space:
mode:
Diffstat (limited to 'CWRU/misc/aux-mach-desc')
-rw-r--r--CWRU/misc/aux-mach-desc20
1 files changed, 0 insertions, 20 deletions
diff --git a/CWRU/misc/aux-mach-desc b/CWRU/misc/aux-mach-desc
deleted file mode 100644
index 71a8dabe..00000000
--- a/CWRU/misc/aux-mach-desc
+++ /dev/null
@@ -1,20 +0,0 @@
-/* ************************ */
-/* */
-/* A/UX 3.0 System */
-/* */
-/* ************************ */
-#if defined (mc68k32) && !defined (M_MACHINE)
-# define M_MACHINE "Macintosh"
-# define M_OS "AUX"
-# define SYSDEP_CFLAGS -ZP -DUSG -DHAVE_BCOPY -DHAVE_UID_T -DNSIG=32 \
- -DHAVE_GETDTABLESIZE
-# define SYSDEP_LDFLAGS -ZP
-# define HAVE_DIRENT
-# define HAVE_POSIX_SIGNALS
-# define HAVE_VFPRINTF
-# define VOID_SIGHANDLER
-# define HAVE_GETGROUPS
-# undef HAVE_RESOURCE
-# undef HAVE_ALLOCA
-# define REQUIRED_LIBRARIES -lc_s
-#endif /* A/UX */