verify: new macro 'assume'
[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 c-ctype
11 extensions
12 unistd
13
14 configure.ac:
15 gl_NPROC
16
17 Makefile.am:
18 lib_SOURCES += nproc.c
19
20 Include:
21 "nproc.h"
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Glen Lenker and Paul Eggert