Mercurial > emacs
changeset 4752:0325106db7fd
*** empty log message ***
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Mon, 20 Sep 1993 20:02:01 +0000 |
parents | c63ce262aa4d |
children | 3963121bd25f |
files | src/getloadavg.c |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <config.h> 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 <config.h> +#else +#include "config.h" +#endif #endif