From: Dave Love Date: Fri, 14 Apr 2000 17:52:41 +0000 (+0000) Subject: Don't define X-Git-Tag: emacs-pretest-21.0.90~4246 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=02cefd5a1092a4d02f8b5b930a6f68564dace5ce;p=emacs.git Don't define autoconfiscated HAVE_GETLOADAVG. --- 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