summaryrefslogtreecommitdiff
path: root/driver/xf86-input-joystick/config.h.in
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-08-23 14:17:32 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-08-23 14:17:32 +0000
commit4cb8d313c329191acb385e02f26a38b74a5864b2 (patch)
tree64267a0de2ef0e17145bbe95262d5f13016744c4 /driver/xf86-input-joystick/config.h.in
parente80e9a77c9500241eebfffeff58bb56d05b92aca (diff)
regen
Diffstat (limited to 'driver/xf86-input-joystick/config.h.in')
-rw-r--r--driver/xf86-input-joystick/config.h.in33
1 files changed, 33 insertions, 0 deletions
diff --git a/driver/xf86-input-joystick/config.h.in b/driver/xf86-input-joystick/config.h.in
index a6aea89c9..6d2f8af81 100644
--- a/driver/xf86-input-joystick/config.h.in
+++ b/driver/xf86-input-joystick/config.h.in
@@ -2,12 +2,36 @@
#include "xorg-server.h"
+/* Compile BSD usbhid backend */
+#undef BSD_BACKEND
+
+/* Enable debugging code */
+#undef DEBUG
+
+/* Compile Linux evdev backend */
+#undef EVDEV_BACKEND
+
+/* Define to 1 if you have the <dev/usb/usbhid.h> header file. */
+#undef HAVE_DEV_USB_USBHID_H
+
+/* Define to 1 if you have the <dev/usb/usb.h> header file. */
+#undef HAVE_DEV_USB_USB_H
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the `usbhid' library (-lusbhid). */
+#undef HAVE_LIBUSBHID
+
+/* Define to 1 if you have the <linux/input.h> header file. */
+#undef HAVE_LINUX_INPUT_H
+
+/* Define to 1 if you have the <linux/joystick.h> header file. */
+#undef HAVE_LINUX_JOYSTICK_H
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -32,6 +56,15 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to 1 if you have the <usbhid.h> header file. */
+#undef HAVE_USBHID_H
+
+/* Compile Linux joystick backend */
+#undef LINUX_BACKEND
+
+/* Disable some debugging code */
+#undef NDEBUG
+
/* Name of package */
#undef PACKAGE