From c2daf80cb5a3f1ea8a865e1eb38e4cb9b4c08455 Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Mon, 26 Sep 1994 21:56:21 +0000 Subject: REMOVE CONFIG_BROKETS --- src/getloadavg.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/getloadavg.c') diff --git a/src/getloadavg.c b/src/getloadavg.c index e7804f02b98..fd9fbaefe9e 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c @@ -70,14 +70,7 @@ #ifdef HAVE_CONFIG_H -#if defined (emacs) || defined (CONFIG_BROKETS) -/* We use instead of "config.h" so that a compilation - using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h - (which it would do because it found this file in $srcdir). */ #include -#else -#include "config.h" -#endif #endif /* Exclude all the code except the test program at the end -- cgit v1.2.1