From: Gerd Moellmann Date: Tue, 19 Oct 1999 19:52:13 +0000 (+0000) Subject: (HAVE_GETLOADAVG): Define as 1 because config.h defines it that way. X-Git-Tag: emacs-pretest-21.0.90~6365 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=487b10dd18923fb37d25111d5708eaaff8676077;p=emacs.git (HAVE_GETLOADAVG): Define as 1 because config.h defines it that way. --- 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