aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu.h
diff options
context:
space:
mode:
authorDave Love2000-04-19 11:21:37 +0000
committerDave Love2000-04-19 11:21:37 +0000
commit8fffa182c3fc541965eacf7d9679cbdb12c7cc16 (patch)
tree5105710dad0dcbf8c08bfa76ff460748d1f26e40 /src/s/gnu.h
parent0b8f263e6d7f5da3be88c1e1921a4ef2e6c084e8 (diff)
downloademacs-8fffa182c3fc541965eacf7d9679cbdb12c7cc16.tar.gz
emacs-8fffa182c3fc541965eacf7d9679cbdb12c7cc16.zip
Revert HAVE_GETLOADAVG changes.
Diffstat (limited to 'src/s/gnu.h')
-rw-r--r--src/s/gnu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h
index ecd0e7a9ff8..6a38dc6f588 100644
--- a/src/s/gnu.h
+++ b/src/s/gnu.h
@@ -28,6 +28,11 @@ 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
31#undef KERNEL_FILE 36#undef KERNEL_FILE
32#undef LDAV_SYMBOL 37#undef LDAV_SYMBOL
33 38