diff options
| author | Dave Love | 2000-04-14 17:52:41 +0000 |
|---|---|---|
| committer | Dave Love | 2000-04-14 17:52:41 +0000 |
| commit | 02cefd5a1092a4d02f8b5b930a6f68564dace5ce (patch) | |
| tree | e72a40081655e9402f17cfcf6a9cbf16eb5af6b8 /src/s/gnu.h | |
| parent | f6f98c87c2f1fe721a80eb45df47cddc9f1006c5 (diff) | |
| download | emacs-02cefd5a1092a4d02f8b5b930a6f68564dace5ce.tar.gz emacs-02cefd5a1092a4d02f8b5b930a6f68564dace5ce.zip | |
Don't define
autoconfiscated HAVE_GETLOADAVG.
Diffstat (limited to 'src/s/gnu.h')
| -rw-r--r-- | src/s/gnu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h index 6a38dc6f588..ecd0e7a9ff8 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h | |||
| @@ -28,11 +28,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 28 | #undef SYSTEM_TYPE | 28 | #undef SYSTEM_TYPE |
| 29 | #define SYSTEM_TYPE "gnu" | 29 | #define SYSTEM_TYPE "gnu" |
| 30 | 30 | ||
| 31 | #undef NLIST_STRUCT | ||
| 32 | |||
| 33 | /* XXX should getloadavg be in libc? Should we have a libutil? | ||
| 34 | #define HAVE_GETLOADAVG */ | ||
| 35 | #undef NLIST_STRUCT | ||
| 36 | #undef KERNEL_FILE | 31 | #undef KERNEL_FILE |
| 37 | #undef LDAV_SYMBOL | 32 | #undef LDAV_SYMBOL |
| 38 | 33 | ||