config.h 527 B

12345678910111213141516171819202122232425
  1. /* config.h. Manually generated for Xcode. */
  2. /* Default visibility */
  3. #define DEFAULT_VISIBILITY /**/
  4. /* Message logging */
  5. #define ENABLE_LOGGING 1
  6. /* Define to 1 if you have the <poll.h> header file. */
  7. #define HAVE_POLL_H 1
  8. /* Define to 1 if you have the <sys/time.h> header file. */
  9. #define HAVE_SYS_TIME_H 1
  10. /* Darwin backend */
  11. #define OS_DARWIN 1
  12. /* type of second poll() argument */
  13. #define POLL_NFDS_TYPE nfds_t
  14. /* Use POSIX Threads */
  15. #define THREADS_POSIX 1
  16. /* Use GNU extensions */
  17. #define _GNU_SOURCE 1