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
commitc2daf80cb5a3f1ea8a865e1eb38e4cb9b4c08455 (patch)
tree0714fc95199708f7ec4ee5cf815a44ff5421b0f6 /src/getloadavg.c
parent10b9dba2f7c0c825d48bdcded92ba04c2258851b (diff)
downloademacs-c2daf80cb5a3f1ea8a865e1eb38e4cb9b4c08455.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