summaryrefslogtreecommitdiff
path: root/src/getloadavg.c
diff options
context:
space:
mode:
authorDavid J. MacKenzie <djm@gnu.org>1994-09-26 21:56:21 +0000
committerDavid J. MacKenzie <djm@gnu.org>1994-09-26 21:56:21 +0000
commitfe56ec1329484031acc3e3820846ceead5f403c9 (patch)
tree316240e27d0331ef2f649c6d0d23b724b3873239 /src/getloadavg.c
parent74d3f80691e9510faa2b0b62d7b3e4a3cccac295 (diff)
downloademacs-fe56ec1329484031acc3e3820846ceead5f403c9.tar.gz
REMOVE CONFIG_BROKETS
Diffstat (limited to 'src/getloadavg.c')
-rw-r--r--src/getloadavg.c7
1 files changed, 0 insertions, 7 deletions
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 <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