diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-04-10 16:33:32 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-04-10 16:33:32 +0000 |
commit | 88b2c3df79a37327f56d08097c03dea2ace7594d (patch) | |
tree | b3475903aec6e361f81394bd174984afe778ed1c /driver/xf86-input-joystick/config.h.in | |
parent | e4138753e646f3440424e5eb43b3332c3e7ccda7 (diff) |
Update to xf86-input-joystick 1.6.4
Diffstat (limited to 'driver/xf86-input-joystick/config.h.in')
-rw-r--r-- | driver/xf86-input-joystick/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/xf86-input-joystick/config.h.in b/driver/xf86-input-joystick/config.h.in index 9c349932e..b9bf9824f 100644 --- a/driver/xf86-input-joystick/config.h.in +++ b/driver/xf86-input-joystick/config.h.in @@ -9,6 +9,9 @@ /* Compile Linux evdev backend */ #undef EVDEV_BACKEND +/* Define to 1 if you have the <dev/hid/hid.h> header file. */ +#undef HAVE_DEV_HID_HID_H + /* Define to 1 if you have the <dev/usb/usbhid.h> header file. */ #undef HAVE_DEV_USB_USBHID_H |