From 0e7872fd7d04987b339b103d1b9b78ba9bdbce11 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 25 Sep 2007 10:01:10 +0000 Subject: [PATCH] Merged r3449:3450 from branches/SDL-1.2: SDL_config.h.in Linux joystick fix. --- include/SDL_config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_config.h.in b/include/SDL_config.h.in index 295e5153e..cf1a61c06 100644 --- a/include/SDL_config.h.in +++ b/include/SDL_config.h.in @@ -201,6 +201,7 @@ #undef SDL_CDROM_WIN32 /* Enable various input drivers */ +#undef SDL_INPUT_LINUXEV #undef SDL_INPUT_TSLIB #undef SDL_JOYSTICK_BEOS #undef SDL_JOYSTICK_DC @@ -208,7 +209,6 @@ #undef SDL_JOYSTICK_DUMMY #undef SDL_JOYSTICK_IOKIT #undef SDL_JOYSTICK_LINUX -#undef SDL_JOYSTICK_LINUXEV #undef SDL_JOYSTICK_MINT #undef SDL_JOYSTICK_OS2 #undef SDL_JOYSTICK_RISCOS