diff options
| author | Kenichi Handa | 2000-06-20 12:20:16 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-06-20 12:20:16 +0000 |
| commit | c99c89ac6ae0758cc474c2048dd9fe00217237cf (patch) | |
| tree | 58269d41caf4efd4817eab9e78b15a5066fd159b /src | |
| parent | 95417e1e45617254018fbb3ae5f8b50c717e781c (diff) | |
| download | emacs-c99c89ac6ae0758cc474c2048dd9fe00217237cf.tar.gz emacs-c99c89ac6ae0758cc474c2048dd9fe00217237cf.zip | |
(HAVE_GETLOADAVG): Define it as 1.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/bsd386.h | 2 |
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 | ||