summaryrefslogtreecommitdiff
path: root/getloadavg.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-09-20 20:02:01 +0000
committerRoland McGrath <roland@redhat.com>1993-09-20 20:02:01 +0000
commit3087dcdb2e2503ac4ed407513a25f1653dc70414 (patch)
tree7eb0c8adcbd7ed37c92765e166cad00e9745d26f /getloadavg.c
parent5174a5e5a18f774ad5a4553628058391a63b8a55 (diff)
downloadgunmake-3087dcdb2e2503ac4ed407513a25f1653dc70414.tar.gz
*** empty log message ***
Diffstat (limited to 'getloadavg.c')
-rw-r--r--getloadavg.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/getloadavg.c b/getloadavg.c
index b748c3a..ad79231 100644
--- a/getloadavg.c
+++ b/getloadavg.c
@@ -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