This is an implementation of the POSIX "sysconf", "pathconf", and "strconf"
system calls.  The intent is to make these calls available to scripts.

If you have development manpages installed, see "man 3 sysconf",
"man 3 pathconf", and "man 3 strconf" for further details.

For example, if you want to see how many CPUs you have, you can run:

  sysconf sc_nprocessors_onln

2003-12-13
Kees Cook
sysconf@outflux.net
http://sourceforge.net/projects/sysconf/
