summaryrefslogtreecommitdiff
path: root/emulators/vice/patches/patch-bc
blob: c7fc9d94299de2154894dabe5ba47aa5e7aa79a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
$NetBSD: patch-bc,v 1.1 2004/07/26 17:22:40 dillo Exp $

--- src/config.h.in.orig	Fri May 14 11:30:37 2004
+++ src/config.h.in
@@ -30,6 +30,9 @@
 /* Do we have UnlockResource()? */
 #undef HAS_UNLOCKRESOURCE
 
+/* Enable emulation for USB joysticks. */
+#undef HAS_USB_JOYSTICK
+
 /* Define to 1 if you have the <allegro.h> header file. */
 #undef HAVE_ALLEGRO_H
 
@@ -134,6 +137,9 @@
 /* Define to 1 if you have the `UMSobj' library (-lUMSobj). */
 #undef HAVE_LIBUMSOBJ
 
+/* Define to 1 if you have the <libusbhid.h> header file. */
+#undef HAVE_LIBUSBHID_H
+
 /* Is libXpm available? */
 #undef HAVE_LIBXPM
 
@@ -256,6 +262,9 @@
 /* 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
+
 /* Define to 1 if you have the `usleep' function. */
 #undef HAVE_USLEEP