From: Jim Meyering Date: Tue, 15 Jul 1997 13:21:56 +0000 (+0000) Subject: Add comment describing HAVE_PSTAT_GETDYNAMIC. X-Git-Tag: emacs-20.1~1140 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=579c8381290358c9efcba7770770a18ce4decf25;p=emacs.git Add comment describing HAVE_PSTAT_GETDYNAMIC. --- diff --git a/src/getloadavg.c b/src/getloadavg.c index 84000267b1e..52958d4d53f 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c @@ -19,6 +19,14 @@ /* Compile-time symbols that this file uses: + HAVE_PSTAT_GETDYNAMIC Define this if your system has the + pstat_getdynamic function. I think it + is unique to HPUX9. The best way to get the + definition is through the AC_FUNC_GETLOADAVG + macro that comes with autoconf 2.13 or newer. + If that isn't an option, then just put + AC_CHECK_FUNCS(pstat_getdynamic) in your + configure.in file. FIXUP_KERNEL_SYMBOL_ADDR() Adjust address in returned struct nlist. KERNEL_FILE Pathname of the kernel to nlist. LDAV_CVT() Scale the load average from the kernel.