comparison include/SDL_config_iphoneos.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
106 #define HAVE_SINF 1 106 #define HAVE_SINF 1
107 #define HAVE_SQRT 1 107 #define HAVE_SQRT 1
108 #define HAVE_SIGACTION 1 108 #define HAVE_SIGACTION 1
109 #define HAVE_SETJMP 1 109 #define HAVE_SETJMP 1
110 #define HAVE_NANOSLEEP 1 110 #define HAVE_NANOSLEEP 1
111 #define HAVE_SYSCONF 1
111 #define HAVE_SYSCTLBYNAME 1 112 #define HAVE_SYSCTLBYNAME 1
112 113
113 /* enable iPhone version of Core Audio driver */ 114 /* enable iPhone version of Core Audio driver */
114 #define SDL_AUDIO_DRIVER_COREAUDIOIPHONE 1 115 #define SDL_AUDIO_DRIVER_COREAUDIOIPHONE 1
115 /* Enable the dummy audio driver (src/audio/dummy/\*.c) */ 116 /* Enable the dummy audio driver (src/audio/dummy/\*.c) */