From: Roland McGrath Date: Mon, 20 Sep 1993 20:02:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 3.70.2~132 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3087dcdb2e2503ac4ed407513a25f1653dc70414;p=thirdparty%2Fmake.git *** empty log message *** --- diff --git a/getloadavg.c b/getloadavg.c index b748c3a5..ad79231f 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -69,10 +69,14 @@ #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 getloadavg.c was found in $srcdir). */ + (which it would do because it found this file in $srcdir). */ #include +#else +#include "config.h" +#endif #endif