From: David J. MacKenzie Date: Mon, 26 Sep 1994 21:56:21 +0000 (+0000) Subject: REMOVE CONFIG_BROKETS X-Git-Tag: 3.71.5~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=990c39d97359ee1bd27d76356f274abcdaf66212;p=thirdparty%2Fmake.git REMOVE CONFIG_BROKETS --- diff --git a/getloadavg.c b/getloadavg.c index e7804f02..fd9fbaef 100644 --- a/getloadavg.c +++ b/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