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