changeset 851:efc8ba64c37a

Add comment re HAVE_PSTAT_GETDYNAMIC.
author Jim Meyering <jim@meyering.net>
date Sat, 18 Jan 1997 15:07:16 +0000
parents 7aab68747abf
children 2156a43352c1
files lib/getloadavg.c
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getloadavg.c
+++ b/lib/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.