
Sys::Sysconf - Access to all $arch sysconf() values.

use Sys::Sysconf qw(sysconf _SC_XXXXX); my \$val = sysconf(_SC_XXXXX);

Makefile.PL has scanned <sys/unistd.h> for constants of the form
/#define _SC\\w+ \\d+/
The constants defined for $arch are:
END ;
foreach (sort keys %sc) { print PM "=item $_\n\n"; }
print PM <<"END"