Continue to use spaces for indentation, not tabs.
[gnulib.git] / modules / nproc
blob525957942793cb7f7ea751c3f80fa2027696f354
1 Description:
2 Detect the number of processors
4 Files:
5 lib/nproc.h
6 lib/nproc.c
7 m4/nproc.m4
9 Depends-on:
10 c-ctype
11 extensions
12 minmax
13 unistd
15 configure.ac:
16 gl_NPROC
18 Makefile.am:
19 lib_SOURCES += nproc.c
21 Include:
22 "nproc.h"
24 License:
25 LGPLv2+
27 Maintainer:
28 Glen Lenker and Paul Eggert