Home | History | Annotate | Download | only in event2
      1 #include <sys/cdefs.h>  /* Defines __BIONIC__ */
      2 
      3 #if defined(__BIONIC__)
      4 #  include <event2/event-config-bionic.h>
      5 #else
      6 #  if defined(__linux__)
      7 #    include <event2/event-config-linux.h>
      8 #  elif defined(__APPLE__)
      9 #    include <event2/event-config-darwin.h>
     10 #  else
     11 #    error No event-config.h suitable for this distribution.
     12 #  endif
     13 #endif  /* ifdef __BIONIC__ */
     14