Mercurial > emacs
changeset 9096:51a06d484c05
REMOVE CONFIG_BROKETS
author | David J. MacKenzie <djm@gnu.org> |
---|---|
date | Mon, 26 Sep 1994 21:56:21 +0000 |
parents | 23f72b18b420 |
children | 35bc87e0b41c |
files | src/getloadavg.c |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/getloadavg.c Mon Sep 26 19:43:24 1994 +0000 +++ b/src/getloadavg.c Mon Sep 26 21:56:21 1994 +0000 @@ -70,14 +70,7 @@ #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 it found this file in $srcdir). */ #include <config.h> -#else -#include "config.h" -#endif #endif /* Exclude all the code except the test program at the end