# HG changeset patch # User Gerd Moellmann # Date 940362733 0 # Node ID 67a319d57afdca87651e88126b5ad8b2ffa46fa8 # Parent 704ce143e42125ee9deacd18ccfd0ad3718b0129 (HAVE_GETLOADAVG): Define as 1 because config.h defines it that way. diff -r 704ce143e421 -r 67a319d57afd src/s/freebsd.h --- a/src/s/freebsd.h Tue Oct 19 18:36:10 1999 +0000 +++ b/src/s/freebsd.h Tue Oct 19 19:52:13 1999 +0000 @@ -93,7 +93,7 @@ #endif /* not __ELF__ */ #define HAVE_WAIT_HEADER -#define HAVE_GETLOADAVG +#define HAVE_GETLOADAVG 1 #if 0 #define HAVE_GETPAGESIZE /* configure now puts this in config.h */ #endif