aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2000-06-20 12:20:16 +0000
committerKenichi Handa2000-06-20 12:20:16 +0000
commitc99c89ac6ae0758cc474c2048dd9fe00217237cf (patch)
tree58269d41caf4efd4817eab9e78b15a5066fd159b /src
parent95417e1e45617254018fbb3ae5f8b50c717e781c (diff)
downloademacs-c99c89ac6ae0758cc474c2048dd9fe00217237cf.tar.gz
emacs-c99c89ac6ae0758cc474c2048dd9fe00217237cf.zip
(HAVE_GETLOADAVG): Define it as 1.
Diffstat (limited to 'src')
-rw-r--r--src/s/bsd386.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/bsd386.h b/src/s/bsd386.h
index 77e30d04bfa..99280daf832 100644
--- a/src/s/bsd386.h
+++ b/src/s/bsd386.h
@@ -18,7 +18,7 @@
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 20
21#define HAVE_GETLOADAVG 21#define HAVE_GETLOADAVG 1
22 22
23#undef BSD_PGRPS 23#undef BSD_PGRPS
24 24