comparison include/SDL_config_minimal.h @ 2713:0906692aa6a4

Final merge of Google Summer of Code 2008 work... Force Feedback for SDL by Edgar Simo, mentored by Ryan C. Gordon
author Sam Lantinga <slouken@libsdl.org>
date Mon, 25 Aug 2008 09:55:03 +0000
parents d951a5afaf07
children 15e69dc6fded
comparison
equal deleted inserted replaced
2712:c4e697245676 2713:0906692aa6a4
45 #define SDL_CDROM_DISABLED 1 45 #define SDL_CDROM_DISABLED 1
46 46
47 /* Enable the stub joystick driver (src/joystick/dummy/\*.c) */ 47 /* Enable the stub joystick driver (src/joystick/dummy/\*.c) */
48 #define SDL_JOYSTICK_DISABLED 1 48 #define SDL_JOYSTICK_DISABLED 1
49 49
50 /* Enable the stub haptic driver (src/haptic/dummy/\*.c) */
51 #define SDL_HAPTIC_DUMMY 1
52
50 /* Enable the stub shared object loader (src/loadso/dummy/\*.c) */ 53 /* Enable the stub shared object loader (src/loadso/dummy/\*.c) */
51 #define SDL_LOADSO_DISABLED 1 54 #define SDL_LOADSO_DISABLED 1
52 55
53 /* Enable the stub thread support (src/thread/generic/\*.c) */ 56 /* Enable the stub thread support (src/thread/generic/\*.c) */
54 #define SDL_THREADS_DISABLED 1 57 #define SDL_THREADS_DISABLED 1