]> git.ipfire.org Git - thirdparty/bash.git/blob - CWRU/misc/aux-mach-desc
Imported from ../bash-1.14.7.tar.gz.
[thirdparty/bash.git] / CWRU / misc / aux-mach-desc
1 /* ************************ */
2 /* */
3 /* A/UX 3.0 System */
4 /* */
5 /* ************************ */
6 #if defined (mc68k32) && !defined (M_MACHINE)
7 # define M_MACHINE "Macintosh"
8 # define M_OS "AUX"
9 # define SYSDEP_CFLAGS -ZP -DUSG -DHAVE_BCOPY -DHAVE_UID_T -DNSIG=32 \
10 -DHAVE_GETDTABLESIZE
11 # define SYSDEP_LDFLAGS -ZP
12 # define HAVE_DIRENT
13 # define HAVE_POSIX_SIGNALS
14 # define HAVE_VFPRINTF
15 # define VOID_SIGHANDLER
16 # define HAVE_GETGROUPS
17 # undef HAVE_RESOURCE
18 # undef HAVE_ALLOCA
19 # define REQUIRED_LIBRARIES -lc_s
20 #endif /* A/UX */