aboutsummaryrefslogtreecommitdiff
path: root/m4/lc_physmem.m4 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-03-01Test for Linux-specific sysinfo() only on Linux systems.Lasse Collin1-9/+19
Some other systems have sysinfo() with different semantics.
2009-02-14Cleanups to the code that detects the amount of RAM andLasse Collin1-0/+74
the number of CPU cores. Added support for using sysinfo() on Linux systems whose libc lacks appropriate sysconf() support (at least dietlibc). The Autoconf macros were split into separate files, and CPU core count detection was moved from hardware.c to cpucores.h. The core count isn't used for anything real for now, so a problematic part in process.c was commented out.