1 /* config.h. Manually generated for Xcode. */ 2 3 #include <AvailabilityMacros.h> 4 5 /* Define to the attribute for default visibility. */ 6 #define DEFAULT_VISIBILITY __attribute__ ((visibility ("default"))) 7 8 /* Define to 1 to enable message logging. */ 9 #define ENABLE_LOGGING 1 10 11 /* On 10.6 and later, use newly available pthread_threadid_np() function */ 12 #if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060 13 /* Define to 1 if you have the 'pthread_threadid_np' function. */ 14 #define HAVE_PTHREAD_THREADID_NP 1 15 #endif 16 17 /* Define to 1 if the system has the type `nfds_t'. */ 18 #define HAVE_NFDS_T 1 19 20 /* Define to 1 if you have the <sys/time.h> header file. */ 21 #define HAVE_SYS_TIME_H 1 22 23 /* Define to 1 if compiling for a POSIX platform. */ 24 #define PLATFORM_POSIX 1 25 26 /* Define to the attribute for enabling parameter checks on printf-like 27 functions. */ 28 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) 29 30 /* Enable GNU extensions. */ 31 #define _GNU_SOURCE 1 32