diff options
| author | Roland McGrath | 1993-09-20 20:02:01 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-09-20 20:02:01 +0000 |
| commit | 82cb56fb146f2512bc267e77e09fe4db295dc274 (patch) | |
| tree | b557b7732ae34cbf45c26fa728272a3a9599b1ae /src/getloadavg.c | |
| parent | eb6ff46fa1c735e3fb30d43d9203cafc859b68e5 (diff) | |
| download | emacs-82cb56fb146f2512bc267e77e09fe4db295dc274.tar.gz emacs-82cb56fb146f2512bc267e77e09fe4db295dc274.zip | |
*** empty log message ***
Diffstat (limited to 'src/getloadavg.c')
| -rw-r--r-- | src/getloadavg.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/getloadavg.c b/src/getloadavg.c index b748c3a5ace..ad79231f671 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c | |||
| @@ -69,10 +69,14 @@ | |||
| 69 | 69 | ||
| 70 | 70 | ||
| 71 | #ifdef HAVE_CONFIG_H | 71 | #ifdef HAVE_CONFIG_H |
| 72 | #if defined (emacs) || defined (CONFIG_BROKETS) | ||
| 72 | /* We use <config.h> instead of "config.h" so that a compilation | 73 | /* We use <config.h> instead of "config.h" so that a compilation |
| 73 | using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h | 74 | using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h |
| 74 | (which it would do because getloadavg.c was found in $srcdir). */ | 75 | (which it would do because it found this file in $srcdir). */ |
| 75 | #include <config.h> | 76 | #include <config.h> |
| 77 | #else | ||
| 78 | #include "config.h" | ||
| 79 | #endif | ||
| 76 | #endif | 80 | #endif |
| 77 | 81 | ||
| 78 | 82 | ||