aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-04-14 17:52:41 +0000
committerDave Love2000-04-14 17:52:41 +0000
commit02cefd5a1092a4d02f8b5b930a6f68564dace5ce (patch)
treee72a40081655e9402f17cfcf6a9cbf16eb5af6b8 /src
parentf6f98c87c2f1fe721a80eb45df47cddc9f1006c5 (diff)
downloademacs-02cefd5a1092a4d02f8b5b930a6f68564dace5ce.tar.gz
emacs-02cefd5a1092a4d02f8b5b930a6f68564dace5ce.zip
Don't define
autoconfiscated HAVE_GETLOADAVG.
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, 0 insertions, 9 deletions
diff --git a/src/s/bsd386.h b/src/s/bsd386.h
index 77e30d04bfa..992c2f69c3b 100644
--- a/src/s/bsd386.h
+++ b/src/s/bsd386.h
@@ -18,8 +18,6 @@
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
23#undef BSD_PGRPS 21#undef BSD_PGRPS
24 22
25/* System uses OXTABS instead of the expected TAB3. 23/* System uses OXTABS instead of the expected TAB3.
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index 72337a02216..bc9bbb10adb 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -93,7 +93,6 @@
93#endif /* not __ELF__ */ 93#endif /* not __ELF__ */
94 94
95#define HAVE_WAIT_HEADER 95#define HAVE_WAIT_HEADER
96#define HAVE_GETLOADAVG 1
97#if 0 96#if 0
98#define HAVE_GETPAGESIZE /* configure now puts this in config.h */ 97#define HAVE_GETPAGESIZE /* configure now puts this in config.h */
99#endif 98#endif
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
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index 1adb58736c4..196a0e86e9a 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -12,7 +12,6 @@
12 12
13#undef KERNEL_FILE 13#undef KERNEL_FILE
14#undef LDAV_SYMBOL 14#undef LDAV_SYMBOL
15#define HAVE_GETLOADAVG 1
16 15
17#define HAVE_UNION_WAIT 16#define HAVE_UNION_WAIT
18 17