libusbx 1.0.18 *FINAL RELEASE*
[libusbx.git] / Xcode / config.h
blob492d43a9d7b39a5135ee71fcb865eea2a35a7807
1 /* config.h. Manually generated for Xcode. */
3 /* Default visibility */
4 #define DEFAULT_VISIBILITY /**/
6 /* Message logging */
7 #define ENABLE_LOGGING 1
9 /* Define to 1 if you have the `gettimeofday' function. */
10 #define HAVE_GETTIMEOFDAY 1
12 /* Define to 1 if you have the <poll.h> header file. */
13 #define HAVE_POLL_H 1
15 /* Define to 1 if you have the <sys/time.h> header file. */
16 #define HAVE_SYS_TIME_H 1
18 /* Darwin backend */
19 #define OS_DARWIN 1
21 /* type of second poll() argument */
22 #define POLL_NFDS_TYPE nfds_t
24 /* Use POSIX Threads */
25 #define THREADS_POSIX 1
27 /* Use GNU extensions */
28 #define _GNU_SOURCE 1