configure.ac: Cleanup and refactoring
[platform/upstream/libusb.git] / Xcode / config.h
1 /* config.h.  Manually generated for Xcode.  */
2
3 /* Default visibility */
4 #define DEFAULT_VISIBILITY /**/
5
6 /* Message logging */
7 #define ENABLE_LOGGING 1
8
9 /* Define to 1 if the system has the type `nfds_t'. */
10 #define HAVE_NFDS_T 1
11
12 /* Define to 1 if you have the <sys/time.h> header file. */
13 #define HAVE_SYS_TIME_H 1
14
15 /* Darwin backend */
16 #define OS_DARWIN 1
17
18 /* Use POSIX poll() implementation */
19 #define POLL_POSIX 1
20
21 /* Use POSIX Threads */
22 #define THREADS_POSIX 1
23
24 /* Use GNU extensions */
25 #define _GNU_SOURCE 1