0
|
1 /* Synched up with: FSF 19.31. */
|
|
2
|
|
3 /* s/ file for bsd386 system. */
|
|
4
|
|
5 #include "bsd4-3.h"
|
|
6
|
|
7 #ifndef __bsdi__
|
|
8 #define __bsdi__ 1
|
|
9 #endif
|
|
10
|
|
11 #define DECLARE_GETPWUID_WITH_UID_T
|
|
12
|
175
|
13 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */
|
0
|
14
|
|
15 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
|
|
16 #define A_TEXT_OFFSET(x) (sizeof (struct exec))
|
|
17 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
|
|
18
|
|
19 #define LIBS_DEBUG
|
163
|
20 #define LIB_X11_LIB "-L/usr/X11/lib -lX11"
|
|
21 #define LIBS_SYSTEM "-lutil -lcompat"
|
0
|
22
|
|
23 #define HAVE_GETLOADAVG
|
|
24
|
|
25 /* System uses OXTABS instead of the expected TAB3.
|
|
26 (Copied from netbsd.h.) */
|
|
27 #define TABDLY OXTABS
|
|
28 #define TAB3 OXTABS
|
|
29
|
175
|
30 /* #define NO_TERMIO */ /* mrb */
|
0
|
31
|
|
32 /* This silences a few compilation warnings. */
|
|
33 #ifdef emacs
|
|
34 #undef BSD
|
|
35 #include <sys/param.h> /* To get BSD defined consistently. */
|
|
36 #endif
|