From: David J. MacKenzie Date: Mon, 26 Sep 1994 21:56:21 +0000 (+0000) Subject: REMOVE CONFIG_BROKETS X-Git-Tag: emacs-19.34~6758 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe56ec1329484031acc3e3820846ceead5f403c9;p=emacs.git REMOVE CONFIG_BROKETS --- 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