/* Default visibility */ #define DEFAULT_VISIBILITY __attribute__((visibility("default"))) /* Start with debug message logging enabled */ #undef ENABLE_DEBUG_LOGGING /* Message logging */ #undef ENABLE_LOGGING /* Define to 1 if you have the header file. */ /* #undef HAVE_ASM_TYPES_H */ /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 /* Define to 1 if you have the `udev' library (-ludev). */ /* #undef HAVE_LIBUDEV */ /* Define to 1 if you have the header file. */ /* #undef HAVE_LINUX_FILTER_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_LINUX_NETLINK_H */ /* Define to 1 if you have the header file. */ #define HAVE_POLL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SIGNAL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if the system has the type `struct timespec'. */ /* #undef HAVE_STRUCT_TIMESPEC */ /* syslog() function available */ #define HAVE_SYSLOG_FUNC 1 /* Define to 1 if you have the header file. */ #define HAVE_SYSLOG_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SOCKET_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Darwin backend */ #define OS_DARWIN 1 /* Linux backend */ /* #undef OS_LINUX */ /* NetBSD backend */ /* #undef OS_NETBSD */ /* OpenBSD backend */ /* #undef OS_OPENBSD */ /* Windows backend */ /* #undef OS_WINDOWS */ /* type of second poll() argument */ #define POLL_NFDS_TYPE unsigned int /* Use POSIX Threads */ #define THREADS_POSIX /* timerfd headers available */ /* #undef USBI_TIMERFD_AVAILABLE */ /* Enable output to system log */ #define USE_SYSTEM_LOGGING_FACILITY 1 /* Use udev for device enumeration/hotplug */ /* #undef USE_UDEV */ /* Use GNU extensions */ #define _GNU_SOURCE /* Oldest Windows version supported */ #define WINVER 0x0501