*** empty log message ***

This commit is contained in:
Sam Lantinga
2002-06-11 20:06:42 +00:00
parent 09ba2f7c63
commit 1f135b8b23
2 changed files with 7 additions and 1 deletions

View File

@@ -1565,6 +1565,7 @@ CheckUSBHID()
AC_MSG_CHECKING(for usbhid)
have_usbhid=no
AC_TRY_COMPILE([
#include <sys/types.h>
#if defined(HAVE_USB_H)
#include <usb.h>
#endif
@@ -1576,6 +1577,7 @@ CheckUSBHID()
#include <libusb.h>
#elif defined(HAVE_LIBUSBHID_H)
#include <libusbhid.h>
#endif
],[
struct report_desc *repdesc;
struct usb_ctl_report *repbuf;
@@ -1589,9 +1591,12 @@ CheckUSBHID()
AC_MSG_CHECKING(for ucr_data member of usb_ctl_report)
have_usbhid_ucr_data=no
AC_TRY_COMPILE([
#include <sys/types.h>
#if defined(HAVE_USB_H)
#include <usb.h>
#endif
#include <dev/usb/usb.h>
#include <dev/usb/usbhid.h>
#include <stdio.h>
#if defined(HAVE_USBHID_H)
#include <usbhid.h>
#elif defined(HAVE_LIBUSB_H)

View File

@@ -32,6 +32,7 @@ static char rcsid =
"@(#) $Id $";
#endif
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>