summaryrefslogtreecommitdiff
path: root/CWRU/misc/aux-mach-desc
blob: 71a8dabea0e768974a5670141603d05b92c4ca95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* ************************ */
/*                        */
/*    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 */