Re: nproc: use pstat_getdynamic when it is available.

2009-10-18 Thread Bruno Haible
And this adds support for IRIX to the nproc module. Untested. Testing is welcome. 2009-10-18 Bruno Haible Implement nproc for IRIX. * lib/nproc.c: Include . (num_processors): On IRIX systems, try sysmp. * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and

nproc: use pstat_getdynamic when it is available.

2009-10-18 Thread Bruno Haible
And this adds support for HP-UX to the nproc module. 2009-10-18 Bruno Haible Implement nproc for HP-UX. * lib/nproc.c: Include (num_processors): On HP-UX systems, try pstat_getdynamic. * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and pstat_ge