Implement nproc for NetBSD, OpenBSD.
[gnulib.git] / modules / nproc
1 Description:
2 Detect the number of processors
3
4 Files:
5 lib/nproc.h
6 lib/nproc.c
7 m4/nproc.m4
8
9 Depends-on:
10 unistd
11
12 configure.ac:
13 gl_NPROC
14
15 Makefile.am:
16 lib_SOURCES += nproc.c
17
18 Include:
19 "nproc.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Glen Lenker and Paul Eggert