summaryrefslogtreecommitdiff
path: root/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'os.h')
-rw-r--r--os.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/os.h b/os.h
index 0b50040..abd90c1 100644
--- a/os.h
+++ b/os.h
@@ -1,2 +1,8 @@
//#define FREEBSD
#define LINUX
+
+#ifdef FREEBSD
+#define JOYSTICK_PATCHEDINPUTPLUGIN
+#else
+#define JOYSTICK_UINPUT
+#endif