Added support for querying the number of CPUs available on Linux. This also happens to work on Mac OS X.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404335
This commit is contained in:
Sam Lantinga 2009-12-17 03:04:04 +00:00
parent 8b304825b5
commit 0624fd8333
5 changed files with 15 additions and 4 deletions

View file

@ -106,6 +106,7 @@
#define HAVE_SIGACTION 1
#define HAVE_SETJMP 1
#define HAVE_NANOSLEEP 1
#define HAVE_SYSCONF 1
#define HAVE_SYSCTLBYNAME 1
/* Enable various audio drivers */