comparison 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
comparison
equal deleted inserted replaced
3585:f8816ffa210b 3586:b6758aee0dd4
104 #define HAVE_SINF 1 104 #define HAVE_SINF 1
105 #define HAVE_SQRT 1 105 #define HAVE_SQRT 1
106 #define HAVE_SIGACTION 1 106 #define HAVE_SIGACTION 1
107 #define HAVE_SETJMP 1 107 #define HAVE_SETJMP 1
108 #define HAVE_NANOSLEEP 1 108 #define HAVE_NANOSLEEP 1
109 #define HAVE_SYSCONF 1
109 #define HAVE_SYSCTLBYNAME 1 110 #define HAVE_SYSCTLBYNAME 1
110 111
111 /* Enable various audio drivers */ 112 /* Enable various audio drivers */
112 #define SDL_AUDIO_DRIVER_COREAUDIO 1 113 #define SDL_AUDIO_DRIVER_COREAUDIO 1
113 #define SDL_AUDIO_DRIVER_DISK 1 114 #define SDL_AUDIO_DRIVER_DISK 1