diff options
author | Dave Love <fx@gnu.org> | 2000-04-14 17:52:41 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-04-14 17:52:41 +0000 |
commit | 02cefd5a1092a4d02f8b5b930a6f68564dace5ce (patch) | |
tree | e72a40081655e9402f17cfcf6a9cbf16eb5af6b8 /src | |
parent | f6f98c87c2f1fe721a80eb45df47cddc9f1006c5 (diff) | |
download | emacs-02cefd5a1092a4d02f8b5b930a6f68564dace5ce.tar.gz |
Don't define
autoconfiscated HAVE_GETLOADAVG.
Diffstat (limited to 'src')
-rw-r--r-- | src/s/bsd386.h | 2 | ||||
-rw-r--r-- | src/s/freebsd.h | 1 | ||||
-rw-r--r-- | src/s/gnu.h | 5 | ||||
-rw-r--r-- | src/s/netbsd.h | 1 |
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 @@ #define LIB_X11_LIB -L/usr/X11/lib -lX11 #define LIBS_SYSTEM -lutil -lkvm -lcompat -#define HAVE_GETLOADAVG - #undef BSD_PGRPS /* 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 @@ #endif /* not __ELF__ */ #define HAVE_WAIT_HEADER -#define HAVE_GETLOADAVG 1 #if 0 #define HAVE_GETPAGESIZE /* configure now puts this in config.h */ #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. */ #undef SYSTEM_TYPE #define SYSTEM_TYPE "gnu" -#undef NLIST_STRUCT - -/* XXX should getloadavg be in libc? Should we have a libutil? -#define HAVE_GETLOADAVG */ -#undef NLIST_STRUCT #undef KERNEL_FILE #undef LDAV_SYMBOL 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 @@ #undef KERNEL_FILE #undef LDAV_SYMBOL -#define HAVE_GETLOADAVG 1 #define HAVE_UNION_WAIT |