You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.8 KiB
59 lines
1.8 KiB
/* Generated by ./xlat/gen.sh from ./xlat/epollevents.in; do not edit. */ |
|
|
|
#ifdef IN_MPERS |
|
|
|
# error static const struct xlat epollevents in mpers mode |
|
|
|
#else |
|
|
|
static |
|
const struct xlat epollevents[] = { |
|
#if defined(EPOLLIN) || (defined(HAVE_DECL_EPOLLIN) && HAVE_DECL_EPOLLIN) |
|
XLAT(EPOLLIN), |
|
#endif |
|
#if defined(EPOLLPRI) || (defined(HAVE_DECL_EPOLLPRI) && HAVE_DECL_EPOLLPRI) |
|
XLAT(EPOLLPRI), |
|
#endif |
|
#if defined(EPOLLOUT) || (defined(HAVE_DECL_EPOLLOUT) && HAVE_DECL_EPOLLOUT) |
|
XLAT(EPOLLOUT), |
|
#endif |
|
#if defined(EPOLLRDNORM) || (defined(HAVE_DECL_EPOLLRDNORM) && HAVE_DECL_EPOLLRDNORM) |
|
XLAT(EPOLLRDNORM), |
|
#endif |
|
#if defined(EPOLLRDBAND) || (defined(HAVE_DECL_EPOLLRDBAND) && HAVE_DECL_EPOLLRDBAND) |
|
XLAT(EPOLLRDBAND), |
|
#endif |
|
#if defined(EPOLLWRNORM) || (defined(HAVE_DECL_EPOLLWRNORM) && HAVE_DECL_EPOLLWRNORM) |
|
XLAT(EPOLLWRNORM), |
|
#endif |
|
#if defined(EPOLLWRBAND) || (defined(HAVE_DECL_EPOLLWRBAND) && HAVE_DECL_EPOLLWRBAND) |
|
XLAT(EPOLLWRBAND), |
|
#endif |
|
#if defined(EPOLLMSG) || (defined(HAVE_DECL_EPOLLMSG) && HAVE_DECL_EPOLLMSG) |
|
XLAT(EPOLLMSG), |
|
#endif |
|
#if defined(EPOLLERR) || (defined(HAVE_DECL_EPOLLERR) && HAVE_DECL_EPOLLERR) |
|
XLAT(EPOLLERR), |
|
#endif |
|
#if defined(EPOLLHUP) || (defined(HAVE_DECL_EPOLLHUP) && HAVE_DECL_EPOLLHUP) |
|
XLAT(EPOLLHUP), |
|
#endif |
|
#if defined(EPOLLRDHUP) || (defined(HAVE_DECL_EPOLLRDHUP) && HAVE_DECL_EPOLLRDHUP) |
|
XLAT(EPOLLRDHUP), |
|
#endif |
|
#if defined(EPOLLEXCLUSIVE) || (defined(HAVE_DECL_EPOLLEXCLUSIVE) && HAVE_DECL_EPOLLEXCLUSIVE) |
|
XLAT(EPOLLEXCLUSIVE), |
|
#endif |
|
#if defined(EPOLLWAKEUP) || (defined(HAVE_DECL_EPOLLWAKEUP) && HAVE_DECL_EPOLLWAKEUP) |
|
XLAT(EPOLLWAKEUP), |
|
#endif |
|
#if defined(EPOLLONESHOT) || (defined(HAVE_DECL_EPOLLONESHOT) && HAVE_DECL_EPOLLONESHOT) |
|
XLAT(EPOLLONESHOT), |
|
#endif |
|
#if defined(EPOLLET) || (defined(HAVE_DECL_EPOLLET) && HAVE_DECL_EPOLLET) |
|
XLAT(EPOLLET), |
|
#endif |
|
XLAT_END |
|
}; |
|
|
|
#endif /* !IN_MPERS */
|
|
|