Do not define HAVE_USBHID_H manually, cmake does it for us.

(cherry picked from commit 78b19bfc9709d5c4175a7866059a42c478272071)
This commit is contained in:
Thomas Klausner 2017-04-25 13:32:12 +02:00 committed by Diederick C. Niehorster
parent 78d820107f
commit 0b64b227b5

View File

@ -139,9 +139,6 @@
*/
#if defined(__FreeBSD__) || defined(__NetBSD__)
# define HAVE_USB_JS 1
# if defined(__NetBSD__) || ( defined(__FreeBSD__) && __FreeBSD_version >= 500000)
# define HAVE_USBHID_H 1
# endif
#endif
#if defined(_MSC_VER) || defined(__WATCOMC__)