From 487b10dd18923fb37d25111d5708eaaff8676077 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 19 Oct 1999 19:52:13 +0000 Subject: [PATCH] (HAVE_GETLOADAVG): Define as 1 because config.h defines it that way. --- src/s/freebsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 730b05fc759..609e8222c06 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -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 -- 2.39.5