comparison include/SDL_config_macosx.h @ 2549:491e43f427ee gsoc2008_force_feedback

Put haptic defines in SDL_configs, patch by Alam.
author Edgar Simo <bobbens@gmail.com>
date Mon, 28 Jul 2008 10:26:21 +0000
parents 56cf872c723a
children 99210400e8b9
comparison
equal deleted inserted replaced
2548:8763183f03a8 2549:491e43f427ee
97 /* Enable various cdrom drivers */ 97 /* Enable various cdrom drivers */
98 #define SDL_CDROM_MACOSX 1 98 #define SDL_CDROM_MACOSX 1
99 99
100 /* Enable various input drivers */ 100 /* Enable various input drivers */
101 #define SDL_JOYSTICK_IOKIT 1 101 #define SDL_JOYSTICK_IOKIT 1
102 #define SDL_HAPTIC_IOKIT 1
102 103
103 /* Enable various shared object loading systems */ 104 /* Enable various shared object loading systems */
104 #ifdef __ppc__ 105 #ifdef __ppc__
105 /* For Mac OS X 10.2 compatibility */ 106 /* For Mac OS X 10.2 compatibility */
106 #define SDL_LOADSO_DLCOMPAT 1 107 #define SDL_LOADSO_DLCOMPAT 1