]> git.eshelyaron.com Git - emacs.git/commitdiff
Add comment describing HAVE_PSTAT_GETDYNAMIC.
authorJim Meyering <jim@meyering.net>
Tue, 15 Jul 1997 13:21:56 +0000 (13:21 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 15 Jul 1997 13:21:56 +0000 (13:21 +0000)
src/getloadavg.c

index 84000267b1e0ebd7ceb673a218015d323e7abe93..52958d4d53f145355d8feeadba3d2f5072f15b89 100644 (file)
 
 /* 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.