1/* Generated by ./xlat/gen.sh from ./xlat/epollevents.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat epollevents in mpers mode
6
7#else
8
9static
10const struct xlat epollevents[] = {
11#if defined(EPOLLIN) || (defined(HAVE_DECL_EPOLLIN) && HAVE_DECL_EPOLLIN)
12  XLAT(EPOLLIN),
13#endif
14#if defined(EPOLLPRI) || (defined(HAVE_DECL_EPOLLPRI) && HAVE_DECL_EPOLLPRI)
15  XLAT(EPOLLPRI),
16#endif
17#if defined(EPOLLOUT) || (defined(HAVE_DECL_EPOLLOUT) && HAVE_DECL_EPOLLOUT)
18  XLAT(EPOLLOUT),
19#endif
20#if defined(EPOLLRDNORM) || (defined(HAVE_DECL_EPOLLRDNORM) && HAVE_DECL_EPOLLRDNORM)
21  XLAT(EPOLLRDNORM),
22#endif
23#if defined(EPOLLRDBAND) || (defined(HAVE_DECL_EPOLLRDBAND) && HAVE_DECL_EPOLLRDBAND)
24  XLAT(EPOLLRDBAND),
25#endif
26#if defined(EPOLLWRNORM) || (defined(HAVE_DECL_EPOLLWRNORM) && HAVE_DECL_EPOLLWRNORM)
27  XLAT(EPOLLWRNORM),
28#endif
29#if defined(EPOLLWRBAND) || (defined(HAVE_DECL_EPOLLWRBAND) && HAVE_DECL_EPOLLWRBAND)
30  XLAT(EPOLLWRBAND),
31#endif
32#if defined(EPOLLMSG) || (defined(HAVE_DECL_EPOLLMSG) && HAVE_DECL_EPOLLMSG)
33  XLAT(EPOLLMSG),
34#endif
35#if defined(EPOLLERR) || (defined(HAVE_DECL_EPOLLERR) && HAVE_DECL_EPOLLERR)
36  XLAT(EPOLLERR),
37#endif
38#if defined(EPOLLHUP) || (defined(HAVE_DECL_EPOLLHUP) && HAVE_DECL_EPOLLHUP)
39  XLAT(EPOLLHUP),
40#endif
41#if defined(EPOLLRDHUP) || (defined(HAVE_DECL_EPOLLRDHUP) && HAVE_DECL_EPOLLRDHUP)
42  XLAT(EPOLLRDHUP),
43#endif
44#if defined(EPOLLEXCLUSIVE) || (defined(HAVE_DECL_EPOLLEXCLUSIVE) && HAVE_DECL_EPOLLEXCLUSIVE)
45  XLAT(EPOLLEXCLUSIVE),
46#endif
47#if defined(EPOLLWAKEUP) || (defined(HAVE_DECL_EPOLLWAKEUP) && HAVE_DECL_EPOLLWAKEUP)
48  XLAT(EPOLLWAKEUP),
49#endif
50#if defined(EPOLLONESHOT) || (defined(HAVE_DECL_EPOLLONESHOT) && HAVE_DECL_EPOLLONESHOT)
51  XLAT(EPOLLONESHOT),
52#endif
53#if defined(EPOLLET) || (defined(HAVE_DECL_EPOLLET) && HAVE_DECL_EPOLLET)
54  XLAT(EPOLLET),
55#endif
56 XLAT_END
57};
58
59#endif /* !IN_MPERS */
60