1/* config.h.  Generated by configure.  */
2/* config.h.in.  Generated from configure.in by autoheader.  */
3
4#define LINUX_API 1
5#define BSD_API 0
6#define DARWIN_API 0
7
8/* #undef HAVE_OLD_DEV_USB_USB_H */
9
10#define HAVE_LIMITS_H 1
11#define HAVE_UNISTD_H 1
12#define HAVE_VALUES_H 1
13
14#define LIBUSB_MAJOR_VERSION 0
15#define LIBUSB_MINOR_VERSION 1
16#define LIBUSB_MICRO_VERSION 12
17#define LIBUSB_INTERFACE_AGE 4
18#define LIBUSB_BINARY_AGE 8
19
20
21/* Define to 1 if you have the <dlfcn.h> header file. */
22#define HAVE_DLFCN_H 1
23
24/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
25/* #undef HAVE_DOPRNT */
26
27/* Define to 1 if you have the <inttypes.h> header file. */
28#define HAVE_INTTYPES_H 1
29
30/* Define to 1 if you have the <limits.h> header file. */
31#define HAVE_LIMITS_H 1
32
33/* Define to 1 if you have the `memmove' function. */
34#define HAVE_MEMMOVE 1
35
36/* Define to 1 if you have the <memory.h> header file. */
37#define HAVE_MEMORY_H 1
38
39/* Define to 1 if you have the <stdint.h> header file. */
40#define HAVE_STDINT_H 1
41
42/* Define to 1 if you have the <stdlib.h> header file. */
43#define HAVE_STDLIB_H 1
44
45/* Define to 1 if you have the <strings.h> header file. */
46#define HAVE_STRINGS_H 1
47
48/* Define to 1 if you have the <string.h> header file. */
49#define HAVE_STRING_H 1
50
51/* Define to 1 if you have the <sys/stat.h> header file. */
52#define HAVE_SYS_STAT_H 1
53
54/* Define to 1 if you have the <sys/types.h> header file. */
55#define HAVE_SYS_TYPES_H 1
56
57/* Define to 1 if you have the <unistd.h> header file. */
58#define HAVE_UNISTD_H 1
59
60/* Define to 1 if you have the <values.h> header file. */
61#define HAVE_VALUES_H 1
62
63/* Define to 1 if you have the `vprintf' function. */
64#define HAVE_VPRINTF 1
65
66/* Define to 1 if your C compiler doesn't accept -c and -o together. */
67/* #undef NO_MINUS_C_MINUS_O */
68
69/* Name of package */
70#define PACKAGE "libusb"
71
72/* Define to the address where bug reports for this package should be sent. */
73#define PACKAGE_BUGREPORT ""
74
75/* Define to the full name of this package. */
76#define PACKAGE_NAME "libusb"
77
78/* Define to the full name and version of this package. */
79#define PACKAGE_STRING "libusb 0.1.12"
80
81/* Define to the one symbol short name of this package. */
82#define PACKAGE_TARNAME "libusb"
83
84/* Define to the version of this package. */
85#define PACKAGE_VERSION "0.1.12"
86
87/* Define to 1 if you have the ANSI C header files. */
88#define STDC_HEADERS 1
89
90/* Version number of package */
91#define VERSION "0.1.12"
92
93/* Define to 1 if your processor stores words with the most significant byte
94   first (like Motorola and SPARC, unlike Intel and VAX). */
95/* #undef WORDS_BIGENDIAN */
96
97/* Define to empty if `const' does not conform to ANSI C. */
98/* #undef const */
99