File: libusb.h.in

package info (click to toggle)
apcupsd 3.14.14-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,904 kB
  • sloc: ansic: 24,826; cpp: 9,230; sh: 4,484; makefile: 1,200; tcl: 368; objc: 317; php: 107
file content (9 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
/*
 * libusb pseudo-header
 *
 * libusb's API header is "usb.h", which is too generic a name
 * to include blindly. This header is filled in with the full
 * path at configure time and various apcupsd bits include this
 * when they need libusb's usb.h.
 */
#include "@LIBUSBH@"