diff options
| author | Jim Meyering | 1997-07-15 13:21:56 +0000 |
|---|---|---|
| committer | Jim Meyering | 1997-07-15 13:21:56 +0000 |
| commit | 579c8381290358c9efcba7770770a18ce4decf25 (patch) | |
| tree | 79434cae9cb2deaa30a4e5060c0f306e72861ca7 /src | |
| parent | f8604035c1bdf68388106810b1e0e50c205c375f (diff) | |
| download | emacs-579c8381290358c9efcba7770770a18ce4decf25.tar.gz emacs-579c8381290358c9efcba7770770a18ce4decf25.zip | |
Add comment describing HAVE_PSTAT_GETDYNAMIC.
Diffstat (limited to 'src')
| -rw-r--r-- | src/getloadavg.c | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
| 19 | 19 | ||
| 20 | /* Compile-time symbols that this file uses: | 20 | /* Compile-time symbols that this file uses: |
| 21 | 21 | ||
| 22 | HAVE_PSTAT_GETDYNAMIC Define this if your system has the | ||
| 23 | pstat_getdynamic function. I think it | ||
| 24 | is unique to HPUX9. The best way to get the | ||
| 25 | definition is through the AC_FUNC_GETLOADAVG | ||
| 26 | macro that comes with autoconf 2.13 or newer. | ||
| 27 | If that isn't an option, then just put | ||
| 28 | AC_CHECK_FUNCS(pstat_getdynamic) in your | ||
| 29 | configure.in file. | ||
| 22 | FIXUP_KERNEL_SYMBOL_ADDR() Adjust address in returned struct nlist. | 30 | FIXUP_KERNEL_SYMBOL_ADDR() Adjust address in returned struct nlist. |
| 23 | KERNEL_FILE Pathname of the kernel to nlist. | 31 | KERNEL_FILE Pathname of the kernel to nlist. |
| 24 | LDAV_CVT() Scale the load average from the kernel. | 32 | LDAV_CVT() Scale the load average from the kernel. |