comparison src/s/bsd386.h @ 28593:9e0cd0f9571f

Don't define autoconfiscated HAVE_GETLOADAVG.
author Dave Love <fx@gnu.org>
date Fri, 14 Apr 2000 17:52:41 +0000
parents b40e126b30fd
children 7f198d98ac14
comparison
equal deleted inserted replaced
28592:e579af0ac592 28593:9e0cd0f9571f
15 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) 15 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
16 16
17 #define LIBS_DEBUG 17 #define LIBS_DEBUG
18 #define LIB_X11_LIB -L/usr/X11/lib -lX11 18 #define LIB_X11_LIB -L/usr/X11/lib -lX11
19 #define LIBS_SYSTEM -lutil -lkvm -lcompat 19 #define LIBS_SYSTEM -lutil -lkvm -lcompat
20
21 #define HAVE_GETLOADAVG
22 20
23 #undef BSD_PGRPS 21 #undef BSD_PGRPS
24 22
25 /* System uses OXTABS instead of the expected TAB3. 23 /* System uses OXTABS instead of the expected TAB3.
26 (Copied from netbsd.h.) */ 24 (Copied from netbsd.h.) */