Add libusb and libuvc
[rtmpclient.git] / app / src / main / jni / libusb-1.0.22 / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Default visibility */
4 #undef DEFAULT_VISIBILITY
5
6 /* Start with debug message logging enabled */
7 #undef ENABLE_DEBUG_LOGGING
8
9 /* Message logging */
10 #undef ENABLE_LOGGING
11
12 /* Define to 1 if you have the <asm/types.h> header file. */
13 #undef HAVE_ASM_TYPES_H
14
15 /* Define to 1 if you have the declaration of `TFD_CLOEXEC', and to 0 if you
16    don't. */
17 #undef HAVE_DECL_TFD_CLOEXEC
18
19 /* Define to 1 if you have the declaration of `TFD_NONBLOCK', and to 0 if you
20    don't. */
21 #undef HAVE_DECL_TFD_NONBLOCK
22
23 /* Define to 1 if you have the <dlfcn.h> header file. */
24 #undef HAVE_DLFCN_H
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 `udev' library (-ludev). */
30 #undef HAVE_LIBUDEV
31
32 /* Define to 1 if you have the <libudev.h> header file. */
33 #undef HAVE_LIBUDEV_H
34
35 /* Define to 1 if you have the <linux/netlink.h> header file. */
36 #undef HAVE_LINUX_NETLINK_H
37
38 /* Define to 1 if you have the <memory.h> header file. */
39 #undef HAVE_MEMORY_H
40
41 /* Define to 1 if you have the `pipe2' function. */
42 #undef HAVE_PIPE2
43
44 /* Define to 1 if you have the <poll.h> header file. */
45 #undef HAVE_POLL_H
46
47 /* Define to 1 if you have the <stdint.h> header file. */
48 #undef HAVE_STDINT_H
49
50 /* Define to 1 if you have the <stdlib.h> header file. */
51 #undef HAVE_STDLIB_H
52
53 /* Define to 1 if you have the <strings.h> header file. */
54 #undef HAVE_STRINGS_H
55
56 /* Define to 1 if you have the <string.h> header file. */
57 #undef HAVE_STRING_H
58
59 /* Define to 1 if the system has the type `struct timespec'. */
60 #undef HAVE_STRUCT_TIMESPEC
61
62 /* syslog() function available */
63 #undef HAVE_SYSLOG_FUNC
64
65 /* Define to 1 if you have the <syslog.h> header file. */
66 #undef HAVE_SYSLOG_H
67
68 /* Define to 1 if you have the <sys/socket.h> header file. */
69 #undef HAVE_SYS_SOCKET_H
70
71 /* Define to 1 if you have the <sys/stat.h> header file. */
72 #undef HAVE_SYS_STAT_H
73
74 /* Define to 1 if you have the <sys/time.h> header file. */
75 #undef HAVE_SYS_TIME_H
76
77 /* Define to 1 if you have the <sys/types.h> header file. */
78 #undef HAVE_SYS_TYPES_H
79
80 /* Define to 1 if you have the <unistd.h> header file. */
81 #undef HAVE_UNISTD_H
82
83 /* Define to the sub-directory where libtool stores uninstalled libraries. */
84 #undef LT_OBJDIR
85
86 /* Darwin backend */
87 #undef OS_DARWIN
88
89 /* Haiku backend */
90 #undef OS_HAIKU
91
92 /* Linux backend */
93 #undef OS_LINUX
94
95 /* NetBSD backend */
96 #undef OS_NETBSD
97
98 /* OpenBSD backend */
99 #undef OS_OPENBSD
100
101 /* SunOS backend */
102 #undef OS_SUNOS
103
104 /* Windows backend */
105 #undef OS_WINDOWS
106
107 /* Name of package */
108 #undef PACKAGE
109
110 /* Define to the address where bug reports for this package should be sent. */
111 #undef PACKAGE_BUGREPORT
112
113 /* Define to the full name of this package. */
114 #undef PACKAGE_NAME
115
116 /* Define to the full name and version of this package. */
117 #undef PACKAGE_STRING
118
119 /* Define to the one symbol short name of this package. */
120 #undef PACKAGE_TARNAME
121
122 /* Define to the home page for this package. */
123 #undef PACKAGE_URL
124
125 /* Define to the version of this package. */
126 #undef PACKAGE_VERSION
127
128 /* type of second poll() argument */
129 #undef POLL_NFDS_TYPE
130
131 /* Define to 1 if you have the ANSI C header files. */
132 #undef STDC_HEADERS
133
134 /* Use POSIX Threads */
135 #undef THREADS_POSIX
136
137 /* timerfd headers available */
138 #undef USBI_TIMERFD_AVAILABLE
139
140 /* Enable output to system log */
141 #undef USE_SYSTEM_LOGGING_FACILITY
142
143 /* Use udev for device enumeration/hotplug */
144 #undef USE_UDEV
145
146 /* Version number of package */
147 #undef VERSION
148
149 /* Oldest Windows version supported */
150 #undef WINVER
151
152 /* Use GNU extensions */
153 #undef _GNU_SOURCE
154
155 /* Oldest Windows version supported */
156 #undef _WIN32_WINNT
157
158 /* Define to `__inline__' or `__inline' if that's what the C compiler
159    calls it, or to nothing if 'inline' is not supported under any name.  */
160 #ifndef __cplusplus
161 #undef inline
162 #endif