#include /* Defines __BIONIC__ */ #if defined(__BIONIC__) # include #else # if defined(__linux__) # include # elif defined(__APPLE__) # include # else # error No event-config.h suitable for this distribution. # endif #endif /* ifdef __BIONIC__ */