1 /* s/ file for bsd386 system. */
9 #define DECLARE_GETPWUID_WITH_UID_T
11 #define SIGNALS_VIA_CHARACTERS
13 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
14 #define A_TEXT_OFFSET(x) (sizeof (struct exec))
15 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
18 #define LIB_X11_LIB -L/usr/X11/lib -lX11
19 #define LIBS_SYSTEM -lutil -lkvm -lcompat
21 #define HAVE_GETLOADAVG 1
25 /* System uses OXTABS instead of the expected TAB3.
26 (Copied from netbsd.h.) */
30 #define SYSV_SYSTEM_DIR
36 /* get this since it won't be included if WAITTYPE is defined */
40 #define WRETCODE(w) WEXITSTATUS(w)
42 #define WCOREDUMP(w) ((w) & 0200)
45 #define GETPGRP_NO_ARG 1
47 /* arch-tag: 867e3bb8-e9df-4763-9c82-8f4accb8209e
48 (do not change this comment) */