File: acconfig.h

package info (click to toggle)
libnjb 1.2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,952 kB
  • ctags: 643
  • sloc: ansic: 10,718; sh: 7,926; makefile: 220
file content (24 lines) | stat: -rw-r--r-- 802 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * Define if you are using libusb (note that FreeBSD 4.5 and earlier ships
 * with a libusb that is for controlling Human Interface Devices, and isn't
 * the * the libusb that you get from sourceforge (which is the one you 
 * need).
 */
#undef HAVE_LIBUSB 

/*
 * If using libusb, define this in libnjb.h so that when it's installed
 * in /usr/local/include, there are no dependancies on the libnjb src
 * tree, nor are there potential naming conflicts with autoconf's naming
 * scheme.
 */
#undef LIBNJB_COMPILED_FOR_LIBUSB

/*
 * Define if you are on a FreeBSD release later than 4.5.  Starting in
 * 4.6-RELEASE, data structure member names were changed in dev/usb/usb.h
 * (this may be needed for some releases of OpenBSD and NetBSD, as well,
 * but I haven't checked).
 */
#undef OLD_BSDUSBH