diff -r c4e697245676 -r 0906692aa6a4 include/SDL_config_minimal.h --- a/include/SDL_config_minimal.h Mon Aug 25 08:50:37 2008 +0000 +++ b/include/SDL_config_minimal.h Mon Aug 25 09:55:03 2008 +0000 @@ -47,6 +47,9 @@ /* Enable the stub joystick driver (src/joystick/dummy/\*.c) */ #define SDL_JOYSTICK_DISABLED 1 +/* Enable the stub haptic driver (src/haptic/dummy/\*.c) */ +#define SDL_HAPTIC_DUMMY 1 + /* Enable the stub shared object loader (src/loadso/dummy/\*.c) */ #define SDL_LOADSO_DISABLED 1