diff include/SDL_config_macosx.h @ 3586:b6758aee0dd4

Added support for querying the number of CPUs available on Linux. This also happens to work on Mac OS X.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 17 Dec 2009 03:04:04 +0000
parents 15eea7a1fa97
children c5925cd41955
line wrap: on
line diff
--- a/include/SDL_config_macosx.h	Wed Dec 16 19:50:51 2009 +0000
+++ b/include/SDL_config_macosx.h	Thu Dec 17 03:04:04 2009 +0000
@@ -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 */