# HG changeset patch # User Roland McGrath # Date 748555321 0 # Node ID 0325106db7fdc221f09c67d635fb79d044852086 # Parent c63ce262aa4d383fbfeee788b1ca991a33505d95 *** empty log message *** diff -r c63ce262aa4d -r 0325106db7fd src/getloadavg.c --- a/src/getloadavg.c Mon Sep 20 17:36:49 1993 +0000 +++ b/src/getloadavg.c Mon Sep 20 20:02:01 1993 +0000 @@ -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