Removed preprocessor declrs out of fusb.h and created separate fusb_libusb1_base.h
[debian/gnuradio] / usrp / host / lib / fusb.h
index 2ff7dc89fa529eacdbb8b47c47f2754a48bd0bc5..506f396fa3c3fbce25c0674a8ee6c36733e349f9 100644 (file)
 #ifndef _FUSB_H_
 #define _FUSB_H_
 
-/*
- * This is bad, but it works for now. The fusb header files are not installed.
- */
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#ifdef HAVE_LIBUSB_1 
-struct  libusb_device_handle;
-#else
 struct usb_dev_handle;
 typedef usb_dev_handle libusb_device_handle;
-#endif
 
 struct         libusb_context;
 class   fusb_ephandle;