aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
parent0b8f263e6d7f5da3be88c1e1921a4ef2e6c084e8 (diff)
downloademacs-8fffa182c3fc541965eacf7d9679cbdb12c7cc16.tar.gz
emacs-8fffa182c3fc541965eacf7d9679cbdb12c7cc16.zip
Revert HAVE_GETLOADAVG changes.
Diffstat (limited to 'src')
-rw-r--r--src/s/bsd386.h2
-rw-r--r--src/s/freebsd.h1
-rw-r--r--src/s/gnu.h5
-rw-r--r--src/s/netbsd.h1
4 files changed, 9 insertions, 0 deletions
diff --git a/src/s/bsd386.h b/src/s/bsd386.h
index 992c2f69c3b..77e30d04bfa 100644
--- a/src/s/bsd386.h
+++ b/src/s/bsd386.h
@@ -18,6 +18,8 @@
18#define LIB_X11_LIB -L/usr/X11/lib -lX11 18#define LIB_X11_LIB -L/usr/X11/lib -lX11
19#define LIBS_SYSTEM -lutil -lkvm -lcompat 19#define LIBS_SYSTEM -lutil -lkvm -lcompat
20 20
21#define HAVE_GETLOADAVG
22
21#undef BSD_PGRPS 23#undef BSD_PGRPS
22 24
23/* System uses OXTABS instead of the expected TAB3. 25/* System uses OXTABS instead of the expected TAB3.
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index 0e1e961f9d4..07c736dd371 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -99,6 +99,7 @@
99#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_1 -L/usr/local/lib 99#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_1 -L/usr/local/lib
100 100
101#define HAVE_WAIT_HEADER 101#define HAVE_WAIT_HEADER
102#define HAVE_GETLOADAVG 1
102#if 0 103#if 0
103#define HAVE_GETPAGESIZE /* configure now puts this in config.h */ 104#define HAVE_GETPAGESIZE /* configure now puts this in config.h */
104#endif 105#endif
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
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index 196a0e86e9a..1adb58736c4 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -12,6 +12,7 @@
12 12
13#undef KERNEL_FILE 13#undef KERNEL_FILE
14#undef LDAV_SYMBOL 14#undef LDAV_SYMBOL
15#define HAVE_GETLOADAVG 1
15 16
16#define HAVE_UNION_WAIT 17#define HAVE_UNION_WAIT
17 18