]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_GETLOADAVG): Define as 1 because config.h defines it that way.
authorGerd Moellmann <gerd@gnu.org>
Tue, 19 Oct 1999 19:52:13 +0000 (19:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 19 Oct 1999 19:52:13 +0000 (19:52 +0000)
src/s/freebsd.h

index 730b05fc759da32b3d4efbc95dee5f1e53a22bd6..609e8222c066b39789f22f659b079179b69482ed 100644 (file)
@@ -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