• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to the attribute for default visibility. */
5 #define DEFAULT_VISIBILITY __attribute__ ((visibility ("default")))
6 
7 /* Define to 1 to start with debug message logging enabled. */
8 /* #undef ENABLE_DEBUG_LOGGING */
9 
10 /* Define to 1 to enable message logging. */
11 #define ENABLE_LOGGING 1
12 
13 /* Define to 1 if you have the <asm/types.h> header file. */
14 /* #undef HAVE_ASM_TYPES_H */
15 
16 /* Define to 1 if you have the `clock_gettime' function. */
17 /* #undef HAVE_CLOCK_GETTIME */
18 
19 /* Define to 1 if you have the declaration of `EFD_CLOEXEC', and to 0 if you
20    don't. */
21 /* #undef HAVE_DECL_EFD_CLOEXEC */
22 
23 /* Define to 1 if you have the declaration of `EFD_NONBLOCK', and to 0 if you
24    don't. */
25 /* #undef HAVE_DECL_EFD_NONBLOCK */
26 
27 /* Define to 1 if you have the declaration of `TFD_CLOEXEC', and to 0 if you
28    don't. */
29 /* #undef HAVE_DECL_TFD_CLOEXEC */
30 
31 /* Define to 1 if you have the declaration of `TFD_NONBLOCK', and to 0 if you
32    don't. */
33 /* #undef HAVE_DECL_TFD_NONBLOCK */
34 
35 /* Define to 1 if you have the <dlfcn.h> header file. */
36 /* #undef HAVE_DLFCN_H */
37 
38 /* Define to 1 if the system has eventfd functionality. */
39 /* #undef HAVE_EVENTFD */
40 
41 /* Define to 1 if you have the <inttypes.h> header file. */
42 #define HAVE_INTTYPES_H 1
43 
44 /* Define to 1 if you have the <IOKit/usb/IOUSBHostFamilyDefinitions.h> header
45    file. */
46 /* #undef HAVE_IOKIT_USB_IOUSBHOSTFAMILYDEFINITIONS_H */
47 
48 /* Define to 1 if you have the `udev' library (-ludev). */
49 /* #undef HAVE_LIBUDEV */
50 
51 /* Define to 1 if the system has the type `nfds_t'. */
52 /* #undef HAVE_NFDS_T */
53 
54 /* Define to 1 if you have the `pipe2' function. */
55 /* #undef HAVE_PIPE2 */
56 
57 /* Define to 1 if you have the `pthread_condattr_setclock' function. */
58 /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */
59 
60 /* Define to 1 if you have the `pthread_setname_np' function. */
61 /* #undef HAVE_PTHREAD_SETNAME_NP */
62 
63 /* Define to 1 if you have the `pthread_threadid_np' function. */
64 /* #undef HAVE_PTHREAD_THREADID_NP */
65 
66 /* Define to 1 if you have the <stdint.h> header file. */
67 #define HAVE_STDINT_H 1
68 
69 /* Define to 1 if you have the <stdio.h> header file. */
70 #define HAVE_STDIO_H 1
71 
72 /* Define to 1 if you have the <stdlib.h> header file. */
73 #define HAVE_STDLIB_H 1
74 
75 /* Define to 1 if you have the <strings.h> header file. */
76 #define HAVE_STRINGS_H 1
77 
78 /* Define to 1 if you have the <string.h> header file. */
79 #define HAVE_STRING_H 1
80 
81 /* Define to 1 if the system has the type `struct timespec'. */
82 #define HAVE_STRUCT_TIMESPEC 1
83 
84 /* Define to 1 if you have the `syslog' function. */
85 /* #undef HAVE_SYSLOG */
86 
87 /* Define to 1 if you have the <sys/stat.h> header file. */
88 #define HAVE_SYS_STAT_H 1
89 
90 /* Define to 1 if you have the <sys/time.h> header file. */
91 #define HAVE_SYS_TIME_H 1
92 
93 /* Define to 1 if you have the <sys/types.h> header file. */
94 #define HAVE_SYS_TYPES_H 1
95 
96 /* Define to 1 if the system has timerfd functionality. */
97 /* #undef HAVE_TIMERFD */
98 
99 /* Define to 1 if you have the <unistd.h> header file. */
100 #define HAVE_UNISTD_H 1
101 
102 /* Define to the sub-directory where libtool stores uninstalled libraries. */
103 #define LT_OBJDIR ".libs/"
104 
105 /* Name of package */
106 #define PACKAGE "libusb-1.0"
107 
108 /* Define to the address where bug reports for this package should be sent. */
109 #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net"
110 
111 /* Define to the full name of this package. */
112 #define PACKAGE_NAME "libusb-1.0"
113 
114 /* Define to the full name and version of this package. */
115 #define PACKAGE_STRING "libusb-1.0 1.0.26"
116 
117 /* Define to the one symbol short name of this package. */
118 #define PACKAGE_TARNAME "libusb-1.0"
119 
120 /* Define to the home page for this package. */
121 #define PACKAGE_URL "http://libusb.info"
122 
123 /* Define to the version of this package. */
124 #define PACKAGE_VERSION "1.0.26"
125 
126 /* Define to 1 if compiling for a POSIX platform. */
127 /* #undef PLATFORM_POSIX */
128 
129 /* Define to 1 if compiling for a Windows platform. */
130 #define PLATFORM_WINDOWS 1
131 
132 /* Define to the attribute for enabling parameter checks on printf-like
133    functions. */
134 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b)))
135 
136 /* Define to 1 if all of the C90 standard headers exist (not just the ones
137    required in a freestanding environment). This macro is provided for
138    backward compatibility; new code need not use it. */
139 #define STDC_HEADERS 1
140 
141 /* UMockdev hotplug code is not racy */
142 /* #undef UMOCKDEV_HOTPLUG */
143 
144 /* Define to 1 to output logging messages to the systemwide log. */
145 /* #undef USE_SYSTEM_LOGGING_FACILITY */
146 
147 /* Version number of package */
148 #define VERSION "1.0.26"
149 
150 /* Enable GNU extensions. */
151 #define _GNU_SOURCE 1
152 
153 /* Define to `__inline__' or `__inline' if that's what the C compiler
154    calls it, or to nothing if 'inline' is not supported under any name.  */
155 #ifndef __cplusplus
156 /* #undef inline */
157 #endif
158 
159