49aabfd35a0c1ca75edfcc45f4ad06a92be495b0
[platform/upstream/libusb.git] / Xcode / config.h
1 /* config.h.  Manually generated for Xcode.  */
2
3 #include <AvailabilityMacros.h>
4
5 /* Default visibility */
6 #define DEFAULT_VISIBILITY /**/
7
8 /* Message logging */
9 #define ENABLE_LOGGING 1
10
11 /* Define to 1 if the compiler supports _Thread_local. */
12 #define HAVE_CC_THREAD_LOCAL 1
13
14 /* On 10.12 and later, use newly available clock_*() functions */
15 #if MAC_OS_X_VERSION_MIN_REQUIRED >= 101200
16 /* Define to 1 if you have the `clock_gettime' function. */
17 #define HAVE_CLOCK_GETTIME 1
18 #endif
19
20 /* On 10.6 and later, use newly available pthread_threadid_np() function */
21 #if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
22 /* Define to 1 if you have the 'pthread_threadid_np' function. */
23 #define HAVE_PTHREAD_THREADID_NP 1
24 #endif
25
26 /* Define to 1 if the system has the type `nfds_t'. */
27 #define HAVE_NFDS_T 1
28
29 /* Define to 1 if you have the <sys/time.h> header file. */
30 #define HAVE_SYS_TIME_H 1
31
32 /* Darwin backend */
33 #define OS_DARWIN 1
34
35 /* Use POSIX poll() implementation */
36 #define POLL_POSIX 1
37
38 /* Use POSIX Threads */
39 #define THREADS_POSIX 1
40
41 /* Use GNU extensions */
42 #define _GNU_SOURCE 1