aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid J. MacKenzie1994-09-26 21:56:21 +0000
committerDavid J. MacKenzie1994-09-26 21:56:21 +0000
commitfe56ec1329484031acc3e3820846ceead5f403c9 (patch)
tree316240e27d0331ef2f649c6d0d23b724b3873239 /src
parent74d3f80691e9510faa2b0b62d7b3e4a3cccac295 (diff)
downloademacs-fe56ec1329484031acc3e3820846ceead5f403c9.tar.gz
emacs-fe56ec1329484031acc3e3820846ceead5f403c9.zip
REMOVE CONFIG_BROKETS
Diffstat (limited to 'src')
-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 @@
70 70
71 71
72#ifdef HAVE_CONFIG_H 72#ifdef HAVE_CONFIG_H
73#if defined (emacs) || defined (CONFIG_BROKETS)
74/* We use <config.h> instead of "config.h" so that a compilation
75 using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
76 (which it would do because it found this file in $srcdir). */
77#include <config.h> 73#include <config.h>
78#else
79#include "config.h"
80#endif
81#endif 74#endif
82 75
83/* Exclude all the code except the test program at the end 76/* Exclude all the code except the test program at the end