4690
|
1 /* s/ file for netbsd system. */
|
|
2
|
|
3 /* Get most of the stuff from bsd4.3 */
|
|
4 #include "bsd4-3.h"
|
|
5
|
|
6 #undef SYSTEM_TYPE
|
|
7 #define SYSTEM_TYPE "netbsd"
|
|
8
|
|
9 #undef KERNEL_FILE
|
|
10 #define KERNEL_FILE "/netbsd"
|
|
11
|
|
12 #undef LDAV_SYMBOL
|
|
13 #define LDAV_SYMBOL "_averunnable"
|
|
14
|
|
15 #define SIGNALS_VIA_CHARACTERS
|
|
16
|
|
17 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
|
|
18
|
|
19 #define A_TEXT_OFFSET(x) (sizeof (struct exec))
|
|
20 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
|
|
21
|
|
22 #define HAVE_SETSID
|
|
23
|
|
24 #define LIBS_DEBUG
|
|
25 #define LIBS_SYSTEM -lutil
|
|
26
|
|
27 #define HAVE_GETLOADAVG
|
|
28
|
|
29 /* For mem-limits.h. */
|
|
30 #define BSD4_2
|