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 you have the `gettimeofday' function. */ 10 #define HAVE_GETTIMEOFDAY 1 11 12 /* Define to 1 if you have the <poll.h> header file. */ 13 #define HAVE_POLL_H 1 14 15 /* Define to 1 if you have the <sys/time.h> header file. */ 16 #define HAVE_SYS_TIME_H 1 17 18 /* Darwin backend */ 19 #define OS_DARWIN 1 20 21 /* type of second poll() argument */ 22 #define POLL_NFDS_TYPE nfds_t 23 24 /* Use POSIX Threads */ 25 #define THREADS_POSIX 1 26 27 /* Use GNU extensions */ 28 #define _GNU_SOURCE 1 29