--- ./src/joystick.h.orig Sun Jan 14 08:13:51 2001 +++ ./src/joystick.h Sun Oct 20 19:19:51 2002 @@ -21,7 +21,9 @@ #define JOYSTICK_AVAILABLE 1 #ifdef __FreeBSD__ -#include +#if !defined(NO_JOYSTICK) +#include +#endif #define DEV_JOYSTICK_0 "/dev/joy0" #define DEV_JOYSTICK_1 "/dev/joy1" #define DEV_JOYSTICK_2 "/dev/joy2"